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