1. f3b0046 Move PCHContainerOperations from Frontend to Serialization by Richard Trieu · 7 years ago
  2. e3f6529 Support: Simplify endian stream interface. NFCI. by Peter Collingbourne · 7 years ago
  3. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  4. 560ce2c Re-land: "[Support] Replace HashString with djbHash." by Jonas Devlieghere · 8 years ago
  5. 370bf3e Revert "[Support] Replace HashString with djbHash." by Jonas Devlieghere · 8 years ago
  6. b9ad175 [Support] Replace HashString with djbHash. by Jonas Devlieghere · 8 years ago
  7. d30446f [modules] Add ability to specify module name to module file mapping (reapply) by Boris Kolpackov · 8 years ago
  8. db68911 Revert r312105 [modules] Add ability to specify module name to module file mapping by Victor Leschuk · 8 years ago
  9. 7a71b4b [modules] Add ability to specify module name to module file mapping by Boris Kolpackov · 8 years ago
  10. 60fa288 Modules: Use hash of PCM content for SIGNATURE by Duncan P. N. Exon Smith · 9 years ago
  11. b44f0bf Fix for LLVM Bitcode API change (to use std::shared_ptr) by David Blaikie · 9 years ago
  12. 77c89b6 Bitcode: Decouple block info block state from reader. by Peter Collingbourne · 9 years ago
  13. 028eb5a Bitcode: Change reader interface to take memory buffers. by Peter Collingbourne · 9 years ago
  14. d3a6c70 Bitcode: Simplify BitstreamWriter::EnterBlockInfoBlock() interface. by Peter Collingbourne · 9 years ago
  15. cdae941 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  16. 57a4191 EmitRecord* API change: accepts ArrayRef instead of a SmallVector (NFC) by Mehdi Amini · 10 years ago
  17. 5ae4a85 Revert "EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)" by Mehdi Amini · 10 years ago
  18. 65e742a EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC) by Mehdi Amini · 10 years ago
  19. fb2398d Make the clang module container format selectable from the command line. by Adrian Prantl · 10 years ago
  20. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  21. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  22. bb165fb Introduce a PCHContainerOperations interface (NFC). by Adrian Prantl · 10 years ago
  23. 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
  24. cbc368c Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  25. 8bf7af3 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  26. a39924a Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  27. fc360dc Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  28. 67fbfa3 Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  29. f2b0cd9 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  30. 690b2f7 Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  31. b59bc1a Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  32. a4f522f Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  33. c4091aa Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  34. af0e40a Simplify code a bit by passing StreamFile to the BitstreamCursor constructor. by Rafael Espindola · 11 years ago
  35. a885796 Make VFS and FileManager match the current MemoryBuffer API. by Benjamin Kramer · 11 years ago
  36. 487ea14 Add a "signature" to AST files to verify that they haven't changed by Ben Langmuir · 11 years ago
  37. 6406f7b Return a std::unique_ptr from getBufferForFile. NFC. by Rafael Espindola · 11 years ago
  38. afa10d3 unique_ptr-ify the MemoryBuffer parameter of GlobalModuleIndex by David Blaikie · 11 years ago
  39. 2d2b420 Update for llvm api change. by Rafael Espindola · 11 years ago
  40. c080917 Replace llvm::error_code with std::error_code. by Rafael Espindola · 11 years ago
  41. 3ae0620 There is no std::errc:success, remove the llvm one. by Rafael Espindola · 11 years ago
  42. a13603a [C++11] Use 'nullptr'. Serialization edition. by Craig Topper · 11 years ago
  43. e68b847 Fix leak of GlobalModuleIndex::IdentifierIndex, found by LSan. by Nico Weber · 11 years ago
  44. 25463f1 Teach users of OnDiskHashTable to define hash_value and offset types by Justin Bogner · 11 years ago
  45. bb094f0 Remove OnDiskHashTable.h, since it's been moved to llvm by Justin Bogner · 11 years ago
  46. 4f52d44 Revised per Dmitri's comments. My first exposure to range-based for loops, thanks! by John Thompson · 11 years ago
  47. a39baf1 Revised per Dmitri's comments. My first exposure to range-based for loops, thanks! by John Thompson · 11 years ago
  48. bcdcc92 Added dump method for global module index. by John Thompson · 11 years ago
  49. beee15e Allow multiple modules with the same name to coexist in the module cache by Ben Langmuir · 11 years ago
  50. da4e650 OnDiskHashTable: Make the iterable version separate. by Justin Bogner · 11 years ago
  51. 57ba0b2 Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams" by Justin Bogner · 12 years ago
  52. e1c147c Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams" by Justin Bogner · 12 years ago
  53. a0dafb7 Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams" by Justin Bogner · 12 years ago
  54. d42773b Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams" by Justin Bogner · 12 years ago
  55. 498d82e OnDiskHashTable: Use Endian.h to read little endian ostreams by Justin Bogner · 12 years ago
  56. a06321e OnDiskHashTable: Use EndianStream.h to write little endian ostreams by Justin Bogner · 12 years ago
  57. 3e89dfe [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  58. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  59. 9a16beb Change OwningPtr::take() to OwningPtr::release(). by Ahmed Charles · 12 years ago
  60. 2a00878 Use the simpler version of llvm::sys::fs::remove when possible. by Rafael Espindola · 12 years ago
  61. 1a3605c I am about to change llvm::MemoryBuffer::getFile take take a Twine. Change by Rafael Espindola · 12 years ago
  62. 1862711 Use llvm::sys::fs::createUniqueFile. by Rafael Espindola · 12 years ago
  63. 552c169 Include Path.h instead of PathV2.h. by Rafael Espindola · 12 years ago
  64. 9aca3c6 [Modules] Use global index to improve typo correction performance by Argyrios Kyrtzidis · 12 years ago
  65. 603cd86 <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interaction to eliminate a pile of extraneous stats(). by Douglas Gregor · 13 years ago
  66. 7029ce1 <rdar://problem/13363214> Eliminate race condition between module rebuild and the global module index. by Douglas Gregor · 13 years ago
  67. dadd85d Never cache the result of a module file lookup. by Douglas Gregor · 13 years ago
  68. cb68066 Eliminate a race condition with the global module index. by Douglas Gregor · 13 years ago
  69. 0637c69 ASTReader and profiling statistics indicate that implementing a method by Douglas Gregor · 13 years ago
  70. 7211ac1 Improve coordination between the module manager and the global module by Douglas Gregor · 13 years ago
  71. f0add23 Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio> by NAKAMURA Takumi · 13 years ago
  72. e060e57 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 13 years ago
  73. e00c986 clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. by NAKAMURA Takumi · 13 years ago
  74. 8ec343c Fix for case-sensitive file systems. Ugh by Douglas Gregor · 13 years ago
  75. 5e306b1 Implement the writer side of the global module index. by Douglas Gregor · 13 years ago