summaryrefslogtreecommitdiff
path: root/lib/Serialization/GlobalModuleIndex.cpp
Commit message (Expand)AuthorAge
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-31
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-22
* Fix leak of GlobalModuleIndex::IdentifierIndex, found by LSan.Nico Weber2014-04-25
* Teach users of OnDiskHashTable to define hash_value and offset typesJustin Bogner2014-04-18
* Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner2014-04-18
* Revised per Dmitri's comments. My first exposure to range-based for loops, th...John Thompson2014-04-17
* Revised per Dmitri's comments. My first exposure to range-based for loops, th...John Thompson2014-04-17
* Added dump method for global module index.John Thompson2014-04-16
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-14
* OnDiskHashTable: Make the iterable version separate.Justin Bogner2014-04-14
* Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-28
* Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-28
* Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-28
* Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-28
* OnDiskHashTable: Use Endian.h to read little endian ostreamsJustin Bogner2014-03-28
* OnDiskHashTable: Use EndianStream.h to write little endian ostreamsJustin Bogner2014-03-28
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-13
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-07
* Use the simpler version of llvm::sys::fs::remove when possible.Rafael Espindola2014-01-10
* I am about to change llvm::MemoryBuffer::getFile take take a Twine. ChangeRafael Espindola2013-10-25
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-05
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-11
* [Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis2013-04-17
* <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...Douglas Gregor2013-03-22
* <rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor2013-03-19
* Never cache the result of a module file lookup.Douglas Gregor2013-02-08
* Eliminate a race condition with the global module index.Douglas Gregor2013-02-06
* ASTReader and profiling statistics indicate that implementing a methodDouglas Gregor2013-01-28
* Improve coordination between the module manager and the global moduleDouglas Gregor2013-01-25
* Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio>NAKAMURA Takumi2013-01-25
* Implement the reader of the global module index and wire it into theDouglas Gregor2013-01-25
* clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(f...NAKAMURA Takumi2013-01-24
* Fix for case-sensitive file systems. UghDouglas Gregor2013-01-23
* Implement the writer side of the global module index. Douglas Gregor2013-01-23