index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
HashExtras.h
Age
Commit message (
Expand
)
Author
2009-10-13
remove dead header.
Chris Lattner
2009-04-01
Fixed spelling.
Misha Brukman
2009-03-09
Remove configurey-fu to autodetect hash_map and hash_set now that they are
Nick Lewycky
2008-05-29
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-12-08
Define the pointer hash struct before the string one, to improve compatibility
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2003-11-16
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-10-20
Added LLVM notice.
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-15
Reordered includes to be consistent with the LLVM style.
Misha Brukman
2003-06-17
Regularize the names of #include-guards.
Brian Gaeke
2002-10-28
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-07-24
GCC 3.1 fixes
Chris Lattner
2002-07-24
Move hash_* extension headers from ext/ to Support/ so that we can support
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner