summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use an enum value instead of a string.Rafael Espindola2018-01-181-5/+13
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-091-0/+2
* [Frontend] Remove unused FileMgr in pp arg parseBrian Gesiak2018-01-091-7/+1
* Added Control Flow Protection FlagOren Ben Simhon2018-01-091-0/+15
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-081-2/+0
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-081-0/+2
* [Driver] Add flag enabling the function stack size section that was added in ...Sean Eveson2018-01-081-0/+2
* [Driver] Suggest correctly spelled driver optionsBrian Gesiak2018-01-061-1/+7
* [OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev2017-12-291-4/+10
* [Driver, CodeGen] pass through and apply -fassociative-mathSanjay Patel2017-12-161-0/+1
* [VerifyDiagnosticConsumer] support -verify=<prefixes>Hal Finkel2017-12-161-1/+32
* [Sema] Ignore decls in namespaces when global decls are not wanted.Eric Liu2017-12-131-0/+2
* [Driver][CodeGen] Add -mprefer-vector-width driver option and attribute durin...Craig Topper2017-12-111-0/+2
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-111-4/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-111-0/+4
* Switch to gnu++14 as the default dialect.Tim Northover2017-12-091-5/+1
* Correct line endings that got mixed up in r320089; NFC.Aaron Ballman2017-12-071-202/+202
* Add new language mode flags for C17.Aaron Ballman2017-12-071-200/+201
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-3/+3
* [XRay][clang] Introduce -fxray-always-emit-customeventsDean Michael Berris2017-11-301-0/+7
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-1/+12
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-291-12/+1
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-1/+12
* Add -finstrument-function-entry-bare flagHans Wennborg2017-11-211-0/+2
* Revert r318669/318694Erich Keane2017-11-201-4/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-201-0/+4
* [CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptionsCraig Topper2017-11-201-1/+1
* [Driver] Add a cc1 flag for the new TBAA metadata formatIvan A. Kosarev2017-11-201-0/+2
* Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...Hans Wennborg2017-11-141-0/+2
* New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam2017-11-071-0/+1
* Add default calling convention support for regcall.Erich Keane2017-11-021-3/+4
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-311-0/+2
* Revert r316193.Richard Smith2017-10-201-1/+0
* Try to shorten system header paths when using -MD depfilesPeter Wu2017-10-191-0/+1
* [Bitfield] Add an option to access bitfield in a fine-grained manner.Wei Mi2017-10-161-0/+10
* Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman2017-10-151-0/+6
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-1/+10
* [PS4] Tidy up some debug-tuning v. triple decision-making.Paul Robinson2017-09-291-1/+1
* [DWARF] Allow forward declarations of a class template instantiationPaul Robinson2017-09-281-0/+1
* [MSan] Add flag to disable use-after-dtor.Matt Morehouse2017-09-141-1/+3
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-0/+1
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-311-4/+18
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-301-18/+4
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-301-4/+18
* Minimal runtime for UBSan.Evgeniy Stepanov2017-08-291-0/+1
* Add flag to request Clang is ABI-compatible with older versions of itselfRichard Smith2017-08-261-0/+27
* Expose -mllvm -accurate-sample-profile to clang.Dehao Chen2017-08-241-0/+2
* [SanitizerCoverage] Add stack depth tracing instrumentation.Matt Morehouse2017-08-181-0/+2
* [OpenMP] Error when trying to offload to an unsupported architectureGheorghe-Teodor Bercea2017-08-071-1/+8
* [OpenMP] Prevent emission of exception handling code when using OpenMP to off...Gheorghe-Teodor Bercea2017-08-071-0/+7
OpenPOWER on IntegriCloud