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