index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-15
lib/Support/CommandLine.cpp:
Brian Gaeke
2003-08-15
hash_map and hash_set:
Misha Brukman
2003-08-15
Reordered includes to be consistent with the LLVM style.
Misha Brukman
2003-08-14
Remove extraneous cl:: namespace qualifiers
Chris Lattner
2003-08-14
Add support for reading command line arguments from an environment variable.
Brian Gaeke
2003-08-11
If we can't find INT64_MAX, set it to a reasonable default value,
Brian Gaeke
2003-08-07
Remove references to `bugpoint' from the now-generic system utilities.
Misha Brukman
2003-08-07
Moved removeFile() and getUniqueFilename() into FileUtilities.
Misha Brukman
2003-08-01
Move debugging support out of Statistic.h into Debug.h, implement the new DEB...
Chris Lattner
2003-08-01
Including statistics into an anonymous namespace that gets #included into
Chris Lattner
2003-08-01
New file
Chris Lattner
2003-08-01
This file doesn't need this include
Chris Lattner
2003-07-29
Enable JIT when the platform supports it.
John Criswell
2003-07-25
Fix another accessibility problem illuminated by GCC 3.3
Chris Lattner
2003-07-25
Fix visibility problem exposed by GCC 3.3
Chris Lattner
2003-07-25
Use the C++ <cassert> header, not the C <assert.h> header
Chris Lattner
2003-07-25
Add includes of assert
Chris Lattner
2003-07-25
Fix accessibility problems GCC 3.3
Chris Lattner
2003-07-25
Add assert.h include
Chris Lattner
2003-07-25
Convert to C++ style comments
Chris Lattner
2003-07-25
Include vector into these two files to ensure that specializations like
Vikram S. Adve
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
2003-07-10
Lowercase versions of `occurrence' need to be spelled correctly, too.
Misha Brukman
2003-07-10
`Occurrence' has no `a' and the `r' is doubled.
Misha Brukman
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
[prev]
[next]