Skip to content
  1. Sep 24, 2010
  2. Sep 23, 2010
    • Jim Grosbach's avatar
      Clean up the 'trap' instruction printing a bit. Non-Darwin assemblers don't · 85030544
      Jim Grosbach authored
      (yet) recognize the 'trap' mnemonic, so we use .short/.long to emit the
      opcode directly. On Darwin, however, we do want the mnemonic for more
      readable assembly code and better disassembly.
      
      Adjust the .td file to use the 'trap' mnemonic and handle using the binutils
      workaround in the assembly printer. Also tweak the formatting of the opcode
      values to make them consistent between the MC printer and the old printer.
      
      llvm-svn: 114679
      85030544
  3. Sep 15, 2010
  4. Sep 14, 2010
  5. Sep 09, 2010
  6. Sep 07, 2010
  7. Aug 30, 2010
  8. Aug 10, 2010
  9. Jul 31, 2010
  10. Jun 21, 2010
  11. Jun 02, 2010
  12. May 28, 2010
  13. May 26, 2010
  14. May 22, 2010
  15. May 19, 2010
  16. May 17, 2010
  17. May 16, 2010
  18. May 15, 2010
  19. May 11, 2010
  20. Mar 19, 2010
  21. Mar 16, 2010
  22. Mar 13, 2010
    • Bob Wilson's avatar
      Change ARM ld/st multiple instructions to have variant instructions for · 947f04ba
      Bob Wilson authored
      writebacks to the address register.  This gets rid of the hack that the
      first register on the list was the magic writeback register operand.  There
      was an implicit constraint that if that operand was not reg0 it had to match
      the base register operand.  The post-RA scheduler's antidependency breaker
      did not understand that constraint and sometimes changed one without the
      other.  This also fixes Radar 7495976 and should help the verifier work
      better for ARM code.
      
      There are now new ld/st instructions explicit writeback operands and explicit
      constraints that tie those registers together.
      
      llvm-svn: 98409
      947f04ba
  23. Mar 10, 2010
  24. Mar 04, 2010
  25. Mar 02, 2010
  26. Feb 28, 2010
  27. Feb 25, 2010
  28. Feb 23, 2010
  29. Feb 16, 2010
  30. Feb 11, 2010
  31. Feb 09, 2010
    • Jim Grosbach's avatar
      Radar 7417921 · f7279bd1
      Jim Grosbach authored
      tMOVCCi pattern only valid for low registers, as the Thumb1 mov immediate to
      register instruction only works with low registers. Allowing high registers
      for the instruction resulted in the assembler choosing the wide (32-bit)
      encoding for the mov, but LLVM though the instruction was only 16 bits wide,
      so offset calculations for constant pools became incorrect, leading to
      out of range constant pool entries.
      
      llvm-svn: 95686
      f7279bd1
    • Jim Grosbach's avatar
      tighten up eh.setjmp sequence a bit. · a570d052
      Jim Grosbach authored
      llvm-svn: 95603
      a570d052
Loading