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
/
DepthFirstIterator.h
Age
Commit message (
Expand
)
Author
2007-06-21
Have internal df_iterator's use SmallPtrSet instead of std::set. This provid...
Owen Anderson
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
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-10-13
Add missing default argument
Chris Lattner
2003-10-13
add support for "external" depth first iterators, which store the 'visited' set
Chris Lattner
2003-10-13
Extricate the "reverse" support from the depth-first iterator. This is really
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-07-25
Fix another accessibility problem illuminated by GCC 3.3
Chris Lattner
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
Changes to build with GCC 3.1
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