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
/
Tree.h
Age
Commit message (
Expand
)
Author
2009-07-23
remove a really old and dead header
Chris Lattner
2009-02-20
Fixed lint errors:
Misha Brukman
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-09-01
Changes For Bug 352
Reid Spencer
2003-11-29
Hrm, how could this compile?
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM notice.
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-17
Regularize the names of #include-guards.
Brian Gaeke
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
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