Skip to content
  1. Dec 23, 2010
  2. Dec 21, 2010
  3. Nov 23, 2010
  4. Nov 18, 2010
  5. Nov 15, 2010
  6. Nov 14, 2010
  7. Nov 03, 2010
    • Duncan Sands's avatar
      Inside the calling convention logic LocVT is always a simple · f5dda01f
      Duncan Sands authored
      value type, so there is no point in passing it around using
      an EVT.  Use the simpler MVT everywhere.  Rather than trying
      to propagate this information maximally in all the code that
      using the calling convention stuff, I chose to do a mainly
      low impact change instead.
      
      llvm-svn: 118167
      f5dda01f
  8. Sep 29, 2010
  9. Sep 21, 2010
  10. Aug 27, 2010
  11. Aug 17, 2010
  12. Aug 06, 2010
  13. Jul 17, 2010
  14. Jul 15, 2010
  15. Jul 11, 2010
  16. Jul 08, 2010
  17. Jul 07, 2010
  18. Jul 06, 2010
  19. Jul 03, 2010
  20. Jun 21, 2010
  21. Jun 18, 2010
  22. Jun 02, 2010
  23. 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
  24. May 11, 2010
  25. May 06, 2010
Loading