summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2019-10-28Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd
2019-10-22Fix name of warn_ignored_hip_only_optionYaxun (Sam) Liu
2019-10-22[HIP] Add option -fgpu-allow-device-initYaxun (Sam) Liu
2019-10-21[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer
2019-10-19Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...Michael J. Spencer
2019-10-19[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer
2019-10-17Reland: Dead Virtual Function EliminationOliver Stannard
2019-10-15Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes
2019-10-14Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya
2019-10-14Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher
2019-10-14[Modules][PCH] Hash input files contentBruno Cardoso Lopes
2019-10-14[clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous
2019-10-12[clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).Puyan Lotfi
2019-10-11Dead Virtual Function EliminationOliver Stannard
2019-10-10Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner
2019-10-09[DebugInfo] Enable call site debug info for ARM and AArch64Nikola Prica
2019-10-08[clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi
2019-10-03Revert 373538 and follow-ups 373549 and 373552.Nico Weber
2019-10-02[clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi
2019-09-24[HIP] Support new kernel launching APIYaxun Liu
2019-09-13[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-09-13For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith
2019-09-13Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere
2019-09-13For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith
2019-09-12[analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann
2019-09-12[WebAssembly] Add -fwasm-exceptions for wasm EHHeejin Ahn
2019-09-11Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek
2019-09-11Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko
2019-09-11clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek
2019-09-10Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek
2019-09-10clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek
2019-09-07[clang][DependencyFileGenerator] Fix missing -MT option handlingJan Korous
2019-09-06[X86] Prevent passing vectors of __int128 as <X x i128> in llvm IRCraig Topper
2019-09-04[Driver] Use shared singleton instance of DriverOptTableIlya Biryukov
2019-09-04Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev
2019-09-04[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-09-02Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-09-02[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-31Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-31[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-30Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-30[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-30Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-30[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-27ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko
2019-08-24[analyzer] Analysis: Fix checker silencingCsaba Dabis
2019-08-22[clang][ifs] Dropping older experimental interface stub formats.Puyan Lotfi
2019-08-22[clang][ifs] New interface stubs format (llvm triple based).Puyan Lotfi
2019-08-16[analyzer] Analysis: Silence checkersCsaba Dabis
2019-08-09cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne