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
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+204