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