summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/CodeGenOptions.def
Commit message (Expand)AuthorAgeFilesLines
* New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam2017-11-071-0/+2
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-311-0/+2
* [Bitfield] Add an option to access bitfield in a fine-grained manner.Wei Mi2017-10-161-0/+1
* [DWARF] Allow forward declarations of a class template instantiationPaul Robinson2017-09-281-0/+4
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-0/+3
* Minimal runtime for UBSan.Evgeniy Stepanov2017-08-291-0/+2
* Add flag to request Clang is ABI-compatible with older versions of itselfRichard Smith2017-08-261-0/+4
* Expose -mllvm -accurate-sample-profile to clang.Dehao Chen2017-08-241-0/+1
* [SanitizerCoverage] Add stack depth tracing instrumentation.Matt Morehouse2017-08-181-0/+1
* [mips] Revert r309942 & r309940Simon Dardis2017-08-031-2/+0
* [mips] Implement -muninit-const-in-rodataSimon Dardis2017-08-031-0/+2
* [sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-tableKostya Serebryany2017-07-281-0/+1
* Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-0/+4
* Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-4/+0
* [Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak2017-07-011-0/+4
* Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM'sChandler Carruth2017-06-301-1/+0
* [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.Tim Shen2017-06-291-0/+2
* Represent debug information compression type fullySaleem Abdulrasool2017-06-091-1/+2
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-081-0/+1
* Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...Renato Golin2017-06-051-1/+0
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-031-0/+1
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-0/+1
* [asan] A clang flag to enable ELF globals-gc.Evgeniy Stepanov2017-05-091-0/+2
* [sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany2017-05-051-0/+1
* Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie2017-04-211-0/+1
* Preserve vec3 type.Jin-Gu Kang2017-04-041-0/+3
* Use FPContractModeKind universallyAdam Nemet2017-03-291-2/+0
* Revert "Use FPContractModeKind universally"Adam Nemet2017-03-291-0/+2
* Use FPContractModeKind universallyAdam Nemet2017-03-291-2/+0
* [DebugInfo] Added support to Clang FE for generating debug info for preproces...Amjad Aboud2017-02-091-0/+3
* [X86] Teach Clang about -mfentry flagNirav Dave2017-01-311-0/+1
* Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...Dehao Chen2017-01-191-0/+3
* Move vtable type metadata emission behind a cc1-level flag.Peter Collingbourne2017-01-181-0/+2
* Add a cc1 option to force disabling lifetime-markers emission from clangMehdi Amini2017-01-061-0/+1
* Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz2017-01-041-0/+4
* [PM] Introduce options to enable the (still experimental) new passChandler Carruth2016-12-231-0/+2
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-3/+1
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-4/+0
* Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI ...Richard Smith2016-12-011-1/+0
* Implement ABI proposal for throwing noexcept function pointers, per discussionRichard Smith2016-11-011-0/+1
* New clang option -mpie-copy-relocations to use copy relocations for PIE builds.Sriraman Tallam2016-10-191-0/+3
* [sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany2016-09-141-0/+2
* Reapply r281276 with passing -emit-llvm in one of the testsAdam Nemet2016-09-131-0/+3
* Revert "Add -fdiagnostics-show-hotness"Adam Nemet2016-09-131-3/+0
* Add -fdiagnostics-show-hotnessAdam Nemet2016-09-121-0/+3
* Fix a long comment lineAdam Nemet2016-09-121-1/+1
* This adds new options -fdenormal-fp-math and passes through option -ffast-mathSjoerd Meijer2016-08-301-0/+1
* [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany2016-08-301-0/+4
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-0/+3
* [OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrtYaxun Liu2016-08-091-0/+1