Skip to content
  1. Dec 20, 2003
  2. Dec 13, 2003
    • Alkis Evlogimenos's avatar
      Add a floating point killer pass. This pass runs before register · 904cd6d4
      Alkis Evlogimenos authored
      allocaton on the X86 to add information to the machine code denoting
      that our floating point stackifier cannot handle virtual point
      register that are alive across basic blocks. This pass adds an
      implicit def of all virtual floating point register at the end of each
      basic block.
      
      llvm-svn: 10446
      904cd6d4
  3. Dec 01, 2003
    • Chris Lattner's avatar
      Add an option to enable the SSA based peephole optimizer. · 6d760d7c
      Chris Lattner authored
      Eventually this pass will provide substantially better code in the interim between when we
      have a crappy isel and nice isel.  Unfortunately doing so requires fixing the backend to
      actually SUPPORT all of the fancy addressing modes that we now generate, and writing a DCE
      pass for machine code.  Each of these is a fairly substantial job, so this will remain disabled
      for the immediate future.  :(
      
      llvm-svn: 10276
      6d760d7c
  4. Nov 11, 2003
  5. Nov 06, 2003
  6. Oct 20, 2003
  7. Oct 17, 2003
  8. Oct 05, 2003
  9. Oct 02, 2003
  10. Oct 01, 2003
  11. Aug 24, 2003
  12. Aug 18, 2003
  13. Aug 13, 2003
  14. Aug 11, 2003
  15. Aug 05, 2003
  16. Jul 27, 2003
  17. Jul 23, 2003
    • Brian Gaeke's avatar
      Printer.cpp: Ditch addRequired/getAnalysis, because they leave · a92dce47
      Brian Gaeke authored
        Printer::doFinalization() out in the cold.  Now we pass in a TargetMachine
        to Printer's constructor and get the TargetData from the TargetMachine.
       Don't pass TargetMachine or MRegisterInfo objects around in the Printer.
       Constify TargetData references.
      X86.h: Update comment and prototype of createX86CodePrinterPass().
      X86TargetMachine.cpp: Update callers of createX86CodePrinterPass().
      
      llvm-svn: 7275
      a92dce47
  18. Jun 18, 2003
  19. Apr 26, 2003
  20. Apr 25, 2003
  21. Apr 23, 2003
  22. Feb 26, 2003
  23. Jan 16, 2003
  24. Jan 13, 2003
  25. Dec 28, 2002
  26. Dec 25, 2002
  27. Dec 24, 2002
  28. Dec 17, 2002
  29. Dec 16, 2002
  30. Dec 13, 2002
    • Misha Brukman's avatar
      Make function code generation printing debug-only. · ca8eb8af
      Misha Brukman authored
      llvm-svn: 5023
      ca8eb8af
    • Brian Gaeke's avatar
      · 4e2c30d8
      Brian Gaeke authored
      brg
      
      InstSelectSimple.cpp: Add stub implementation of visitFreeInst.
       Add comments that mention how we are failing to implement malloc/free.
       Add initial implementation of visitAllocaInst.
      
      X86TargetMachine.cpp: Include llvm/Transforms/Scalar.h.
       Add LowerAllocations pass before instruction selection.
      
      jello/Makefile: Add scalaropts.a.
      
      llvm-svn: 4994
      4e2c30d8
  31. Nov 22, 2002
  32. Oct 30, 2002
Loading