summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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