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
/
STLExtras.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
2009-08-27
1
-1
/
+1
*
STLExtras: Add less_ptr.
Daniel Dunbar
2009-08-09
1
-0
/
+7
*
Fixed lint errors:
Misha Brukman
2009-02-20
1
-1
/
+1
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-3
/
+3
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-1
/
+1
*
Fix typo.
Nick Lewycky
2009-01-02
1
-1
/
+1
*
reenable array_pod_sort, this time hopefully happy on 64-bit
Chris Lattner
2008-12-01
1
-9
/
+12
*
don't #include <algorithm> into the llvm namespace.
Chris Lattner
2008-12-01
1
-0
/
+2
*
switch to std::sort until I have time to sort this out.
Chris Lattner
2008-12-01
1
-3
/
+7
*
define array_pod_sort in terms of operator< instead of my brain
Chris Lattner
2008-12-01
1
-13
/
+9
*
don't assume iterators implicitly convert to pointers.
Chris Lattner
2008-12-01
1
-1
/
+1
*
Introduce a new array_pod_sort function and switch LSR to use it
Chris Lattner
2008-12-01
1
-1
/
+38
*
Fix several places that called mapped_iterator's constructor without
Dan Gohman
2008-10-16
1
-3
/
+8
*
Don't use std::advance just to increment or decrement by one.
Dan Gohman
2008-07-07
1
-4
/
+2
*
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2008-05-29
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
1
-0
/
+19
*
This is a patch to fix a compile error in STLExtras.h, and
Chris Lattner
2007-05-03
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-10
/
+10
*
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
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
Add greater_ptr functor.
Alkis Evlogimenos
2004-07-21
1
-0
/
+7
*
Add comparator useful for natural comparisons on collections with
Alkis Evlogimenos
2004-05-30
1
-0
/
+6
*
Noone cares about similarity to boost
Chris Lattner
2004-02-24
1
-2
/
+0
*
Add next() and prior() iterator utility functions. Unlike std::advance
Alkis Evlogimenos
2004-02-14
1
-23
/
+37
*
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
*
Remove needless dependence on boost
Chris Lattner
2003-11-13
1
-3
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Add std::pair tier. This is a much simplified version of boost::tie
Alkis Evlogimenos
2003-11-05
1
-0
/
+48
*
Added LLVM notice.
John Criswell
2003-10-20
1
-0
/
+7
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Regularize the names of #include-guards.
Brian Gaeke
2003-06-17
1
-2
/
+2
*
Add neccesary #include
Chris Lattner
2002-10-27
1
-0
/
+1
*
disable the unused "pointer" member
Chris Lattner
2002-10-13
1
-1
/
+3
*
Remove obsolete namespace from example
Chris Lattner
2002-04-28
1
-1
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-3
/
+4
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-0
/
+222