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
2004-09-21
This is a dead directory now
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-27
Add size member function.
Alkis Evlogimenos
2004-08-26
Add default index functor (an identity functor). You could use a
Alkis Evlogimenos
2004-08-18
Instead of int64_t, overload itostr with `long long' parameter.
Misha Brukman
2004-08-17
Add an overload
Chris Lattner
2004-08-17
Add itostr(long) for our furry 64-bit friends.
Misha Brukman
2004-08-13
Allow any cl::opt to use the method getPosition() to retrieve the option's
Reid Spencer
2004-07-29
Fix typo in comment.
Brian Gaeke
2004-07-25
Add back() and pop_back() methods to SetVector
Chris Lattner
2004-07-24
Add support for killing the program if it executes for too long.
Chris Lattner
2004-07-21
Include <iostream> here, because most people using DEBUG() want to use std::c...
Brian Gaeke
2004-07-21
Add greater_ptr functor.
Alkis Evlogimenos
2004-07-21
Add prototypes for platform-independent wrappers for isinf().
Brian Gaeke
2004-07-20
Use C++-style <cstdio> instead of C-style <stdio.h>
Misha Brukman
2004-07-20
Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype>
Misha Brukman
2004-07-20
isupper() and tolower() are declared in <ctype.h>
Misha Brukman
2004-07-19
Added support for stdint.h. It is now automatically included by
John Criswell
2004-07-16
Add a new macro to be used for the end of enum lists.
Chris Lattner
2004-07-15
Give SetVector range support
Chris Lattner
2004-07-12
Fix warning compiling with VC++
Chris Lattner
2004-07-11
Provide better support for pointer-valued command line arguments
Chris Lattner
2004-07-11
Add a new header
Chris Lattner
2004-07-08
Get rid of some cruft in the insert method.
Reid Spencer
2004-07-08
First version of a vector with uniqueness constraints (or a set with
Reid Spencer
2004-07-04
Add more operators.
Alkis Evlogimenos
2004-06-27
Get rid of Annotable's vtable. If anyone deletes an object through an Annota...
Chris Lattner
2004-06-25
Unbreak the build. tsk tsk
Chris Lattner
2004-06-24
Add a LowercaseString() utility function, courtesy of brg.
Misha Brukman
2004-06-23
Provide prototypes for IsNAN() wrapper.
Brian Gaeke
2004-06-04
Add some constants for VC
Chris Lattner
2004-06-04
Fix a *really* dumb warning on VC
Chris Lattner
2004-06-04
GCC doesn't like prefix form of cast with two identifiers I guess.
Chris Lattner
2004-06-04
Silence a warning
Chris Lattner
2004-06-04
Add ssize_t for VC++
Chris Lattner
2004-06-04
Add more needed typedefs
Chris Lattner
2004-06-04
Add explicit casts to silence warnings. There is no need to use snprintf here.
Chris Lattner
2004-06-04
Make this work with VC++
Chris Lattner
2004-06-03
The prototype for ParseCommandLineOptions changed at some point, but this
Chris Lattner
2004-06-03
Only use the non-standards-compliant std::distance on the compiler that is
Chris Lattner
2004-06-02
Add a new CopyFile function
Chris Lattner
2004-05-30
Add comparator useful for natural comparisons on collections with
Alkis Evlogimenos
2004-05-28
Add a new function for the JIT
Chris Lattner
2004-05-28
Add a pair of functions to hide system specific details of mapping a file in ...
Chris Lattner
2004-05-27
Beta-test moving a header from include/Support into the llvm hierarchy:
Chris Lattner
2004-05-23
Remember the set of leaders. Also compute on demand and cache the equiv
Vikram S. Adve
2004-05-07
Add the enum corresponding to the source change I made earlier
Chris Lattner
2004-05-05
Move the stuff that fixes the size, orientation & fonts of graphs to
Brian Gaeke
2004-04-21
Declare iterator as public since it is defined as such (gcc-3.4 fix)
Alkis Evlogimenos
2004-04-16
Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).
Brian Gaeke
[next]