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