| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land "Add an -fno-temp-file flag for compilation" | Hans Wennborg | 2019-12-19 | 1 | -1/+1 |
* | Revert "Add an -fno-temp-file flag for compilation" | Mitch Phillips | 2019-12-18 | 1 | -1/+1 |
* | Add an -fno-temp-file flag for compilation | Hans Wennborg | 2019-12-18 | 1 | -1/+1 |
* | [SYCL] Add support for auxiliary triple specification to Frontend | Alexey Bader | 2019-12-11 | 1 | -2/+3 |
* | clang/Modules: Rename CompilerInstance::ModuleManager, NFC | Duncan P. N. Exon Smith | 2019-11-22 | 1 | -49/+48 |
* | clang/Modules: Refactor CompilerInstance::loadModule, NFC | Duncan P. N. Exon Smith | 2019-11-22 | 1 | -203/+248 |
* | clang/Modules: Early return in CompilerInstance::createModuleManager, NFC | Duncan P. N. Exon Smith | 2019-11-19 | 1 | -43/+44 |
* | clang/Modules: Bring back optimization lost in 31e14f41a21f | Duncan P. N. Exon Smith | 2019-11-04 | 1 | -3/+4 |
* | clang/Modules: Sink CompilerInstance::KnownModules into ModuleMap | Duncan P. N. Exon Smith | 2019-11-03 | 1 | -20/+14 |
* | [Clang] Add VerboseOutputStream to CompilerInstance | Scott Linder | 2019-10-21 | 1 | -3/+11 |
* | Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended. | Volodymyr Sapsai | 2019-10-16 | 1 | -8/+7 |
* | Reapply: [Modules][PCH] Hash input files content | Bruno Cardoso Lopes | 2019-10-15 | 1 | -1/+3 |
* | Temporarily Revert [Modules][PCH] Hash input files content | Eric Christopher | 2019-10-14 | 1 | -3/+1 |
* | [Modules][PCH] Hash input files content | Bruno Cardoso Lopes | 2019-10-14 | 1 | -1/+3 |
* | FileManager: Use llvm::Expected in new getFileRef API | Duncan P. N. Exon Smith | 2019-08-26 | 1 | -0/+2 |
* | Improve behavior in the case of stack exhaustion. | Richard Smith | 2019-08-26 | 1 | -0/+5 |
* | Introduce FileEntryRef and use it when handling includes to report correct de... | Alex Lorenz | 2019-08-22 | 1 | -9/+13 |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -7/+7 |
* | Move LangStandard*, InputKind::Language to Basic | Rainer Orth | 2019-08-05 | 1 | -5/+6 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -5/+5 |
* | [clang] Adopt new FileManager error-returning APIs | Harlan Haskins | 2019-08-01 | 1 | -11/+15 |
* | BitStream reader: propagate errors | JF Bastien | 2019-06-26 | 1 | -7/+20 |
* | Unify DependencyFileGenerator class and DependencyCollector interface (NFCI) | Alex Lorenz | 2019-06-19 | 1 | -10/+4 |
* | [Frontend] SetUpDiagnosticLog should handle unowned diagnostic consumer | Alex Lorenz | 2019-06-10 | 1 | -3/+7 |
* | [CodeComplete] Remove obsolete isOutputBinary(). | Sam McCall | 2019-04-18 | 1 | -6/+0 |
* | Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c... | Anton Afanasyev | 2019-03-30 | 1 | -0/+4 |
* | Basic: Return a reference from FileManager::getVirtualFileSystem, NFC | Duncan P. N. Exon Smith | 2019-03-26 | 1 | -2/+2 |
* | Frontend: Remove CompilerInstance::VirtualFileSystem, NFC | Duncan P. N. Exon Smith | 2019-03-26 | 1 | -13/+8 |
* | Modules: Invalidate out-of-date PCMs as they're discovered | Duncan P. N. Exon Smith | 2019-03-09 | 1 | -5/+1 |
* | Modules: Rename MemoryBufferCache to InMemoryModuleCache | Duncan P. N. Exon Smith | 2019-03-09 | 1 | -32/+30 |
* | [HIP] Fix size_t for MSVC environment | Yaxun Liu | 2019-01-30 | 1 | -0/+3 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | PTH-- Remove feature entirely- | Erich Keane | 2018-12-04 | 1 | -15/+2 |
* | Sink BuryPointer from Clang into LLVM for reuse there | David Blaikie | 2018-11-17 | 1 | -1/+2 |
* | [Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch... | David Blaikie | 2018-11-08 | 1 | -1/+3 |
* | Reapply "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX" | Benjamin Kramer | 2018-11-05 | 1 | -0/+3 |
* | Revert "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX" | Ilya Biryukov | 2018-11-02 | 1 | -3/+0 |
* | Fix clang -Wimplicit-fallthrough warnings across llvm, NFC | Reid Kleckner | 2018-11-01 | 1 | -1/+1 |
* | Fix typo in comment. | Richard Smith | 2018-11-01 | 1 | -1/+1 |
* | Fix regression in behavior of clang -x c++-header -fmodule-name=XXX | Richard Smith | 2018-11-01 | 1 | -0/+3 |
* | NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) | Erik Pilkington | 2018-10-30 | 1 | -1/+1 |
* | Lift VFS from clang to llvm (NFC) | Jonas Devlieghere | 2018-10-10 | 1 | -6/+6 |
* | [modules] Frontend support for building a header module from a list of | Richard Smith | 2018-09-15 | 1 | -17/+5 |
* | [VFS] vfs::directory_iterator yields path and file type instead of full Status | Sam McCall | 2018-09-14 | 1 | -2/+2 |
* | [ADT] Normalize empty triple components | Petr Hosek | 2018-08-08 | 1 | -1/+1 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -19/+19 |
* | Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan... | Bruno Cardoso Lopes | 2018-07-18 | 1 | -5/+10 |
* | Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L... | Bruno Cardoso Lopes | 2018-07-12 | 1 | -10/+5 |
* | [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOpts | Yuka Takahashi | 2018-07-10 | 1 | -5/+10 |
* | [clang-cl, PCH] Implement support for MS-style PCH through headers | Erich Keane | 2018-07-05 | 1 | -30/+1 |