1. 2916831 Add TargetTransformInfo to the clang driver. by Nadav Rotem · 12 years ago
  2. 25a6a84 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  3. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  4. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
  5. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  6. def1849 wire -fbounds-checking to the new LLVM bounds checking pass by Nuno Lopes · 12 years ago
  7. 3a70cd6 Use enum to set debug info size generated by Clang by Alexey Samsonov · 13 years ago
  8. 5081de5 Wire up -fpie and -fPIE to LLVM's newly added TargetOptions. No test by Chandler Carruth · 13 years ago
  9. 465a899 Fix an oversight: don't run ARC optimization cleanup at -O0. by Dan Gohman · 13 years ago
  10. e78ec3e use EP_OptimizerLast instead of EP_ScalarOptimizerLate for ThreadSanitizer by Kostya Serebryany · 13 years ago
  11. 3c93122 Add a flag -fthread-sanitizer. by Kostya Serebryany · 13 years ago
  12. 3f3335d Allocate TargetLibraryInfo for the CodeGen passes. Otherwise, it's instantiated by Chad Rosier · 13 years ago
  13. 9875962 Prevent llvm.lifetime intrinsics from being emitted at -O0. rdar://10921594 by Chad Rosier · 13 years ago
  14. 6bd17d2 Make use of const-correct ParseCommandLineOptions by David Blaikie · 13 years ago
  15. 9085030 Reserve a moderate amount of space for the back-end arguments. by Bill Wendling · 13 years ago
  16. 71fd6cc Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> by Bob Wilson · 13 years ago
  17. 1db772b Add support for -fno-optimize-sibling-calls. Currently only implemented in the by Nick Lewycky · 13 years ago
  18. a8398ea Enable the new ObjC ARC autorelease pool elimination pass. by Dan Gohman · 13 years ago
  19. 9f6d068 Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. by Chad Rosier · 13 years ago
  20. ff78927 Add frontend flags to enable bitcode verifier pass. by Chad Rosier · 13 years ago
  21. 4e785c9 Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack by Nick Lewycky · 13 years ago
  22. e9d11db Add -mstack-alignment=X and fix -mstackrealign handling now that the by Joerg Sonnenberger · 13 years ago
  23. 3aaeccc Update for change to LLVM TargetMachine API in r145714. by Nick Lewycky · 13 years ago
  24. e5dd2ea make asan work at -O0, clang part. Patch by glider@google.com by Kostya Serebryany · 13 years ago
  25. b619688 implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitizer instead of CodeGenOpts.AddressSanitizer by Kostya Serebryany · 13 years ago
  26. 1b4eca6 Add -f[no-]address-sanitizer flag by Kostya Serebryany · 13 years ago
  27. 9254bf7 Match LLVM API change. by Evan Cheng · 13 years ago
  28. aaf2f36 Turn on the new .file directive when appropriate, instead of turning it off. by Nick Lewycky · 13 years ago
  29. ea523d7 Wire up support for the controlling the extended dwarf .file directive. With by Nick Lewycky · 13 years ago
  30. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  31. 1b90605 [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disable merging of by Chad Rosier · 13 years ago
  32. a6b4045 Match LLVM change: TargetRegistry and TargetSelect have been moved to Support. by Evan Cheng · 13 years ago
  33. cf565c5 Update for LLVM change in PassManagerBuilder. by Rafael Espindola · 13 years ago
  34. 77577ce Unbreak build after API change. by Benjamin Kramer · 13 years ago
  35. 2860e30 Match createTargetMachine API change. by Evan Cheng · 13 years ago
  36. b18b8ad Add the ObjC ARC optimization passes manually, now that they're not by Dan Gohman · 13 years ago
  37. 368691e createTargetMachine now takes a CPU string. by Evan Cheng · 13 years ago
  38. 693769c SubtargetFeature.h has been moved to MC. by Evan Cheng · 13 years ago
  39. c3b9014 Add support for -Wa,--noexecstack when building from a non-assembly file. For by Nick Lewycky · 13 years ago
  40. abca5a1 Update for llvm api change. by Rafael Espindola · 13 years ago
  41. 9ca02e5 adjust to mainline api change. by Chris Lattner · 13 years ago
  42. 33c09d5 switch clang off StandardPasses.h onto PassManagerBuilder.h by Chris Lattner · 13 years ago
  43. 3621b31 Conditionalize the use of 4.4 or 4.2 format based on the target. by Bill Wendling · 13 years ago
  44. f24a151 Implement -fno-dwarf2-cfi-asm. by Rafael Espindola · 14 years ago
  45. a0fa203 Add -Oz option and use it to set the inline threshold to 25. by Bob Wilson · 14 years ago
  46. e8ba8d7 Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at by Nick Lewycky · 14 years ago
  47. 92b5d94 Added *hidden* flags -print-options and -print-all-options so by Andrew Trick · 14 years ago
  48. 6445d62 whitespace by Andrew Trick · 14 years ago
  49. 34c1af8 Set AAPCS-VFP calling convention accordingly and hard float ABI command handling. by Sandeep Patel · 14 years ago
  50. 9693232 Integrated-As: Support -Wa,-L when using the integrated assembler. by Daniel Dunbar · 14 years ago
  51. 3c66d30 Frontend: Add a more explicit -backend-option flag for passing backend command by Daniel Dunbar · 14 years ago
  52. 98ec3f7 If -fno-builtin is passed, tell TargetLibraryInfo to by Chris Lattner · 14 years ago
  53. df61976 install a TargetLibraryInfo configured with the appropriate by Chris Lattner · 14 years ago
  54. 4400cb8 Implement -cl-mad-enable by Peter Collingbourne · 14 years ago
  55. 5f67e13 Implement -cl-unsafe-math-optimizations by Peter Collingbourne · 14 years ago
  56. 5d729a3 Implement -cl-finite-math-only by Peter Collingbourne · 14 years ago
  57. db2f237 IRgen: Change CodeGenPasses to be a PassManager, so it can have CallGraphSCC or by Daniel Dunbar · 14 years ago
  58. 1ad6648 Driver/IRgen: Add support for -momit-leaf-frame-pointer. by Daniel Dunbar · 14 years ago
  59. 06057ce Move CodeGenOptions.h *back* into Frontend. This should have been done when the by Chandler Carruth · 14 years ago
  60. 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 14 years ago[Renamed (99%) from lib/Frontend/BackendUtil.cpp]
  61. 05a7f3d Frontend: Drop unnecessary TargetData argument to EmitBackendOutput, we always by Daniel Dunbar · 14 years ago
  62. 897c676 Frontend: Factor clang::EmitBackendOutput out of CodeGenAction. by Daniel Dunbar · 14 years ago