aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-10[Templight] Template Instantiation ObserverGabor Horvath1-0/+3
2018-01-23[analyzer] Show full analyzer invocation for reproducibility in HTML reportsGeorge Karpenkov1-0/+8
2018-01-18Use an enum value instead of a string.Rafael Espindola1-5/+13
2018-01-09Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy1-0/+2
2018-01-09[Frontend] Remove unused FileMgr in pp arg parseBrian Gesiak1-7/+1
2018-01-09Added Control Flow Protection FlagOren Ben Simhon1-0/+15
2018-01-08Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy1-2/+0
2018-01-08Emit Function IDs table for Control Flow GuardAdrian McCarthy1-0/+2
2018-01-08[Driver] Add flag enabling the function stack size section that was added in ...Sean Eveson1-0/+2
2018-01-06[Driver] Suggest correctly spelled driver optionsBrian Gesiak1-1/+7
2017-12-29[OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev1-4/+10
2017-12-16[Driver, CodeGen] pass through and apply -fassociative-mathSanjay Patel1-0/+1
2017-12-16[VerifyDiagnosticConsumer] support -verify=<prefixes>Hal Finkel1-1/+32
2017-12-13[Sema] Ignore decls in namespaces when global decls are not wanted.Eric Liu1-0/+2
2017-12-11[Driver][CodeGen] Add -mprefer-vector-width driver option and attribute durin...Craig Topper1-0/+2
2017-12-11Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane1-4/+0
2017-12-11For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane1-0/+4
2017-12-09Switch to gnu++14 as the default dialect.Tim Northover1-5/+1
2017-12-07Correct line endings that got mixed up in r320089; NFC.Aaron Ballman1-202/+202
2017-12-07Add new language mode flags for C17.Aaron Ballman1-200/+201
2017-12-04Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman1-3/+3
2017-11-30[XRay][clang] Introduce -fxray-always-emit-customeventsDean Michael Berris1-0/+7
2017-11-29Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone1-1/+12
2017-11-29Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone1-12/+1
2017-11-29Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone1-1/+12
2017-11-21Add -finstrument-function-entry-bare flagHans Wennborg1-0/+2
2017-11-20Revert r318669/318694Erich Keane1-4/+0
2017-11-20For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane1-0/+4
2017-11-20[CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptionsCraig Topper1-1/+1
2017-11-20[Driver] Add a cc1 flag for the new TBAA metadata formatIvan A. Kosarev1-0/+2
2017-11-14Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...Hans Wennborg1-0/+2
2017-11-07New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam1-0/+1
2017-11-02Add default calling convention support for regcall.Erich Keane1-3/+4
2017-10-31[CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich1-0/+2
2017-10-20Revert r316193.Richard Smith1-1/+0
2017-10-19Try to shorten system header paths when using -MD depfilesPeter Wu1-0/+1
2017-10-16[Bitfield] Add an option to access bitfield in a fine-grained manner.Wei Mi1-0/+10
2017-10-15Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman1-0/+6
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool1-1/+10
2017-09-29[PS4] Tidy up some debug-tuning v. triple decision-making.Paul Robinson1-1/+1
2017-09-28[DWARF] Allow forward declarations of a class template instantiationPaul Robinson1-0/+1
2017-09-14[MSan] Add flag to disable use-after-dtor.Matt Morehouse1-1/+3
2017-09-12IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne1-0/+1
2017-08-31[modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov1-4/+18
2017-08-30Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk1-18/+4
2017-08-30[modules] Add ability to specify module name to module file mappingBoris Kolpackov1-4/+18
2017-08-29Minimal runtime for UBSan.Evgeniy Stepanov1-0/+1
2017-08-26Add flag to request Clang is ABI-compatible with older versions of itselfRichard Smith1-0/+27
2017-08-24Expose -mllvm -accurate-sample-profile to clang.Dehao Chen1-0/+2
2017-08-18[SanitizerCoverage] Add stack depth tracing instrumentation.Matt Morehouse1-0/+2