Skip to content
  1. Sep 11, 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. Sep 03, 2006
  4. Sep 01, 2006
  5. Aug 16, 2006
  6. Jul 28, 2006
  7. Jul 27, 2006
  8. Jul 25, 2006
  9. Jul 22, 2006
  10. Jul 12, 2006
  11. Jul 07, 2006
  12. Jun 23, 2006
  13. Jun 16, 2006
  14. Jun 01, 2006
  15. May 24, 2006
    • Reid Spencer's avatar
      For PR786: · 6e64180f
      Reid Spencer authored
      Minor tweaks in public headers and a few .cpp files so that LLVM can build
      successfully with -pedantic and projects using LLVM with -pedantic don't
      get warnings from LLVM. There's still more -pedantic warnings to fix.
      
      llvm-svn: 28453
      6e64180f
  16. May 16, 2006
  17. May 14, 2006
  18. May 12, 2006
  19. May 09, 2006
  20. May 04, 2006
  21. May 03, 2006
Loading