Skip to content
  1. Oct 05, 2003
  2. Oct 02, 2003
  3. Oct 01, 2003
  4. Aug 24, 2003
  5. Aug 18, 2003
  6. Aug 13, 2003
  7. Aug 11, 2003
  8. Aug 05, 2003
  9. Jul 27, 2003
  10. 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
  11. Jun 18, 2003
  12. Apr 26, 2003
  13. Apr 25, 2003
  14. Apr 23, 2003
  15. Feb 26, 2003
  16. Jan 16, 2003
  17. Jan 13, 2003
  18. Dec 28, 2002
  19. Dec 25, 2002
  20. Dec 24, 2002
  21. Dec 17, 2002
  22. Dec 16, 2002
  23. 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
  24. Nov 22, 2002
  25. Oct 30, 2002
  26. Oct 29, 2002
Loading