index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add greater_ptr functor.
Alkis Evlogimenos
2004-07-21
1
-0
/
+7
*
Use C++-style <cstdio> instead of C-style <stdio.h>
Misha Brukman
2004-07-20
1
-1
/
+1
*
Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype>
Misha Brukman
2004-07-20
1
-1
/
+1
*
isupper() and tolower() are declared in <ctype.h>
Misha Brukman
2004-07-20
1
-3
/
+3
*
Give SetVector range support
Chris Lattner
2004-07-15
1
-1
/
+17
*
Fix warning compiling with VC++
Chris Lattner
2004-07-12
1
-2
/
+2
*
Get rid of some cruft in the insert method.
Reid Spencer
2004-07-08
1
-3
/
+3
*
First version of a vector with uniqueness constraints (or a set with
Reid Spencer
2004-07-08
1
-0
/
+108
*
Add more operators.
Alkis Evlogimenos
2004-07-04
1
-0
/
+2
*
Unbreak the build. tsk tsk
Chris Lattner
2004-06-25
1
-1
/
+1
*
Add a LowercaseString() utility function, courtesy of brg.
Misha Brukman
2004-06-24
1
-0
/
+7
*
GCC doesn't like prefix form of cast with two identifiers I guess.
Chris Lattner
2004-06-04
1
-1
/
+1
*
Silence a warning
Chris Lattner
2004-06-04
1
-1
/
+1
*
Add explicit casts to silence warnings. There is no need to use snprintf here.
Chris Lattner
2004-06-04
1
-4
/
+4
*
Only use the non-standards-compliant std::distance on the compiler that is
Chris Lattner
2004-06-03
1
-4
/
+5
*
Add comparator useful for natural comparisons on collections with
Alkis Evlogimenos
2004-05-30
1
-0
/
+6
*
Remember the set of leaders. Also compute on demand and cache the equiv
Vikram S. Adve
2004-05-23
1
-32
/
+52
*
Declare iterator as public since it is defined as such (gcc-3.4 fix)
Alkis Evlogimenos
2004-04-21
1
-1
/
+1
*
Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).
Brian Gaeke
2004-04-16
1
-1
/
+1
*
Fix a bug in the densemap that was killing the local allocator, and probably
Chris Lattner
2004-02-26
2
-2
/
+2
*
Fix typeo. grow() cannot shrink storage. clear() should really nuke storage
Chris Lattner
2004-02-26
2
-6
/
+10
*
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos
2004-02-25
2
-0
/
+122
*
Noone cares about similarity to boost
Chris Lattner
2004-02-24
1
-2
/
+0
*
Renamed to hash_set.in; move to using autoconf substitution tags.
Brian Gaeke
2004-02-23
1
-0
/
+67
*
Renamed to hash_map.in; move to using autoconf substitution tags.
Brian Gaeke
2004-02-23
1
-0
/
+66
*
Renamed from include/Support/iterator. Doxygenify comments; add autoconf subs...
Brian Gaeke
2004-02-23
1
-0
/
+66
*
Add next() and prior() iterator utility functions. Unlike std::advance
Alkis Evlogimenos
2004-02-14
1
-23
/
+37
*
Update the example here in the header file.
Brian Gaeke
2004-02-13
1
-2
/
+2
*
Add global methods that prevent us from using ilist::iterators as
Alkis Evlogimenos
2004-02-09
1
-0
/
+12
*
One of the 'annoying' things about ilists is that the iterators don't behave
Chris Lattner
2004-02-08
1
-6
/
+94
*
add support for -- for symmetry
Chris Lattner
2004-01-14
1
-0
/
+2
*
add new function
Chris Lattner
2003-12-29
1
-0
/
+10
*
Hrm, how could this compile?
Chris Lattner
2003-11-29
1
-1
/
+1
*
A better way to get std::pair into the compiler's little, walnut-sized brain.
Brian Gaeke
2003-11-23
1
-1
/
+1
*
This is a hack to make this file compile under g++-3.0.x;
Brian Gaeke
2003-11-23
1
-0
/
+1
*
Fix copy-and-pasteo
Chris Lattner
2003-11-17
1
-1
/
+1
*
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-16
2
-6
/
+8
*
Remove needless dependence on boost
Chris Lattner
2003-11-13
1
-3
/
+2
*
Add namespace qualifier
Chris Lattner
2003-11-13
1
-1
/
+1
*
Minor cleanups
Chris Lattner
2003-11-13
1
-43
/
+38
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
13
-1
/
+50
*
Add std::pair tier. This is a much simplified version of boost::tie
Alkis Evlogimenos
2003-11-05
1
-0
/
+48
*
Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.
Brian Gaeke
2003-10-30
1
-1
/
+1
*
Add support for utostr(unsigned long)
Brian Gaeke
2003-10-29
1
-0
/
+4
*
This #include is no longer necessary
Chris Lattner
2003-10-20
1
-1
/
+0
*
Added LLVM notice.
John Criswell
2003-10-20
14
-0
/
+98
*
This file uses assert and doesn't include anything which already #includes <c...
Chris Lattner
2003-10-15
1
-0
/
+1
*
Add missing default argument
Chris Lattner
2003-10-13
1
-1
/
+1
*
add support for "external" depth first iterators, which store the 'visited' set
Chris Lattner
2003-10-13
1
-11
/
+99
*
Extricate the "reverse" support from the depth-first iterator. This is really
Chris Lattner
2003-10-13
1
-55
/
+38
[next]