| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a flag -fthread-sanitizer. | Kostya Serebryany | 2012-03-01 | 1 | -1/+13 |
* | Allocate TargetLibraryInfo for the CodeGen passes. Otherwise, it's instantiated | Chad Rosier | 2012-02-29 | 1 | -0/+6 |
* | Prevent llvm.lifetime intrinsics from being emitted at -O0. | Chad Rosier | 2012-02-25 | 1 | -1/+5 |
* | Make use of const-correct ParseCommandLineOptions | David Blaikie | 2012-02-07 | 1 | -3/+2 |
* | Reserve a moderate amount of space for the back-end arguments. | Bill Wendling | 2012-02-07 | 1 | -0/+1 |
* | Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> | Bob Wilson | 2012-02-03 | 1 | -0/+1 |
* | Add support for -fno-optimize-sibling-calls. Currently only implemented in the | Nick Lewycky | 2012-01-23 | 1 | -0/+1 |
* | Enable the new ObjC ARC autorelease pool elimination pass. | Dan Gohman | 2012-01-17 | 1 | -0/+7 |
* | Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre... | Chad Rosier | 2011-12-14 | 1 | -3/+0 |
* | Add frontend flags to enable bitcode verifier pass. | Chad Rosier | 2011-12-12 | 1 | -0/+3 |
* | Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack | Nick Lewycky | 2011-12-06 | 1 | -5/+2 |
* | Add -mstack-alignment=X and fix -mstackrealign handling now that the | Joerg Sonnenberger | 2011-12-05 | 1 | -0/+5 |
* | Update for change to LLVM TargetMachine API in r145714. | Nick Lewycky | 2011-12-02 | 1 | -34/+37 |
* | make asan work at -O0, clang part. Patch by glider@google.com | Kostya Serebryany | 2011-11-30 | 1 | -0/+2 |
* | implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize... | Kostya Serebryany | 2011-11-22 | 1 | -1/+1 |
* | Add -f[no-]address-sanitizer flag | Kostya Serebryany | 2011-11-16 | 1 | -0/+10 |
* | Match LLVM API change. | Evan Cheng | 2011-11-16 | 1 | -9/+10 |
* | Turn on the new .file directive when appropriate, instead of turning it off. | Nick Lewycky | 2011-10-31 | 1 | -2/+2 |
* | Wire up support for the controlling the extended dwarf .file directive. With | Nick Lewycky | 2011-10-17 | 1 | -0/+2 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -3/+4 |
* | [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab... | Chad Rosier | 2011-08-26 | 1 | -0/+2 |
* | Match LLVM change: TargetRegistry and TargetSelect have been moved to Support. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
* | Update for LLVM change in PassManagerBuilder. | Rafael Espindola | 2011-08-02 | 1 | -1/+5 |
* | Unbreak build after API change. | Benjamin Kramer | 2011-07-20 | 1 | -6/+7 |
* | Match createTargetMachine API change. | Evan Cheng | 2011-07-19 | 1 | -11/+13 |
* | Add the ObjC ARC optimization passes manually, now that they're not | Dan Gohman | 2011-07-05 | 1 | -3/+33 |
* | createTargetMachine now takes a CPU string. | Evan Cheng | 2011-06-30 | 1 | -3/+3 |
* | SubtargetFeature.h has been moved to MC. | Evan Cheng | 2011-06-29 | 1 | -1/+1 |
* | Add support for -Wa,--noexecstack when building from a non-assembly file. For | Nick Lewycky | 2011-06-21 | 1 | -0/+2 |
* | Update for llvm api change. | Rafael Espindola | 2011-05-25 | 1 | -1/+0 |
* | adjust to mainline api change. | Chris Lattner | 2011-05-21 | 1 | -11/+9 |
* | switch clang off StandardPasses.h onto PassManagerBuilder.h | Chris Lattner | 2011-05-21 | 1 | -36/+30 |
* | Conditionalize the use of 4.4 or 4.2 format based on the target. | Bill Wendling | 2011-05-17 | 1 | -4/+6 |
* | Implement -fno-dwarf2-cfi-asm. | Rafael Espindola | 2011-04-30 | 1 | -0/+2 |
* | Add -Oz option and use it to set the inline threshold to 25. | Bob Wilson | 2011-04-29 | 1 | -1/+3 |
* | Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at | Nick Lewycky | 2011-04-21 | 1 | -0/+8 |
* | Added *hidden* flags -print-options and -print-all-options so | Andrew Trick | 2011-04-05 | 1 | -0/+3 |
* | whitespace | Andrew Trick | 2011-04-05 | 1 | -3/+3 |
* | Set AAPCS-VFP calling convention accordingly and hard float ABI command handl... | Sandeep Patel | 2011-04-05 | 1 | -1/+1 |
* | Integrated-As: Support -Wa,-L when using the integrated assembler. | Daniel Dunbar | 2011-03-28 | 1 | -0/+2 |
* | Frontend: Add a more explicit -backend-option flag for passing backend command | Daniel Dunbar | 2011-03-22 | 1 | -0/+2 |
* | If -fno-builtin is passed, tell TargetLibraryInfo to | Chris Lattner | 2011-02-18 | 1 | -2/+9 |
* | install a TargetLibraryInfo configured with the appropriate | Chris Lattner | 2011-02-18 | 1 | -3/+12 |
* | Implement -cl-mad-enable | Peter Collingbourne | 2010-12-04 | 1 | -0/+1 |
* | Implement -cl-unsafe-math-optimizations | Peter Collingbourne | 2010-12-04 | 1 | -0/+1 |
* | Implement -cl-finite-math-only | Peter Collingbourne | 2010-12-04 | 1 | -0/+2 |
* | IRgen: Change CodeGenPasses to be a PassManager, so it can have CallGraphSCC or | Daniel Dunbar | 2010-09-17 | 1 | -11/+5 |
* | Driver/IRgen: Add support for -momit-leaf-frame-pointer. | Daniel Dunbar | 2010-07-01 | 1 | -1/+15 |
* | Move CodeGenOptions.h *back* into Frontend. This should have been done when the | Chandler Carruth | 2010-06-15 | 1 | -1/+1 |
* | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar | 2010-06-15 | 1 | -0/+325 |