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
Age
Commit message (
Expand
)
Author
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-22
Get rid of WORDSIZE macro which can pollute untold numbers of translation units
Chris Lattner
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
2003-06-04
Made changes suggested by Chris; Renamed 'union' function to unionSetsWith
Sumant Kowshik
2003-05-29
Implementation of Equivalence Classes
Sumant Kowshik
2003-04-23
Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friends
Chris Lattner
2003-03-21
Update comment
Chris Lattner
2003-03-17
Fix problems with BitSetVector that makes it not compile under GCC 3.0 and 2.95
Chris Lattner
2003-01-28
Initial checking: defult the make_vector function
Chris Lattner
2002-12-06
Bug fix in operator==() and in method fini().
Vikram S. Adve
2002-11-27
Several fixes:
Vikram S. Adve
2002-11-15
Fix warning
Chris Lattner
2002-11-10
Add tarj_end() method
Chris Lattner
2002-11-06
Make maxSize a private variable, add a size() accessor
Chris Lattner
2002-11-06
An implementation of the bit-vector representation of sets.
Vikram S. Adve
2002-11-04
Generic graph iterator to enumerate the SCCs of a graph
Vikram S. Adve
2002-10-31
Statistic class should return const reference to *this, not a reference to
Chris Lattner
2002-10-28
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-10-27
Add neccesary #include
Chris Lattner
2002-10-13
disable the unused "pointer" member
Chris Lattner
2002-10-13
Add dummy entries to document what members can be added
Chris Lattner
2002-10-01
- Rework Statistics:
Chris Lattner
2002-09-16
Add ilist_iterator constructor from a node reference.
Vikram S. Adve
2002-07-25
GCC 3.1 changes
Chris Lattner
2002-07-24
GCC 3.1 fixes
Chris Lattner
2002-07-24
Changes to build with GCC 3.1
Chris Lattner
2002-07-24
Use the new include/Support/iterator file
Chris Lattner
2002-07-24
Move hash_* extension headers from ext/ to Support/ so that we can support
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
2002-05-22
Implement a new command line option, -debug, which is meant to unify all of
Chris Lattner
2002-05-10
Initial checkin of Statistic class
Chris Lattner
2002-04-28
Remove obsolete namespace from example
Chris Lattner
2002-04-07
Add new function utohexstr.
Chris Lattner
2002-02-24
Genericize the ReversePostOrderIterator.
Chris Lattner
2002-02-05
New Support file for operations on set like objects
Chris Lattner
2002-02-04
PostOrderIterator really does depend on Method and BasicBlock. Obviously this
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