summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/CC1Options.td
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-011-1/+5
* Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-0/+2
* Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-2/+0
* [Remarks] Add -foptimization-record-passes to filter remark emissionFrancis Visoiu Mistrih2019-03-121-0/+2
* [SYCL] Add clang front-end option to enable SYCL device compilation flow.Alexey Bader2019-02-251-1/+7
* Add -fapply-global-visibility-to-externs for -cc1Scott Linder2019-01-281-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-041-0/+2
* Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2018-12-201-1/+1
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-171-0/+2
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-141-0/+2
* PTH-- Remove feature entirely-Erich Keane2018-12-041-6/+0
* [analyzer] Emit an error for invalid -analyzer-config inputsKristof Umann2018-11-301-0/+6
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-141-1/+3
* [analyzer] Drastically simplify the tblgen files used for checkersKristof Umann2018-11-121-2/+2
* Add /Zc:DllexportInlines option to clang-clTakuto Ikuta2018-11-031-0/+1
* [analyzer] New flag to print all -analyzer-config optionsKristof Umann2018-11-021-0/+3
* [AArch64] Branch Protection and Return Address Signing B Key SupportLuke Cheeseman2018-10-251-0/+6
* [Frontend] Delete -print-decl-contextsFangrui Song2018-10-031-2/+0
* [analyzer] Provide an option to dump generated exploded graphs to a given file.George Karpenkov2018-09-281-0/+3
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-0/+2
* [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice2018-09-111-0/+4
* [analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov2018-09-061-2/+0
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-291-2/+0
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-1/+1
* DebugInfo: Add the ability to disable DWARF name tables entirelyDavid Blaikie2018-08-201-4/+0
* Rename -mlink-cuda-bitcode to -mlink-builtin-bitcodeMatt Arsenault2018-08-201-1/+3
* Remove trailing spaceFangrui Song2018-07-301-4/+4
* Change \t to spacesFangrui Song2018-07-201-1/+1
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-051-4/+3
* [Fixed Point Arithmetic] Rename `-fsame-fbits` flagLeonard Chan2018-06-291-0/+4
* [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg2018-06-251-1/+3
* Add a new driver mode to dump compiler feature and extension options.Aaron Ballman2018-05-311-0/+2
* Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-05-251-0/+2
* Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in ...Peter Collingbourne2018-05-221-2/+2
* Revert "CodeGen, Driver: Start using direct split dwarf emission in clang."Amara Emerson2018-05-221-2/+2
* CodeGen, Driver: Start using direct split dwarf emission in clang.Peter Collingbourne2018-05-211-2/+2
* Implement proper support for `-falign-functions`Saleem Abdulrasool2018-04-191-0/+2
* Remove -cc1 option "-backend-option".Eli Friedman2018-04-121-2/+0
* Driver: hoist `-fno-rtti-data` to a driver flagSaleem Abdulrasool2018-03-011-2/+0
* [Templight] Template Instantiation ObserverGabor Horvath2018-02-101-0/+2
* [Driver, CodeGen] pass through and apply -fassociative-mathSanjay Patel2017-12-161-0/+2
* [VerifyDiagnosticConsumer] support -verify=<prefixes>Hal Finkel2017-12-161-1/+5
* [Sema] Ignore decls in namespaces when global decls are not wanted.Eric Liu2017-12-131-0/+2
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-111-2/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-111-0/+2
* Revert r318669/318694Erich Keane2017-11-201-2/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-201-0/+2
* [Driver] Add a cc1 flag for the new TBAA metadata formatIvan A. Kosarev2017-11-201-0/+2
* Add default calling convention support for regcall.Erich Keane2017-11-021-1/+1