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