1. a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 11 years ago
  2. e38c339 libclangSerialization also depends on the bitreader. by Benjamin Kramer · 11 years ago
  3. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  4. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  5. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  6. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  7. 63d32bd Fix cmake build with -DBUILD_SHARED_LIBS=ON. by Rafael Espindola · 13 years ago
  8. 71088d1 Move ChainedIncludesSource into the Frontend library. This never really by Chandler Carruth · 13 years ago
  9. a2398d7 Separate the serialization library's diagnostics from the frontend's by Chandler Carruth · 13 years ago
  10. 98339b9 Factor the Module and ModuleManager classes out into separate headers by Douglas Gregor · 13 years ago
  11. 0199ac0 Fix CMake build. by Argyrios Kyrtzidis · 13 years ago
  12. 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 13 years ago
  13. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 13 years ago
  14. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  15. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  16. ec9bf47 Clean up CMake dependencies by Douglas Gregor · 14 years ago
  17. 0eca89e Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copies in PCHReader and PCHWriter. by Argyrios Kyrtzidis · 14 years ago
  18. 904c9c8 Rename the ASTReader implementation files. by Sebastian Redl · 14 years ago
  19. 4ee2ad0 Rename the ASTWriter implementation files by Sebastian Redl · 14 years ago
  20. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  21. 11e6f61 Fix CMake build by Sebastian Redl · 14 years ago
  22. 8572813 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 14 years ago
  23. 4557e47 Revert Sebastian's build-breaking patch. by Douglas Gregor · 14 years ago
  24. 93c9729 Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change. by Sebastian Redl · 14 years ago