Skip to content
  1. Dec 29, 2007
  2. Dec 22, 2007
  3. Aug 06, 2007
  4. Aug 04, 2007
  5. Aug 03, 2007
  6. Jul 20, 2007
  7. Jul 09, 2007
  8. Feb 23, 2007
  9. Feb 14, 2007
  10. Feb 08, 2007
  11. Jan 23, 2007
  12. Jan 20, 2007
  13. Jan 18, 2007
  14. Jan 17, 2007
  15. Jan 12, 2007
  16. Jan 03, 2007
    • Anton Korobeynikov's avatar
      Really big cleanup. · 4efbbc96
      Anton Korobeynikov authored
      - New target type "mingw" was introduced
      - Same things for both mingw & cygwin are marked as "cygming" (as in
      gcc)
      - .lcomm is supported here, so allow LLVM to use it
      - Correctly use underscored versions of setjmp & _longjmp for both mingw
      & cygwin
      
      llvm-svn: 32833
      4efbbc96
  17. Dec 22, 2006
  18. Dec 20, 2006
  19. Dec 19, 2006
  20. Dec 05, 2006
  21. Dec 04, 2006
  22. Nov 17, 2006
  23. Sep 08, 2006
  24. Sep 04, 2006
    • Chris Lattner's avatar
      49c45d3a
    • 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
  25. Sep 03, 2006
  26. Aug 29, 2006
  27. Aug 23, 2006
  28. Aug 02, 2006
  29. Jul 26, 2006
  30. Jul 25, 2006
  31. Jun 16, 2006
  32. May 30, 2006
  33. May 21, 2006
  34. May 20, 2006
  35. May 03, 2006
Loading