1. ea523d7 Wire up support for the controlling the extended dwarf .file directive. With by Nick Lewycky · 14 years ago
  2. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 14 years ago
  3. 1b90605 [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disable merging of by Chad Rosier · 14 years ago
  4. a6b4045 Match LLVM change: TargetRegistry and TargetSelect have been moved to Support. by Evan Cheng · 14 years ago
  5. cf565c5 Update for LLVM change in PassManagerBuilder. by Rafael Espindola · 14 years ago
  6. 77577ce Unbreak build after API change. by Benjamin Kramer · 14 years ago
  7. 2860e30 Match createTargetMachine API change. by Evan Cheng · 14 years ago
  8. b18b8ad Add the ObjC ARC optimization passes manually, now that they're not by Dan Gohman · 14 years ago
  9. 368691e createTargetMachine now takes a CPU string. by Evan Cheng · 14 years ago
  10. 693769c SubtargetFeature.h has been moved to MC. by Evan Cheng · 14 years ago
  11. c3b9014 Add support for -Wa,--noexecstack when building from a non-assembly file. For by Nick Lewycky · 14 years ago
  12. abca5a1 Update for llvm api change. by Rafael Espindola · 14 years ago
  13. 9ca02e5 adjust to mainline api change. by Chris Lattner · 14 years ago
  14. 33c09d5 switch clang off StandardPasses.h onto PassManagerBuilder.h by Chris Lattner · 14 years ago
  15. 3621b31 Conditionalize the use of 4.4 or 4.2 format based on the target. by Bill Wendling · 14 years ago
  16. f24a151 Implement -fno-dwarf2-cfi-asm. by Rafael Espindola · 14 years ago
  17. a0fa203 Add -Oz option and use it to set the inline threshold to 25. by Bob Wilson · 14 years ago
  18. e8ba8d7 Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at by Nick Lewycky · 14 years ago
  19. 92b5d94 Added *hidden* flags -print-options and -print-all-options so by Andrew Trick · 14 years ago
  20. 6445d62 whitespace by Andrew Trick · 14 years ago
  21. 34c1af8 Set AAPCS-VFP calling convention accordingly and hard float ABI command handling. by Sandeep Patel · 14 years ago
  22. 9693232 Integrated-As: Support -Wa,-L when using the integrated assembler. by Daniel Dunbar · 14 years ago
  23. 3c66d30 Frontend: Add a more explicit -backend-option flag for passing backend command by Daniel Dunbar · 14 years ago
  24. 98ec3f7 If -fno-builtin is passed, tell TargetLibraryInfo to by Chris Lattner · 14 years ago
  25. df61976 install a TargetLibraryInfo configured with the appropriate by Chris Lattner · 14 years ago
  26. 4400cb8 Implement -cl-mad-enable by Peter Collingbourne · 15 years ago
  27. 5f67e13 Implement -cl-unsafe-math-optimizations by Peter Collingbourne · 15 years ago
  28. 5d729a3 Implement -cl-finite-math-only by Peter Collingbourne · 15 years ago
  29. db2f237 IRgen: Change CodeGenPasses to be a PassManager, so it can have CallGraphSCC or by Daniel Dunbar · 15 years ago
  30. 1ad6648 Driver/IRgen: Add support for -momit-leaf-frame-pointer. by Daniel Dunbar · 15 years ago
  31. 06057ce Move CodeGenOptions.h *back* into Frontend. This should have been done when the by Chandler Carruth · 15 years ago
  32. 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 15 years ago[Renamed (99%) from lib/Frontend/BackendUtil.cpp]
  33. 05a7f3d Frontend: Drop unnecessary TargetData argument to EmitBackendOutput, we always by Daniel Dunbar · 15 years ago
  34. 897c676 Frontend: Factor clang::EmitBackendOutput out of CodeGenAction. by Daniel Dunbar · 15 years ago