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
2002-07-24
Use the new include/Support/iterator file
Chris Lattner
2002-07-24
Add forward_iterator wrapper
Chris Lattner
2002-07-24
Add another GCC2.95->3.1 compatibility header
Chris Lattner
2002-07-24
Spiff up the header files
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-07-24
Add missing typename's that GCC3.1 is whining about.
Chris Lattner
2002-07-24
Disable the operator= in Value
Chris Lattner
2002-07-23
Initial checkin
Chris Lattner
2002-07-23
Add support for removing an option from a genericparser
Chris Lattner
2002-07-23
Change to avoid bug in GCC 3.0.4
Chris Lattner
2002-07-22
Checkin CommandLine 2.0
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-23
Implement DataTypes.h in terms of inttypes.h
Chris Lattner
2002-05-22
Implement a new command line option, -debug, which is meant to unify all of
Chris Lattner
2002-05-22
Add ability to update existing variables with values read from the command line
Chris Lattner
2002-05-19
Cleanups, rename IsPowerOf2 to isPowerOf2
Chris Lattner
2002-05-19
Added log2 for log-base-2 and also modified IsPower2 to use it.
Vikram S. Adve
2002-05-10
Initial checkin of Statistic class
Chris Lattner
2002-04-28
Remove obsolete namespace from example
Chris Lattner
2002-04-18
New api for signal handling for LLVM tools
Chris Lattner
2002-04-08
Pull casting operators out of Value.h
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
2001-11-26
Move DataTypes.h from llvm/Support to just Support
Chris Lattner
2001-09-09
Convert ConstRules to use annotations to clean it up.
Chris Lattner
2001-09-07
Make annotations operations const with a mutable annotation list so that
Chris Lattner
2001-08-27
Extend annotations to pass data pointers around to the functions
Chris Lattner
2001-08-23
Add annotation support
Chris Lattner
[prev]