summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver][CodeGen] Add -fpatchable-function-entry=N[,0]Fangrui Song2020-01-101-0/+2
* [HIP] Add option --gpu-max-threads-per-block=nYaxun (Sam) Liu2020-01-071-0/+6
* Add Triple::isX86()Fangrui Song2020-01-061-1/+1
* [NFC] Separate getLastArgIntValue to BasicYaxun (Sam) Liu2019-12-211-27/+0
* [Clang FE, SystemZ] Recognize -mrecord-mcount CL option.Jonas Paulsson2019-12-191-0/+1
* Re-land "Add an -fno-temp-file flag for compilation"Hans Wennborg2019-12-191-0/+1
* Revert "Add an -fno-temp-file flag for compilation"Mitch Phillips2019-12-181-1/+0
* Add an -fno-temp-file flag for compilationHans Wennborg2019-12-181-0/+1
* [Frontend] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-171-3/+3
* [Clang FE, SystemZ] Recognize -mpacked-stack CL optionJonas Paulsson2019-12-171-0/+1
* Default to -fuse-init-arrayFangrui Song2019-12-121-1/+1
* [OpenMP] Use the OpenMP-IR-BuilderJohannes Doerfert2019-12-111-0/+2
* [Frontend] Allow OpenMP offloading to aarch64Bryan Chan2019-12-081-1/+2
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-051-0/+28
* Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...Melanie Blower2019-12-041-28/+0
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-041-0/+28
* [ConstExprPreter] Removed the flag forcing the use of the interpreterNandor Licker2019-11-271-2/+0
* Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor2019-11-261-0/+3
* Move vtordisp mode from Attr class to LangOptions.h, NFCReid Kleckner2019-11-221-1/+2
* clang: Add -fconvergent-functions flagMatt Arsenault2019-11-191-0/+3
* Work on cleaning up denormal mode handlingMatt Arsenault2019-11-191-7/+2
* Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...Eric Christopher2019-11-181-30/+0
* Revert "Reland "[clang] Report sanitizer blacklist as a dependency in cc1""Jan Korous2019-11-081-1/+20
* [clang] Fix -fsanitize-system-blacklist processing in cc1Jan Korous2019-11-081-0/+5
* Reland "[clang] Report sanitizer blacklist as a dependency in cc1"Jan Korous2019-11-081-20/+1
* Reland "[clang] Report sanitizer blacklist as a dependency in cc1"Jan Korous2019-11-081-1/+20
* Revert "Revert "Revert "[clang] Report sanitizer blacklist as a dependency in...Abel Kocsis2019-11-081-20/+1
* Revert "Revert "[clang] Report sanitizer blacklist as a dependency in cc1""Abel Kocsis2019-11-081-1/+20
* Revert "[clang] Report sanitizer blacklist as a dependency in cc1"Jeremy Morse2019-11-081-20/+1
* [clang] Report sanitizer blacklist as a dependency in cc1Jan Korous2019-11-071-1/+20
* Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff...Melanie Blower2019-11-071-0/+30
* [Clang FE] Recognize -mnop-mcount CL option (SystemZ only).Jonas Paulsson2019-11-051-0/+1
* Recommit "[CodeView] Add option to disable inline line tables."Amy Huang2019-11-041-0/+1
* [cfi] Add flag to always generate .debug_frameDavid Candler2019-10-311-0/+3
* Revert "[CodeView] Add option to disable inline line tables."Amy Huang2019-10-301-1/+0
* [CodeView] Add option to disable inline line tables.Amy Huang2019-10-301-0/+1
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-0/+1
* Fix name of warn_ignored_hip_only_optionYaxun (Sam) Liu2019-10-221-1/+1
* [HIP] Add option -fgpu-allow-device-initYaxun (Sam) Liu2019-10-221-0/+7
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-211-0/+20
* Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...Michael J. Spencer2019-10-191-20/+0
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-191-0/+20
* Reland: Dead Virtual Function EliminationOliver Stannard2019-10-171-0/+2
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-151-0/+2
* Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya2019-10-141-2/+0
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-141-2/+0
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-141-0/+2
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-141-0/+2
* [clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).Puyan Lotfi2019-10-121-3/+3
* Dead Virtual Function EliminationOliver Stannard2019-10-111-0/+2
OpenPOWER on IntegriCloud