1. 90de51f Increase inlining threshold at -O3, to match llvm-gcc. by Daniel Dunbar · 15 years ago
  2. 125bbbe PR5684: Fix refacto, the backend consumer was copying the Diagnostic object, by Daniel Dunbar · 15 years ago
  3. 3be0d19 Fix BackendConsumer to use proper diagnostics. by Daniel Dunbar · 15 years ago
  4. 3b31526 Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too many) places to use this instead of using the backend -soft-float and -float-abi= options. by Daniel Dunbar · 15 years ago
  5. b33fbaa Eliminate CodeGenOptions::TimePasses. by Daniel Dunbar · 15 years ago
  6. 3636e1d Eliminate CodeGenOptions::SimplifyLibCalls. by Daniel Dunbar · 15 years ago
  7. f219e7c Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we then manually pass to the command line library; eventually the latter grossness should be fixed by a real API when creating the target machine. by Daniel Dunbar · 15 years ago
  8. bd21828 Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. by Benjamin Kramer · 15 years ago
  9. d58c03f Add TargetOptions and use it when constructing targets. by Daniel Dunbar · 15 years ago
  10. 2811ccf Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. by Chandler Carruth · 15 years ago
  11. 8d35314 Localize -disable-llvm-optzns handling to BackendConsumer::CreatePasses. by Daniel Dunbar · 15 years ago
  12. b8d4239 Pass the formatted_raw_ostream to createPrintModulePass and by Dan Gohman · 15 years ago
  13. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  14. a85b352 use errs() instead of cerr. by Chris Lattner · 15 years ago
  15. 2b1f59f Update for LLVM API change by Daniel Dunbar · 15 years ago
  16. 9ab76fa Update for LLVM API change. by Daniel Dunbar · 15 years ago
  17. b0f17c7 Update for LLVM API change. by Daniel Dunbar · 15 years ago
  18. 12e85fc Don't use a formatted ostream when writing .ll either. by Daniel Dunbar · 15 years ago
  19. 8c01cad Don't use a formatted ostream when writing .bc files. I don't really understand by Daniel Dunbar · 15 years ago
  20. b2abd06 Update for API change. by Daniel Dunbar · 15 years ago
  21. 82cfa7a Lookup targets by Triple instead of Module. by Daniel Dunbar · 15 years ago
  22. f7d47c0 Reapply r75764: [llvm up] Switch to using the new TargetRegistry by Daniel Dunbar · 15 years ago
  23. 93b3326 Revert r75764 "[llvm up] Switch to using the new TargetRegistry" to fix build. by Argyrios Kyrtzidis · 15 years ago
  24. 0dcf11a [llvm up] Switch to using the new TargetRegistry. by Daniel Dunbar · 15 years ago
  25. 03eacc7 fix fallout of the LLVM codegen switching to formatted_raw_ostream. by Chris Lattner · 15 years ago
  26. 8f1ca78 Update for changes in LLVM. Hopefully this is the last one for a while. by Owen Anderson · 15 years ago
  27. c93f498 Hold the LLVMContext by reference instead of by pointer. by Owen Anderson · 15 years ago
  28. 42253cc Update for LLVMContext+Module change. by Owen Anderson · 15 years ago
  29. b9b7dd6 PR4371: Reduce the inlining threshold outside of -O3. This makes by Eli Friedman · 15 years ago
  30. 10d861e (llvm up) Switch to using StandardPasses.h by Daniel Dunbar · 15 years ago
  31. 877db38 Add clang-cc support for -disable-llvm-optzns. by Daniel Dunbar · 15 years ago
  32. 813a2bb Unbreak the clang build by applying the same temporary by Duncan Sands · 15 years ago
  33. 39d7c4d Move ASTConsumers.h to include/clang/Frontend, and move the associated by Eli Friedman · 15 years ago[Renamed (99%) from tools/clang-cc/Backend.cpp]
  34. 66d6f04 Refactor ASTConsumers to take a raw_ostream instead of a filename where by Eli Friedman · 15 years ago
  35. 5532180 Remove two unused options. by Bill Wendling · 16 years ago
  36. 6e9b8f6 Use the new code gen optimization enum instead of passing in the optimization by Bill Wendling · 16 years ago
  37. 306a6aa Match addPassesToEmitFile API change. by Evan Cheng · 16 years ago
  38. b6c8c8b Explictly track tentative definitions within Sema, then hand those by Douglas Gregor · 16 years ago
  39. 1810790 Reapply 68936, turned out to that clang's better debug info exposed a by Daniel Dunbar · 16 years ago
  40. 5c71e59 Revert 68936, LLVM still isn't ready to handle debug info + optimization. by Daniel Dunbar · 16 years ago
  41. 7486af8 Enable debug info generation while optimizing. by Devang Patel · 16 years ago
  42. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 16 years ago
  43. 557c5b1 push more ASTContext goodness out through interfaces that use TranslationUnit by Chris Lattner · 16 years ago
  44. dacbc5d change HandleTranslationUnit to take an ASTContext instead of TranslationUnit by Chris Lattner · 16 years ago
  45. 7bb0da0 eliminate ASTConsumer::InitializeTU, all clients are by Chris Lattner · 16 years ago
  46. bd36064 most of this is plumbing to get CompileOptions down into by Chris Lattner · 16 years ago
  47. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 16 years ago[Renamed from Driver/Backend.cpp]
  48. 2012604 move debug info generation flag into CompileOptions. by Chris Lattner · 16 years ago
  49. 14f234e capitalize for consistency, a crash in regalloc now looks like this: by Chris Lattner · 16 years ago
  50. 49f28ca rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. by Chris Lattner · 16 years ago
  51. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 16 years ago
  52. e8e2600 Add -emit-llvm-only option (generate LLVM IR & run passes, but discard by Daniel Dunbar · 16 years ago
  53. 8b76c0d don't print codegen time unless -ftime-report was passed. by Chris Lattner · 16 years ago
  54. 6f114eb teach -ftime-report to time the code generator and -emit-llvm times. by Chris Lattner · 16 years ago
  55. 4450266 move llvm backend specific #includes into Backend.cpp instead of Clang.cpp by Chris Lattner · 16 years ago
  56. a034ba8 Backend: Accept -mcpu and -mattr for use by TargetMachine. by Daniel Dunbar · 16 years ago
  57. 05e7c6d for now, disable all debug info generation at -O1 and above. This mirrors by Chris Lattner · 16 years ago
  58. 5c5a7ee Rename AddReadAttrs to FunctionAttrs. This is related to Duncan's patch r61525. by Bill Wendling · 16 years ago
  59. 447e4c1 Remove the #include of ScheduleDAGSDNodes.h, which is no longer necessary. by Dan Gohman · 16 years ago
  60. 59db760 Disable -loop-index-split for now. by Devang Patel · 16 years ago
  61. 855ed15 Use ScheduleDAGSDNodes.h instead of ScheduleDAG.h (stuff moved around). by Ted Kremenek · 16 years ago
  62. b087ae9 Obey the FIXMES! by Daniel Dunbar · 16 years ago
  63. 26fb272 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 16 years ago
  64. d68ba0e Move backend output out of destructor. by Daniel Dunbar · 16 years ago
  65. 90f4130 Workaround an LLVM bug where inlining functions with debug info breaks by Daniel Dunbar · 16 years ago
  66. d8e3098 Access pass manager consistently. - No functionality change. by Daniel Dunbar · 16 years ago
  67. d611bac Don't double free module when IRgen fails. by Daniel Dunbar · 16 years ago
  68. 7d43a31 2nd try to fix leakage of the module provider. note that moduleprovider takes ownership of the module by Nuno Lopes · 16 years ago
  69. dd49267 fix leaking of the module provider by Nuno Lopes · 16 years ago
  70. 4c877cc Hook "fast" code generation to -O0. by Daniel Dunbar · 16 years ago
  71. 70f9243 Add -O[0-3s] support (following llvm-gcc). by Daniel Dunbar · 16 years ago
  72. 8b7650e Only create the target machine when emitting assembly. by Daniel Dunbar · 16 years ago
  73. ed2cb28 [LLVM up] Get rid of std::ostream usage from Backend.cpp by Daniel Dunbar · 16 years ago
  74. 11292b0 Update to use raw_ostream for PrintModulePass. by Daniel Dunbar · 16 years ago
  75. d69bacc [LLVM up] Add basic -S option to clang. by Daniel Dunbar · 16 years ago