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
/
Support
/
ilist
Age
Commit message (
Expand
)
Author
2004-02-09
Add global methods that prevent us from using ilist::iterators as
Alkis Evlogimenos
2004-02-08
One of the 'annoying' things about ilists is that the iterators don't behave
Chris Lattner
2003-11-17
Fix copy-and-pasteo
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
This #include is no longer necessary
Chris Lattner
2003-10-20
Added LLVM notice.
John Criswell
2003-10-15
This file uses assert and doesn't include anything which already #includes <c...
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-29
Fix compilation problems with G++ 3.4
Chris Lattner
2003-07-25
Fix accessibility problems GCC 3.3
Chris Lattner
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-17
Regularize the names of #include-guards.
Brian Gaeke
2003-04-23
Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friends
Chris Lattner
2002-09-16
Add ilist_iterator constructor from a node reference.
Vikram S. Adve
2002-07-24
Use the new include/Support/iterator file
Chris Lattner
2002-07-24
Changes to make it GCC 3.1 compatible
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner