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
  2. Jul 03, 2005
  3. Jul 02, 2005
  4. Jun 30, 2005
  5. Jun 27, 2005
    • Nate Begeman's avatar
      Initial set of .td file changes necessary to get scalar fp in xmm registers · db329215
      Nate Begeman authored
      working.  The instruction selector changes will hopefully be coming later
      this week once they are debugged.  This is necessary to support the darwin
      x86 FP model, and is recommended by intel as the replacement for x87.  As
      a bonus, the register allocator knows how to deal with these registers
      across basic blocks, unliky the FP stackifier.  This leads to significantly
      better codegen in several cases.
      
      llvm-svn: 22300
      db329215
    • Chris Lattner's avatar
      Add support to the X86 backend for emitting ELF files. To use this, we · 10594206
      Chris Lattner authored
      currently use: llc t.bc --filetype=obj
      
      This will produce a t.o file which is dumpable with readelf.  Currently
      the file produced is empty, but the scaffolding to do more is now in place.
      
      llvm-svn: 22292
      10594206
  6. Jun 25, 2005
  7. Jun 22, 2005
  8. Jun 20, 2005
  9. Jun 18, 2005
  10. Jun 17, 2005
  11. Jun 08, 2005
  12. Jun 02, 2005
  13. May 20, 2005
  14. May 19, 2005
  15. May 15, 2005
  16. May 14, 2005
  17. May 13, 2005
Loading