summaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-101-0/+16
* [DebugInfo] Enable call site debug info for ARM and AArch64Nikola Prica2019-10-091-2/+6
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-081-11/+12
* Revert 373538 and follow-ups 373549 and 373552.Nico Weber2019-10-031-12/+11
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-021-11/+12
* [HIP] Support new kernel launching APIYaxun Liu2019-09-241-0/+1
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-131-0/+4
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-3/+13
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-131-13/+3
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-3/+13
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-121-1/+1
* [WebAssembly] Add -fwasm-exceptions for wasm EHHeejin Ahn2019-09-121-3/+4
* Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-111-0/+3
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-111-3/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-111-0/+3
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-101-3/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-101-0/+3
* [clang][DependencyFileGenerator] Fix missing -MT option handlingJan Korous2019-09-071-0/+5
* [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IRCraig Topper2019-09-061-0/+2
* [Driver] Use shared singleton instance of DriverOptTableIlya Biryukov2019-09-041-4/+4
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-041-4/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-041-0/+4
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-4/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-0/+4
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-4/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-0/+4
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-4/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+4
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-4/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+4
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-271-5/+3
* [analyzer] Analysis: Fix checker silencingCsaba Dabis2019-08-241-24/+27
* [clang][ifs] Dropping older experimental interface stub formats.Puyan Lotfi2019-08-221-18/+19
* [clang][ifs] New interface stubs format (llvm triple based).Puyan Lotfi2019-08-221-0/+4
* [analyzer] Analysis: Silence checkersCsaba Dabis2019-08-161-7/+33
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-0/+2
* [clang] Add no-warn support for WaBrian Cain2019-08-081-0/+1
* [OPENMP]Set default version to OpenMP 4.5.Alexey Bataev2019-08-071-2/+2
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-051-78/+71