aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/BackendUtil.cpp
AgeCommit message (Expand)AuthorFilesLines
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