Skip to content
  1. Sep 08, 2006
  2. Sep 04, 2006
    • Chris Lattner's avatar
      Completely rearchitect the interface between targets and the pass manager. · 12e97307
      Chris Lattner authored
      This pass:
      
      1. Splits TargetMachine into TargetMachine (generic targets, can be implemented
      any way, like the CBE) and LLVMTargetMachine (subclass of TM that is used by
      things using libcodegen and other support).
      2. Instead of having each target fully populate the passmgr for file or JIT
         output, move all this to common code, and give targets hooks they can
         implement.
      3. Commonalize the target population stuff between file emission and JIT
         emission.
      4. All (native code) codegen stuff now happens in a FunctionPassManager, which
         paves the way for "fast -O0" stuff in the CFE later, and now LLC could
         lazily stream .bc files from disk to use less memory.
      5. There are now many fewer #includes and the targets don't depend on the
         scalar xforms or libanalysis anymore (but codegen does).
      6. Changing common code generator pass ordering stuff no longer requires
         touching all targets.
      7. The JIT now has the option of "-fast" codegen or normal optimized codegen,
         which is now orthogonal to the fact that JIT'ing is being done.
      
      llvm-svn: 30081
      12e97307
  3. Jun 16, 2006
  4. May 12, 2006
  5. May 03, 2006
  6. Mar 23, 2006
  7. Mar 14, 2006
  8. Nov 08, 2005
  9. Nov 01, 2005
  10. Oct 16, 2005
  11. Oct 15, 2005
  12. Sep 01, 2005
    • Jim Laskey's avatar
      · 19058c39
      Jim Laskey authored
      1. Use SubtargetFeatures in llc/lli.
      
      2. Propagate feature "string" to all targets.
      
      3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget.
      
      llvm-svn: 23192
      19058c39
  13. Apr 22, 2005
  14. Nov 23, 2004
  15. Sep 04, 2004
  16. Aug 17, 2004
  17. Aug 13, 2004
  18. Aug 11, 2004
  19. Jul 23, 2004
  20. Jul 13, 2004
  21. Jun 21, 2004
  22. Jun 02, 2004
  23. Mar 01, 2004
  24. Feb 25, 2004
  25. Dec 28, 2003
  26. Dec 20, 2003
  27. Dec 12, 2003
  28. Nov 11, 2003
  29. Oct 21, 2003
  30. Oct 20, 2003
  31. Oct 17, 2003
  32. Sep 01, 2003
Loading