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
*
Fix comment.
Jeff Cohen
2005-10-26
1
-1
/
+1
*
Eliminate use of sed in Visual Studio builds.
Jeff Cohen
2005-10-26
3
-7
/
+27
*
Wrap long lines
Misha Brukman
2005-08-24
1
-2
/
+4
*
Remove some tabs.
Reid Spencer
2005-08-24
1
-4
/
+5
*
add a method
Chris Lattner
2005-08-23
1
-0
/
+2
*
Add some operators the PowerPC backend needs to efficiently and correctly
Nate Begeman
2005-06-15
1
-0
/
+20
*
Convert tabs to spaces
Misha Brukman
2005-05-05
1
-12
/
+12
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
14
-95
/
+95
*
Provide a guaranteed definition of intptr_t. Thansk to Evan Jones for
Chris Lattner
2005-03-21
1
-0
/
+1
*
Constant-propagate the value of `isL' variable and eliminate it.
Misha Brukman
2005-03-19
1
-2
/
+1
*
Silence VC++ warning about mixing intptr_t and bool, and about unused variabl...
Jeff Cohen
2005-03-19
1
-1
/
+1
*
Two fixes for the copy ctor/operator=:
Chris Lattner
2005-03-19
1
-4
/
+7
*
add some methods, fix a major bug in getLeader() that was causing things to
Chris Lattner
2005-03-19
1
-3
/
+27
*
implement a proper copy ctor, operator= and add a helper method.
Chris Lattner
2005-03-19
1
-0
/
+24
*
Rewrite this class, making the following improvements:
Chris Lattner
2005-03-19
1
-79
/
+189
*
remove compat_iterator, which is dead in the tree.
Chris Lattner
2005-03-16
1
-92
/
+0
*
Don't provide default hash struct instantiation.
Jeff Cohen
2005-03-16
1
-6
/
+9
*
Add adapter class to let VC++ hash_map use GCC's hash struct.
Jeff Cohen
2005-03-16
1
-0
/
+26
*
remove some more dead templates and a dead macro.
Chris Lattner
2005-02-22
1
-33
/
+0
*
Remove a bunch of dead templates.
Chris Lattner
2005-02-22
1
-73
/
+0
*
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
[next]