Skip to content
  1. Jan 11, 2011
  2. Jan 10, 2011
  3. Dec 29, 2010
  4. Dec 28, 2010
    • Venkatraman Govindaraju's avatar
      · 2f15503d
      Venkatraman Govindaraju authored
      Multiple SPARC backend fixes: added Y register; updated select_cc, subx, subxcc defs/uses; 
      and fixed CustomInserter.
      
      llvm-svn: 122607
      2f15503d
  5. Dec 23, 2010
  6. Dec 21, 2010
  7. Nov 23, 2010
  8. Nov 18, 2010
  9. Nov 15, 2010
  10. Nov 14, 2010
  11. 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
  12. Sep 29, 2010
  13. Sep 21, 2010
  14. Aug 27, 2010
  15. Aug 17, 2010
  16. Aug 06, 2010
  17. Jul 17, 2010
  18. Jul 15, 2010
  19. Jul 11, 2010
  20. Jul 08, 2010
  21. Jul 07, 2010
  22. Jul 06, 2010
  23. Jul 03, 2010
  24. Jun 21, 2010
  25. Jun 18, 2010
  26. Jun 02, 2010
  27. 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
Loading