aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* tabs -> spaces.Chris Lattner2009-12-171-3/+3
* Fix Windows build breakage...Steve Naroff2009-12-171-4/+4
* Fix unused variable warning.Eric Christopher2009-12-171-1/+1
* Fix one more missing this-> to placate that picky clang++.Daniel Dunbar2009-12-161-1/+1
* fix more missing this->'s to placate clang++Chris Lattner2009-12-161-26/+27
* Fix a missing this-> that clang++ notices.Chris Lattner2009-12-161-1/+1
* now that libsystem no longer uses SmallVector, we can move Chris Lattner2009-12-161-21/+3
* factor out the grow() method for all pod implementations into oneChris Lattner2009-12-161-37/+76
* pull destroy_range and uninitialized_copy up to theChris Lattner2009-12-161-26/+32
* sink most of the meat in smallvector back from SmallVectorTemplateCommonChris Lattner2009-12-161-202/+210
* substantial refactoring of SmallVector, now most code is in SmallVectorTempla...Chris Lattner2009-12-161-57/+93
* a few improvements:Chris Lattner2009-12-151-10/+8
* hoist the begin/end/capacity members and a few trivial methodsChris Lattner2009-12-151-145/+145
* improve isPodLike to know that all non-class types are pod.Chris Lattner2009-12-151-0/+7
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-155-13/+20
* Names from dependent base classes are not found by unqualified lookup.John McCall2009-12-151-1/+1
* Simplify this class by removing the result cache.Gabor Greif2009-12-111-17/+13
* DeltaAlgorithm: Add a virtual destructor and home.Daniel Dunbar2009-12-091-0/+2
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-091-1/+1
* remove extraneous comma clang warns aboutChris Lattner2009-12-061-1/+1
* Add an implementation of the delta debugging algorithm.Daniel Dunbar2009-12-031-0/+89
* typoGabor Greif2009-12-011-1/+1
* demonstrate usage of Cases() mapping several strings to the same value; remov...Gabor Greif2009-12-011-16/+16
* Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser2009-11-301-2/+1
* Allow SmallString to implicitly convert to StringRef.Daniel Dunbar2009-11-211-1/+4
* cstdlib is not automatically included with StringRef anymore.Benjamin Kramer2009-11-191-0/+1
* Remove the now obsolete algorithm include from StringRef.h.Benjamin Kramer2009-11-191-1/+1
* Workaround PR5482, because all the gcc versions that I had were miscompiling ...Torok Edwin2009-11-191-7/+20
* Add PS3 Triple class, Credit to John Thompson.Edward O'Callaghan2009-11-191-1/+2
* Twine: Stores kinds as uchar instead of bitfield to be friendlier to theDaniel Dunbar2009-11-191-4/+4
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-171-0/+4
* add Case() with 5 argsNuno Lopes2009-11-171-0/+8
* 1. Allow SCCIterator to work with GraphT types that are constant.Duncan Sands2009-11-172-5/+15
* Fix unused variables warnings.Eric Christopher2009-11-161-1/+1
* add a version of array_pod_sort that takes a custom comparator function.Chris Lattner2009-11-151-0/+8
* Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes.Edward O'Callaghan2009-11-151-0/+1
* Use .data() instead of .c_str() when nul-termination is not needed.Dan Gohman2009-11-131-1/+1
* Switch to smallvector. Also fix issue with using unsigend for MaxSplit.Rafael Espindola2009-11-131-10/+4
* Add a new split method to StringRef that puts the substrings in a vector.Rafael Espindola2009-11-131-0/+27
* StringRef(const char*) should not be used to turn null pointers into emptyDaniel Dunbar2009-11-121-1/+1
* Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer2009-11-121-0/+8
* Add StringRef::split(StringRef), to complement StringRef::split(char).Daniel Dunbar2009-11-111-0/+17
* Add Triple::str() which returns the contents of the Triple as a string, as a ...Daniel Dunbar2009-11-111-0/+2
* Add From arguments to StringRef search functions, and tweak doxyments.Daniel Dunbar2009-11-111-11/+19
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-101-39/+36
* Add StringSwitch::Cases overloads, for matching multiple strings to a singleDaniel Dunbar2009-11-091-0/+19
* Pass StringRef by value.Daniel Dunbar2009-11-063-31/+31
* Add a bunch of missing "template" keywords to disambiguate dependent template...Douglas Gregor2009-11-061-8/+11
* Make a few more LLVM headers parsable as standalone headers.Douglas Gregor2009-11-054-4/+6
* add newline to make cl.exe happy.Zhongxing Xu2009-10-291-1/+1