aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/BackendUtil.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-20Unbreak build after API change.Benjamin Kramer1-6/+7
2011-07-19Match createTargetMachine API change.Evan Cheng1-11/+13
2011-07-05Add the ObjC ARC optimization passes manually, now that they're notDan Gohman1-3/+33
2011-06-30createTargetMachine now takes a CPU string.Evan Cheng1-3/+3
2011-06-29SubtargetFeature.h has been moved to MC.Evan Cheng1-1/+1
2011-06-21Add support for -Wa,--noexecstack when building from a non-assembly file. ForNick Lewycky1-0/+2
2011-05-25Update for llvm api change.Rafael Espindola1-1/+0
2011-05-21adjust to mainline api change.Chris Lattner1-11/+9
2011-05-21switch clang off StandardPasses.h onto PassManagerBuilder.hChris Lattner1-36/+30
2011-05-17Conditionalize the use of 4.4 or 4.2 format based on the target.Bill Wendling1-4/+6
2011-04-30Implement -fno-dwarf2-cfi-asm.Rafael Espindola1-0/+2
2011-04-29Add -Oz option and use it to set the inline threshold to 25.Bob Wilson1-1/+3
2011-04-21Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky1-0/+8
2011-04-05Added *hidden* flags -print-options and -print-all-options soAndrew Trick1-0/+3
2011-04-05whitespaceAndrew Trick1-3/+3
2011-04-05Set AAPCS-VFP calling convention accordingly and hard float ABI command handl...Sandeep Patel1-1/+1
2011-03-28Integrated-As: Support -Wa,-L when using the integrated assembler.Daniel Dunbar1-0/+2
2011-03-22Frontend: Add a more explicit -backend-option flag for passing backend commandDaniel Dunbar1-0/+2
2011-02-18If -fno-builtin is passed, tell TargetLibraryInfo toChris Lattner1-2/+9
2011-02-18install a TargetLibraryInfo configured with the appropriate Chris Lattner1-3/+12
2010-12-04Implement -cl-mad-enablePeter Collingbourne1-0/+1
2010-12-04Implement -cl-unsafe-math-optimizationsPeter Collingbourne1-0/+1
2010-12-04Implement -cl-finite-math-onlyPeter Collingbourne1-0/+2
2010-09-17IRgen: Change CodeGenPasses to be a PassManager, so it can have CallGraphSCC orDaniel Dunbar1-11/+5
2010-07-01Driver/IRgen: Add support for -momit-leaf-frame-pointer.Daniel Dunbar1-1/+15
2010-06-15Move CodeGenOptions.h *back* into Frontend. This should have been done when theChandler Carruth1-1/+1
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar1-0/+325