Skip to content
  1. Sep 29, 2010
  2. Sep 28, 2010
  3. Sep 21, 2010
  4. Sep 03, 2010
  5. Aug 27, 2010
  6. Aug 19, 2010
  7. Aug 17, 2010
  8. Aug 06, 2010
  9. Jul 20, 2010
  10. Jul 17, 2010
  11. Jul 15, 2010
  12. Jul 11, 2010
  13. Jul 07, 2010
  14. Jul 06, 2010
  15. Jul 03, 2010
  16. Jun 21, 2010
  17. 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
  18. Jun 02, 2010
  19. 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
  20. May 25, 2010
  21. May 24, 2010
  22. May 14, 2010
  23. May 11, 2010
Loading