summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/CodeGenOptions.def
Commit message (Expand)AuthorAgeFilesLines
...
* [OpenCL][AMDGPU] Add support for -cl-denorms-are-zeroYaxun Liu2016-08-091-0/+1
* Initial vectorization support for svml calls (short vector math library).Matt Masten2016-07-291-1/+1
* Add flags to toggle preservation of assembly commentsNirav Dave2016-07-271-0/+1
* Add XRay flags to Clang. We implement two flags to control the XRay behaviour:Aaron Ballman2016-07-131-0/+8
* Delete dead code.Sean Silva2016-07-101-2/+0
* [asan] Added -fsanitize-address-use-after-scope flagVitaly Buka2016-06-021-0/+2
* Summary: Remove unused optionVitaly Buka2016-06-021-7/+5
* Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola2016-05-291-0/+1
* [ubsan] Add -fsanitize-undefined-strip-path-components=NFilipe Cabecinhas2016-05-121-0/+4
* Embed bitcode in object file (clang cc1 part)Steven Wu2016-05-111-0/+2
* [SystemZ] Add -mbackchain option.Marcin Koscielnicki2016-05-041-0/+1
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-0/+4
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-4/+0
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-0/+4
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-0/+224
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-223/+0
* Fix missing period in no-jump-table flag comment. NFC.Nirav Dave2016-04-051-1/+1
* Add -fno-jump-tables and-fjump-tables flagsNirav Dave2016-04-051-0/+1
* Revert "Convert some ObjC msgSends to runtime calls."Pete Cooper2016-03-211-2/+0
* Convert some ObjC msgSends to runtime calls.Pete Cooper2016-03-161-0/+2
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-151-2/+2
* Revert "[ThinLTO] Clang side of renaming of function index (NFC)"Teresa Johnson2016-03-141-2/+2
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-141-2/+2
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-131-0/+1
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-021-0/+2
* [PGO] clang cc1 option change to enable IR level instrumentationRong Xu2016-02-291-1/+1
* Add whole-program vtable optimization feature to Clang.Peter Collingbourne2016-02-241-0/+3
* [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany2016-02-171-0/+2
* Eliminate an unnecessary enum, use the LLVM version. NFCPaul Robinson2016-02-051-1/+2
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-041-2/+2
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-1/+1
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-0/+1
* [clang-cl] Add support for /BreproDavid Majnemer2015-12-211-0/+3
* Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM.Paul Robinson2015-12-191-0/+3
* Revert r256063, it's killing clang-tools-extraPaul Robinson2015-12-191-4/+0
* CC1 part of debugger tuning; pass through setting from driver to LLVM.Paul Robinson2015-12-181-0/+4
* Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov2015-12-151-0/+1
* Do not generate DW_TAG_imported_module for anonymous namespaces (even nested)...Ekaterina Romanova2015-12-101-0/+4
* Recommit "Clang support for -flto=thin."Teresa Johnson2015-10-151-0/+2
* Revert "Clang support for -flto=thin." (bot failures)Teresa Johnson2015-10-151-2/+0
* Clang support for -flto=thin.Teresa Johnson2015-10-151-0/+2
* [WinEH] Remove NewMSEH and enable its behavior by defaultReid Kleckner2015-10-081-1/+0
* Emiting llvm.invariant.group.barrier when dynamic type changesPiotr Padlewski2015-09-151-0/+1
* Record function attribute "stackrealign" instead of using backend optionAkira Hatanaka2015-09-111-1/+1
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-0/+3
* Add -gcodeview and -gdwarf to control which type Clang emitsReid Kleckner2015-08-051-1/+6
* [MS ABI] Hook clang up to the new EH instructionsDavid Majnemer2015-07-311-0/+1
* Add -femulated-tls flag to select the emulated TLS model.Chih-Hung Hsieh2015-07-281-0/+1
* Fix -save-temp when using objc-arc, sanitizer and profilingSteven Wu2015-07-171-0/+3
* Add an experimental flag -fsanitize-memory-use-after-dtor.Evgeniy Stepanov2015-07-101-0/+2