1. fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago
  2. 51c9349 [Preamble] Fix incorrect usage of std::error_category by Alexandre Ganea · 7 years ago
  3. a3b3457 [Preamble] Fix an undefined behavior when checking an empty preamble can be reused. by Haojian Wu · 7 years ago
  4. 70560ba [Preamble] Empty preamble is not an error. by Haojian Wu · 7 years ago
  5. e5801b0 [Preamble] Check system dependencies in preamble too by Ilya Biryukov · 7 years ago
  6. 1865df4 s/LLVM_ON_WIN32/_WIN32/, clang by Nico Weber · 7 years ago
  7. 005c2e5 [vfs] Don't bail out after a missing -ivfsoverlay file by Ben Langmuir · 8 years ago
  8. 4a8f753 [Frontend] Allow to use PrecompiledPreamble without calling CanReuse by Ilya Biryukov · 8 years ago
  9. 923e338 Added helper to get size of PrecompiledPreamble by Ilya Biryukov · 8 years ago
  10. 1f8647d [clang] Add BeforeExecute method to PrecompiledPreamble by Ilya Biryukov · 8 years ago
  11. 41e90bc [clang] Add PPCallbacks list to preprocessor when building a preacompiled preamble. by Ilya Biryukov · 8 years ago
  12. 8318f61b Avoid copying the data of in-memory preambles by Ilya Biryukov · 8 years ago
  13. dd9ea75 Use llvm-config.h instead of config.h by Ilya Biryukov · 8 years ago
  14. 417085a Allow to store precompiled preambles in memory. by Ilya Biryukov · 8 years ago
  15. 24952ce Create fewer copies of StringMaps. No functionality change intended. by Benjamin Kramer · 8 years ago
  16. eb1ec87 Set PreprocessorOpts.GeneratePreamble=true in PrecompiledPreamble. by Ilya Biryukov · 8 years ago
  17. 84fd064 [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuating BOM presence) by Cameron Desrochers · 8 years ago
  18. b88de41 Fixed a race condition in PrecompiledPreamble. by Ilya Biryukov · 8 years ago
  19. 53dd644 Fix unused-variable compilation error. by Haojian Wu · 8 years ago
  20. 200b328 Moved code hanlding precompiled preamble out of the ASTUnit. by Ilya Biryukov · 8 years ago