summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add a flag -fthread-sanitizer.Kostya Serebryany2012-03-011-1/+13
* Allocate TargetLibraryInfo for the CodeGen passes. Otherwise, it's instantiatedChad Rosier2012-02-291-0/+6
* Prevent llvm.lifetime intrinsics from being emitted at -O0.Chad Rosier2012-02-251-1/+5
* Make use of const-correct ParseCommandLineOptionsDavid Blaikie2012-02-071-3/+2
* Reserve a moderate amount of space for the back-end arguments.Bill Wendling2012-02-071-0/+1
* Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson2012-02-031-0/+1
* Add support for -fno-optimize-sibling-calls. Currently only implemented in theNick Lewycky2012-01-231-0/+1
* Enable the new ObjC ARC autorelease pool elimination pass.Dan Gohman2012-01-171-0/+7
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-141-3/+0
* Add frontend flags to enable bitcode verifier pass.Chad Rosier2011-12-121-0/+3
* Stack realignment is a tristate. Add -mno-stackrealign to turn off all stackNick Lewycky2011-12-061-5/+2
* Add -mstack-alignment=X and fix -mstackrealign handling now that theJoerg Sonnenberger2011-12-051-0/+5
* Update for change to LLVM TargetMachine API in r145714.Nick Lewycky2011-12-021-34/+37
* make asan work at -O0, clang part. Patch by glider@google.comKostya Serebryany2011-11-301-0/+2
* implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...Kostya Serebryany2011-11-221-1/+1
* Add -f[no-]address-sanitizer flagKostya Serebryany2011-11-161-0/+10
* Match LLVM API change.Evan Cheng2011-11-161-9/+10
* Turn on the new .file directive when appropriate, instead of turning it off.Nick Lewycky2011-10-311-2/+2
* Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky2011-10-171-0/+2
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-3/+4
* [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab...Chad Rosier2011-08-261-0/+2
* Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng2011-08-241-1/+1
* Update for LLVM change in PassManagerBuilder.Rafael Espindola2011-08-021-1/+5
* Unbreak build after API change.Benjamin Kramer2011-07-201-6/+7
* Match createTargetMachine API change.Evan Cheng2011-07-191-11/+13
* Add the ObjC ARC optimization passes manually, now that they're notDan Gohman2011-07-051-3/+33
* createTargetMachine now takes a CPU string.Evan Cheng2011-06-301-3/+3
* SubtargetFeature.h has been moved to MC.Evan Cheng2011-06-291-1/+1
* Add support for -Wa,--noexecstack when building from a non-assembly file. ForNick Lewycky2011-06-211-0/+2
* Update for llvm api change.Rafael Espindola2011-05-251-1/+0
* adjust to mainline api change.Chris Lattner2011-05-211-11/+9
* switch clang off StandardPasses.h onto PassManagerBuilder.hChris Lattner2011-05-211-36/+30
* Conditionalize the use of 4.4 or 4.2 format based on the target.Bill Wendling2011-05-171-4/+6
* Implement -fno-dwarf2-cfi-asm.Rafael Espindola2011-04-301-0/+2
* Add -Oz option and use it to set the inline threshold to 25.Bob Wilson2011-04-291-1/+3
* Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky2011-04-211-0/+8
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-051-0/+3
* whitespaceAndrew Trick2011-04-051-3/+3
* Set AAPCS-VFP calling convention accordingly and hard float ABI command handl...Sandeep Patel2011-04-051-1/+1
* Integrated-As: Support -Wa,-L when using the integrated assembler.Daniel Dunbar2011-03-281-0/+2
* Frontend: Add a more explicit -backend-option flag for passing backend commandDaniel Dunbar2011-03-221-0/+2
* If -fno-builtin is passed, tell TargetLibraryInfo toChris Lattner2011-02-181-2/+9
* install a TargetLibraryInfo configured with the appropriate Chris Lattner2011-02-181-3/+12
* Implement -cl-mad-enablePeter Collingbourne2010-12-041-0/+1
* Implement -cl-unsafe-math-optimizationsPeter Collingbourne2010-12-041-0/+1
* Implement -cl-finite-math-onlyPeter Collingbourne2010-12-041-0/+2
* IRgen: Change CodeGenPasses to be a PassManager, so it can have CallGraphSCC orDaniel Dunbar2010-09-171-11/+5
* Driver/IRgen: Add support for -momit-leaf-frame-pointer.Daniel Dunbar2010-07-011-1/+15
* Move CodeGenOptions.h *back* into Frontend. This should have been done when theChandler Carruth2010-06-151-1/+1
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-0/+325
OpenPOWER on IntegriCloud