aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/CodeGenOptions.h
AgeCommit message (Expand)Author
2013-04-08The recent GCOV changes expect the initial version string to be in forward or...Bill Wendling
2013-03-07Add flags for additional control over coverage generation. Pick the versionNick Lewycky
2013-02-22Propagate the split dwarf file information through into the backendEric Christopher
2012-12-03Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov
2012-11-15Make -ffp-contract a codegen option, rather than a laguage option. This makesLang Hames
2012-10-23Switch CodeGenOptions over to a .def file, like we do with LangOptions.Douglas Gregor
2012-10-18Add a new option for and disable column number information as thereEric Christopher
2012-08-24[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a Chad Rosier
2012-08-21[driver] Add support for the --param ssp-buffer-size= driver option.Chad Rosier
2012-07-20Tidy up.Chad Rosier
2012-07-20Add the mechanics for -fms-inline-asm. No easy way to test at this time.Chad Rosier
2012-07-11Add OpenCL metadata for kernel arg names. This output is controlled via a fla...Tanya Lattner
2012-06-28Add -ftls-model command-line flag.Hans Wennborg
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-19Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola
2012-05-22wire -fbounds-checking to the new LLVM bounds checking passNuno Lopes
2012-05-04This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov
2012-05-02Fix same line doxycomments so they comment the adjacent field.David Blaikie
2012-04-27Use enum to set debug info size generated by ClangAlexey Samsonov
2012-04-09Revert r154321, pending more discussion.David Chisnall
2012-04-09Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall
2012-03-27Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth
2012-03-15[frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier
2012-03-14[frontend] Add support for disabling the "inline" keyword using Chad Rosier
2012-02-03Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson
2012-01-23Add support for -fno-optimize-sibling-calls. Currently only implemented in theNick Lewycky
2011-12-07Initialize these values, fixing the build in cases where stack realignmentNick Lewycky
2011-12-06Stack realignment is a tristate. Add -mno-stackrealign to turn off all stackNick Lewycky
2011-12-05Add -mstack-alignment=X and fix -mstackrealign handling now that theJoerg Sonnenberger
2011-11-22implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...Kostya Serebryany
2011-11-16Add -f[no-]address-sanitizer flagKostya Serebryany
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne
2011-10-21Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This isNick Lewycky
2011-10-17Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky
2011-10-06CUDA: add -fcuda-is-device flagPeter Collingbourne
2011-08-26[driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab...Chad Rosier
2011-07-06Call objc_terminate() instead of abort() when a cleanup throws anJohn McCall
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-06-21IRgen: Add a -fuse-register-sized-bitfield-access option, for testing.Daniel Dunbar
2011-06-21Add support for -Wa,--noexecstack when building from a non-assembly file. ForNick Lewycky
2011-06-15Automatic Reference Counting.John McCall
2011-05-05Preserve the full name of the file, so that '-c -o foo.pic.o' producesNick Lewycky
2011-05-04Record where the GCOV data files should be placed.Nick Lewycky
2011-04-30Implement -fno-dwarf2-cfi-asm.Rafael Espindola
2011-04-29Add -Oz option and use it to set the inline threshold to 25.Bob Wilson
2011-04-21Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky
2011-03-28Integrated-As: Support -Wa,-L when using the integrated assembler.Daniel Dunbar
2011-03-22Frontend: Add a more explicit -backend-option flag for passing backend commandDaniel Dunbar
2011-03-18The Darwin kernel does not provide useful guard variable support.John McCall
2011-02-10Implement mcount profiling, enabled via -pg.Roman Divacky