aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/BackendUtil.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Add -mstack-alignment=X and fix -mstackrealign handling now that theJoerg Sonnenberger1-0/+5
2011-12-02Update for change to LLVM TargetMachine API in r145714.Nick Lewycky1-34/+37
2011-11-30make asan work at -O0, clang part. Patch by glider@google.comKostya Serebryany1-0/+2
2011-11-22implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...Kostya Serebryany1-1/+1
2011-11-16Add -f[no-]address-sanitizer flagKostya Serebryany1-0/+10
2011-11-16Match LLVM API change.Evan Cheng1-9/+10
2011-10-31Turn on the new .file directive when appropriate, instead of turning it off.Nick Lewycky1-2/+2
2011-10-17Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky1-0/+2
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie1-3/+4
2011-08-26[driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab...Chad Rosier1-0/+2
2011-08-24Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng1-1/+1
2011-08-02Update for LLVM change in PassManagerBuilder.Rafael Espindola1-1/+5
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