aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/CodeGenOptions.def
AgeCommit message (Expand)Author
2013-07-25Change __cyg_profile_func_enter/exit to __pnacl_profile... and change the sig...Robert Grosse
2013-07-25Add a -finstrument-functions-size=n option to control basic blockRobert Grosse
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar
2013-04-04Initial support for struct-path aware TBAA.Manman Ren
2013-04-04revert r178784 since it does not have a commit messageManman Ren
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren
2013-04-04Plumb through the -fsplit-stack option using the existing backendEric Christopher
2013-03-20The flag "-coverage-function-names-in-data" is actually backwards -- we doNick Lewycky
2013-03-20Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky
2013-03-07Add flags for additional control over coverage generation. Pick the versionNick Lewycky
2013-01-29[ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier
2013-01-20Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov
2013-01-16Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor
2012-12-30[ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz
2012-12-24Support -fsanitize-memory-track-origins.Evgeniy Stepanov
2012-12-02[ubsan] Add flag to enable recovery from checks when possible.Will Dietz
2012-11-23PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly
2012-11-15Make -ffp-contract a codegen option, rather than a laguage option. This makesLang Hames
2012-11-09Implement -mstrict-align using '-backend-option -arm-strict-align' as this savesChad Rosier
2012-11-09[driver] Add a -mstrict-align compiler option for ARM targets.Chad Rosier
2012-10-24Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused.Douglas Gregor
2012-10-23Switch CodeGenOptions over to a .def file, like we do with LangOptions.Douglas Gregor