aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/OnDiskHashTable.h
AgeCommit message (Expand)Author
2013-04-15Use llvm::sys::IsBigEndianHost.Rafael Espindola
2013-01-12Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-09-06Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky
2012-08-21Switch some realignment calculations over to llvm::RoundUpToAlignment.Richard Smith
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-04-16Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky
2011-10-20Fix all 80 col violations in include/clang/Basic, plus any trailing whitespac...David Blaikie
2011-07-28AST serialization support for the Framework in IndexHeaderMapHeaderDouglas Gregor
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2011-02-10Implement two related optimizations that make de-serialization ofDouglas Gregor
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-14When performing typo correction, look through the set of knownDouglas Gregor
2010-08-20Add an iterator to OnDiskChainedHashTable to allow iterating over all the key...Argyrios Kyrtzidis
2010-08-20Introduce the mechanism for building an AST on-disk hash table for name looku...Argyrios Kyrtzidis
2010-03-02Move Emit24 to clang::ioKovarththanan Rajaratnam
2009-11-28Cleanup llvm/Support/Compiler.h include in header filesKovarththanan Rajaratnam
2009-10-26Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth
2009-10-17Remove unused BernsteinHash functions.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-24PCH support for the global method pool (= instance and factory methodDouglas Gregor
2009-04-21Lazy deserialization of the declaration chains associated withDouglas Gregor
2009-04-20Allow the Info type used in the on-disk hash table generator to have stateDouglas Gregor
2009-04-20Make the on-disk hash table usable with non-fileDouglas Gregor
2009-04-20Move the on-disk hash table code into its own header. No functionality change.Douglas Gregor