Skip to content
  1. Jun 02, 2010
  2. 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
  3. May 25, 2010
  4. May 24, 2010
  5. May 14, 2010
  6. May 11, 2010
  7. May 06, 2010
  8. May 05, 2010
  9. May 01, 2010
  10. Apr 28, 2010
  11. Apr 21, 2010
  12. Apr 18, 2010
  13. Apr 17, 2010
  14. Apr 15, 2010
  15. Apr 08, 2010
  16. Apr 05, 2010
  17. Apr 04, 2010
  18. Apr 02, 2010
  19. Mar 28, 2010
  20. Mar 19, 2010
  21. Mar 13, 2010
  22. Mar 12, 2010
Loading