summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2018-01-18Use an enum value instead of a string.Rafael Espindola
2018-01-09Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy
2018-01-09[Frontend] Remove unused FileMgr in pp arg parseBrian Gesiak
2018-01-09Added Control Flow Protection FlagOren Ben Simhon
2018-01-08Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy
2018-01-08Emit Function IDs table for Control Flow GuardAdrian McCarthy
2018-01-08[Driver] Add flag enabling the function stack size section that was added in ...Sean Eveson
2018-01-06[Driver] Suggest correctly spelled driver optionsBrian Gesiak
2017-12-29[OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev
2017-12-16[Driver, CodeGen] pass through and apply -fassociative-mathSanjay Patel
2017-12-16[VerifyDiagnosticConsumer] support -verify=<prefixes>Hal Finkel
2017-12-13[Sema] Ignore decls in namespaces when global decls are not wanted.Eric Liu
2017-12-11[Driver][CodeGen] Add -mprefer-vector-width driver option and attribute durin...Craig Topper
2017-12-11Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane
2017-12-11For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-12-09Switch to gnu++14 as the default dialect.Tim Northover
2017-12-07Correct line endings that got mixed up in r320089; NFC.Aaron Ballman
2017-12-07Add new language mode flags for C17.Aaron Ballman
2017-12-04Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman
2017-11-30[XRay][clang] Introduce -fxray-always-emit-customeventsDean Michael Berris
2017-11-29Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone
2017-11-29Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone
2017-11-29Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone
2017-11-21Add -finstrument-function-entry-bare flagHans Wennborg
2017-11-20Revert r318669/318694Erich Keane
2017-11-20For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-11-20[CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptionsCraig Topper
2017-11-20[Driver] Add a cc1 flag for the new TBAA metadata formatIvan A. Kosarev
2017-11-14Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...Hans Wennborg
2017-11-07New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam
2017-11-02Add default calling convention support for regcall.Erich Keane
2017-10-31[CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich
2017-10-20Revert r316193.Richard Smith
2017-10-19Try to shorten system header paths when using -MD depfilesPeter Wu
2017-10-16[Bitfield] Add an option to access bitfield in a fine-grained manner.Wei Mi
2017-10-15Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool
2017-09-29[PS4] Tidy up some debug-tuning v. triple decision-making.Paul Robinson
2017-09-28[DWARF] Allow forward declarations of a class template instantiationPaul Robinson
2017-09-14[MSan] Add flag to disable use-after-dtor.Matt Morehouse
2017-09-12IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne
2017-08-31[modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov
2017-08-30Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk
2017-08-30[modules] Add ability to specify module name to module file mappingBoris Kolpackov
2017-08-29Minimal runtime for UBSan.Evgeniy Stepanov
2017-08-26Add flag to request Clang is ABI-compatible with older versions of itselfRichard Smith
2017-08-24Expose -mllvm -accurate-sample-profile to clang.Dehao Chen
2017-08-18[SanitizerCoverage] Add stack depth tracing instrumentation.Matt Morehouse
2017-08-07[OpenMP] Error when trying to offload to an unsupported architectureGheorghe-Teodor Bercea
2017-08-07[OpenMP] Prevent emission of exception handling code when using OpenMP to off...Gheorghe-Teodor Bercea