Skip to content
  1. Jul 11, 2010
  2. Jul 07, 2010
  3. Jul 06, 2010
  4. Jul 03, 2010
  5. Jun 21, 2010
  6. Jun 18, 2010
    • Stuart Hastings's avatar
      Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This · 0125b641
      Stuart Hastings authored
      addresses a longstanding deficiency noted in many FIXMEs scattered
      across all the targets.
      
      This effectively moves the problem up one level, replacing eleven
      FIXMEs in the targets with eight FIXMEs in CodeGen, plus one path
      through FastISel where we actually supply a DebugLoc, fixing Radar
      7421831.
      
      llvm-svn: 106243
      0125b641
  7. Jun 02, 2010
  8. May 26, 2010
    • Jakob Stoklund Olesen's avatar
      Replace the SubRegSet tablegen class with a less error-prone mechanism. · 7de37946
      Jakob Stoklund Olesen authored
      A Register with subregisters must also provide SubRegIndices for adressing the
      subregisters. TableGen automatically inherits indices for sub-subregisters to
      minimize typing.
      
      CompositeIndices may be specified for the weirder cases such as the XMM sub_sd
      index that returns the same register, and ARM NEON Q registers where both D
      subregs have ssub_0 and ssub_1 sub-subregs.
      
      It is now required that all subregisters are named by an index, and a future
      patch will also require inherited subregisters to be named. This is necessary to
      allow composite subregister indices to be reduced to a single index.
      
      llvm-svn: 104704
      7de37946
    • Jakob Stoklund Olesen's avatar
      Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism." · 50eec620
      Jakob Stoklund Olesen authored
      This reverts commit 104654.
      
      llvm-svn: 104660
      50eec620
    • Jakob Stoklund Olesen's avatar
      Replace the SubRegSet tablegen class with a less error-prone mechanism. · 0b027452
      Jakob Stoklund Olesen authored
      A Register with subregisters must also provide SubRegIndices for adressing the
      subregisters. TableGen automatically inherits indices for sub-subregisters to
      minimize typing.
      
      CompositeIndices may be specified for the weirder cases such as the XMM sub_sd
      index that returns the same register, and ARM NEON Q registers where both D
      subregs have ssub_0 and ssub_1 sub-subregs.
      
      It is now required that all subregisters are named by an index, and a future
      patch will also require inherited subregisters to be named. This is necessary to
      allow composite subregister indices to be reduced to a single index.
      
      llvm-svn: 104654
      0b027452
  9. May 25, 2010
  10. May 24, 2010
  11. May 14, 2010
  12. May 11, 2010
  13. May 06, 2010
  14. May 05, 2010
  15. May 01, 2010
  16. Apr 28, 2010
  17. Apr 21, 2010
  18. Apr 18, 2010
  19. Apr 17, 2010
  20. Apr 15, 2010
  21. Apr 08, 2010
  22. Apr 05, 2010
  23. Apr 04, 2010
Loading