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