index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve conformance with the Misha spelling benchmark suite
Chris Lattner
2005-01-30
1
-4
/
+4
*
Rename createNode -> createSentinal.
Chris Lattner
2005-01-29
1
-3
/
+4
*
Convert some old C-style casts to C++ style.
Reid Spencer
2005-01-28
1
-2
/
+2
*
Provide support for HP/UX aCC compiler's variant of hash_map and hash_set
Reid Spencer
2005-01-16
2
-0
/
+74
*
Do not let 'ftostr' return a string that starts with spaces. This allows
Chris Lattner
2005-01-04
1
-1
/
+3
*
Define the pointer hash struct before the string one, to improve compatibility
Chris Lattner
2004-12-08
1
-6
/
+6
*
ignore generated files
Chris Lattner
2004-11-21
1
-0
/
+4
*
Use explicit std:: qualification to avoid relying on Koenig lookup, which
Chris Lattner
2004-10-13
1
-1
/
+1
*
Get rid of template templates that were preventing VC from compiling the
Chris Lattner
2004-10-13
1
-18
/
+18
*
Fix #include flavor
Chris Lattner
2004-10-04
3
-3
/
+3
*
Remove whitespace from the end of the line.
Alkis Evlogimenos
2004-09-30
2
-4
/
+4
*
Add includes and use std:: for standard library calls to make code
Alkis Evlogimenos
2004-09-28
1
-2
/
+2
*
Updated the last two header files so that they are configured with
John Criswell
2004-09-24
1
-4
/
+8
*
Modified hash_map and hash_set configuration so that they are not
John Criswell
2004-09-24
2
-6
/
+14
*
Fix the replace method to assert if an item was erased from the set but not
Reid Spencer
2004-09-11
1
-2
/
+2
*
Implement the remove method for deleting entries from the SetVector.
Reid Spencer
2004-09-11
1
-0
/
+11
*
Add missing #include
Chris Lattner
2004-09-09
2
-0
/
+2
*
Pull in definition of std::unary_function.
Alkis Evlogimenos
2004-09-02
2
-0
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
20
-75
/
+75
*
Add size member function.
Alkis Evlogimenos
2004-08-27
2
-0
/
+8
*
Add default index functor (an identity functor). You could use a
Alkis Evlogimenos
2004-08-26
2
-24
/
+36
*
Instead of int64_t, overload itostr with `long long' parameter.
Misha Brukman
2004-08-18
1
-8
/
+7
*
Add itostr(long) for our furry 64-bit friends.
Misha Brukman
2004-08-17
1
-0
/
+7
*
Fix typo in comment.
Brian Gaeke
2004-07-29
1
-1
/
+1
*
Add back() and pop_back() methods to SetVector
Chris Lattner
2004-07-25
1
-14
/
+28
*
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
[next]