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