aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/STLExtras.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed lint errors:Misha Brukman2009-02-201-1/+1
* Removed trailing whitespace.Misha Brukman2009-01-091-3/+3
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+1
* Fix typo.Nick Lewycky2009-01-021-1/+1
* reenable array_pod_sort, this time hopefully happy on 64-bit Chris Lattner2008-12-011-9/+12
* don't #include <algorithm> into the llvm namespace.Chris Lattner2008-12-011-0/+2
* switch to std::sort until I have time to sort this out.Chris Lattner2008-12-011-3/+7
* define array_pod_sort in terms of operator< instead of my brainChris Lattner2008-12-011-13/+9
* don't assume iterators implicitly convert to pointers.Chris Lattner2008-12-011-1/+1
* Introduce a new array_pod_sort function and switch LSR to use itChris Lattner2008-12-011-1/+38
* Fix several places that called mapped_iterator's constructor withoutDan Gohman2008-10-161-3/+8
* Don't use std::advance just to increment or decrement by one.Dan Gohman2008-07-071-4/+2
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-0/+19
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+204