Skip to content
  1. Jul 05, 2005
    • Chris Lattner's avatar
      Make several cleanups to Andrews varargs change: · a7220851
      Chris Lattner authored
      1. Pass Value*'s into lowering methods so that the proper pointers can be
         added to load/stores from the valist
      2. Intrinsics that return void should only return a token chain, not a token
         chain/retval pair.
      3. Rename LowerVAArgNext -> LowerVAArg, because VANext is long gone.
      4. Now that we have Value*'s available in the lowering methods, pass them
         into any load/stores from the valist that are emitted
      
      llvm-svn: 22339
      a7220851
    • Chris Lattner's avatar
      Fit to 80 columns · 91ae129b
      Chris Lattner authored
      llvm-svn: 22336
      91ae129b
    • Chris Lattner's avatar
      Fix PowerPC varargs · 1239d2d7
      Chris Lattner authored
      llvm-svn: 22335
      1239d2d7
  2. Jul 04, 2005
  3. Jul 03, 2005
  4. Jul 02, 2005
  5. Jul 01, 2005
  6. Jun 30, 2005
  7. Jun 29, 2005
  8. Jun 28, 2005
  9. Jun 27, 2005
  10. Jun 25, 2005
  11. Jun 24, 2005
  12. Jun 23, 2005
  13. Jun 22, 2005
  14. Jun 20, 2005
Loading