summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/CodeGenOptions.def
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merging r232439:"Tom Stellard2015-05-041-1/+0
* Merging r232439:Tom Stellard2015-05-011-0/+1
* Revert "Insert random noops to increase security against ROP attacks (clang)"JF Bastien2015-01-141-2/+0
* Insert random noops to increase security against ROP attacks (clang)JF Bastien2015-01-141-0/+2
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-121-3/+0
* Fix handling of invalid -O options.Rafael Espindola2014-12-161-1/+1
* OpenCL C: Add support for a set of floating point Pekka Jaaskelainen2014-12-101-0/+1
* Introduce -fsanitize-coverage=N flagKostya Serebryany2014-11-111-0/+1
* Add a new -fmerge-functions -cc1 flag that enables function merging.Nick Lewycky2014-10-241-0/+1
* Convert MC command line flag for fatal assembler warnings into a properJoerg Sonnenberger2014-08-261-0/+2
* Add a cc1 "dump-coverage-mapping" for testing coverage mapping.Alex Lorenz2014-08-081-0/+2
* Add coverage mapping generation.Alex Lorenz2014-08-041-0/+2
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-241-1/+1
* Drop non-cfi assembly support from clang.Rafael Espindola2014-04-301-1/+0
* Use the correct trailing comment syntaxDmitri Gribenko2014-03-281-1/+1
* Support for -Wa,-compress-debug-sections.David Blaikie2014-03-271-0/+1
* [msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov2014-03-201-1/+1
* Accept -no-integrated-as in -cc1 and forward it to llvm.Rafael Espindola2014-02-211-0/+1
* Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall2014-02-081-2/+0
* Driver: Accept -fprofile-instr-use and -fprofile-instr-generateJustin Bogner2014-01-061-0/+3
* Add -freroll-loops to enable loop rerollingHal Finkel2013-11-171-0/+1
* Make -vectorize-... proper cc1 flags instead of abusing -backend-option. FixesNick Lewycky2013-06-251-0/+3
* Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose ifNick Lewycky2013-06-211-1/+2
* Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4Manman Ren2013-06-191-0/+3
* Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer!John McCall2013-06-181-0/+4
* [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar2013-04-161-2/+1
* Initial support for struct-path aware TBAA.Manman Ren2013-04-041-0/+1
* revert r178784 since it does not have a commit messageManman Ren2013-04-041-1/+0
* Index: include/clang/Driver/CC1Options.tdManman Ren2013-04-041-0/+1
* Plumb through the -fsplit-stack option using the existing backendEric Christopher2013-04-041-0/+1
* The flag "-coverage-function-names-in-data" is actually backwards -- we doNick Lewycky2013-03-201-1/+1
* Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky2013-03-201-0/+1
* Add flags for additional control over coverage generation. Pick the versionNick Lewycky2013-03-071-0/+2
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-291-0/+2
* Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov2013-01-201-2/+4
* Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor2013-01-161-0/+2
* [ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz2012-12-301-1/+1
* Support -fsanitize-memory-track-origins.Evgeniy Stepanov2012-12-241-0/+2
* [ubsan] Add flag to enable recovery from checks when possible.Will Dietz2012-12-021-0/+3
* PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly2012-11-231-3/+0
* Make -ffp-contract a codegen option, rather than a laguage option. This makesLang Hames2012-11-151-0/+2
* Implement -mstrict-align using '-backend-option -arm-strict-align' as this savesChad Rosier2012-11-091-1/+0
* [driver] Add a -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-091-0/+1
* Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused.Douglas Gregor2012-10-241-3/+0
* Switch CodeGenOptions over to a .def file, like we do with LangOptions.Douglas Gregor2012-10-231-0/+135