1. 8b76c0d don't print codegen time unless -ftime-report was passed. by Chris Lattner · 16 years ago
  2. 6f114eb teach -ftime-report to time the code generator and -emit-llvm times. by Chris Lattner · 16 years ago
  3. 4450266 move llvm backend specific #includes into Backend.cpp instead of Clang.cpp by Chris Lattner · 16 years ago
  4. a034ba8 Backend: Accept -mcpu and -mattr for use by TargetMachine. by Daniel Dunbar · 16 years ago
  5. 05e7c6d for now, disable all debug info generation at -O1 and above. This mirrors by Chris Lattner · 16 years ago
  6. 5c5a7ee Rename AddReadAttrs to FunctionAttrs. This is related to Duncan's patch r61525. by Bill Wendling · 16 years ago
  7. 447e4c1 Remove the #include of ScheduleDAGSDNodes.h, which is no longer necessary. by Dan Gohman · 16 years ago
  8. 59db760 Disable -loop-index-split for now. by Devang Patel · 16 years ago
  9. 855ed15 Use ScheduleDAGSDNodes.h instead of ScheduleDAG.h (stuff moved around). by Ted Kremenek · 16 years ago
  10. b087ae9 Obey the FIXMES! by Daniel Dunbar · 16 years ago
  11. 26fb272 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 16 years ago
  12. d68ba0e Move backend output out of destructor. by Daniel Dunbar · 16 years ago
  13. 90f4130 Workaround an LLVM bug where inlining functions with debug info breaks by Daniel Dunbar · 16 years ago
  14. d8e3098 Access pass manager consistently. - No functionality change. by Daniel Dunbar · 16 years ago
  15. d611bac Don't double free module when IRgen fails. by Daniel Dunbar · 16 years ago
  16. 7d43a31 2nd try to fix leakage of the module provider. note that moduleprovider takes ownership of the module by Nuno Lopes · 16 years ago
  17. dd49267 fix leaking of the module provider by Nuno Lopes · 16 years ago
  18. 4c877cc Hook "fast" code generation to -O0. by Daniel Dunbar · 16 years ago
  19. 70f9243 Add -O[0-3s] support (following llvm-gcc). by Daniel Dunbar · 16 years ago
  20. 8b7650e Only create the target machine when emitting assembly. by Daniel Dunbar · 16 years ago
  21. ed2cb28 [LLVM up] Get rid of std::ostream usage from Backend.cpp by Daniel Dunbar · 16 years ago
  22. 11292b0 Update to use raw_ostream for PrintModulePass. by Daniel Dunbar · 16 years ago
  23. d69bacc [LLVM up] Add basic -S option to clang. by Daniel Dunbar · 16 years ago