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
Age
Commit message (
Expand
)
Author
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-28
Add support for 'unsigned' command line arguments
Chris Lattner
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-16
Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",
Brian Gaeke
2003-06-16
Whoops. I didn't mean to step on John's changes.
Brian Gaeke
2003-06-16
This version supports FreeBSD.
Brian Gaeke
2003-06-11
Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.
John Criswell
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-06-03
There are now no uses of NonCopyableV
Chris Lattner
2003-06-03
Add doxygen comment for namespace
Chris Lattner
2003-05-29
Implementation of Equivalence Classes
Sumant Kowshik
2003-05-29
dyn_cast_or_null should work just the same as dyn_cast does
Chris Lattner
2003-05-22
Add support for a new "CommaSeparated" modifier
Chris Lattner
2003-05-09
Updates to match recent timer updates
Chris Lattner
2003-04-23
Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friends
Chris Lattner
2003-04-23
Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type.
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-02-24
Fix #endif
Chris Lattner
2003-02-24
Add support for the slist extension
Chris Lattner
2003-02-05
Allow the addition of edge source labels
Chris Lattner
2003-02-01
Add hash_multimap support
Chris Lattner
2003-01-28
Initial checking: defult the make_vector function
Chris Lattner
2003-01-14
Move annotation to support library
Chris Lattner
2002-12-23
New files for miscompilation detection
Chris Lattner
2002-12-12
Fix header
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-18
Add facility to compute peak memory usage
Chris Lattner
2002-11-15
Fix warning
Chris Lattner
2002-11-10
Add tarj_end() method
Chris Lattner
2002-11-10
Fix a problem where bad graphs could be generated
Chris Lattner
2002-11-08
Include HashExtras.h since it is almost always needed anyway.
Vikram S. Adve
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
Allow memory sizes to be negative, eliminate TmpRSS
Chris Lattner
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-27
Old GCC's don't have an <ostream>
Chris Lattner
2002-10-18
Don't emit braces around something without outgoing edges
Chris Lattner
2002-10-17
Break up the GraphWriter into smaller chunks to be used in different ways
Chris Lattner
2002-10-17
As wierd as it feels to type it, const void* is more generic than void*
Chris Lattner
2002-10-16
Allow simple nodes to have outgoing edges
Chris Lattner
2002-10-16
* Factor printing code again, add emitSimpleNode method
Chris Lattner
2002-10-16
* Add new DOTGraphTraits::addCustomGraphFeatures method
Chris Lattner
[next]