Skip to content
  1. Oct 14, 2010
  2. Oct 13, 2010
  3. Oct 12, 2010
  4. Oct 11, 2010
  5. Oct 08, 2010
  6. Oct 07, 2010
  7. Oct 06, 2010
  8. Oct 02, 2010
  9. Sep 30, 2010
  10. Sep 29, 2010
  11. Sep 25, 2010
  12. Sep 24, 2010
  13. 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
  14. Sep 21, 2010
    • Chris Lattner's avatar
      fix a long standing wart: all the ComplexPattern's were being · 0e023ea0
      Chris Lattner authored
      passed the root of the match, even though only a few patterns
      actually needed this (one in X86, several in ARM [which should
      be refactored anyway], and some in CellSPU that I don't feel 
      like detangling).   Instead of requiring all ComplexPatterns to
      take the dead root, have targets opt into getting the root by
      putting SDNPWantRoot on the ComplexPattern.
      
      llvm-svn: 114471
      0e023ea0
  15. Sep 10, 2010
  16. Sep 09, 2010
  17. Sep 01, 2010
Loading