summaryrefslogtreecommitdiff
path: root/include/llvm/ADT
Commit message (Expand)AuthorAge
* Add DenseMapInfo for signed long long.Evan Cheng2010-01-22
* Store flags in bitfields instead of masking them into the pointer for the lef...Ted Kremenek2010-01-22
* Tidy up assertion syntax. No functionality change.Ted Kremenek2010-01-21
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-13
* add new isSingleStringRef()/getSingleStringRef() methods to twine, Chris Lattner2010-01-13
* give StringRef a const_iterator member.Chris Lattner2010-01-13
* Remove unused string functions.Benjamin Kramer2010-01-11
* Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.Benjamin Kramer2010-01-11
* Turns out llvm-gcc still uses SplitString with a vector. Add it back until IBenjamin Kramer2010-01-11
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-11
* Fix occurrence typoKovarththanan Rajaratnam2010-01-07
* Some versions of GCC don't like non-static data members in sizeofDan Gohman2010-01-05
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-05
* Implement edit distance for StringRefDouglas Gregor2009-12-30
* Implement support for converting to string at "natural precision", and fix someJohn McCall2009-12-24
* Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall2009-12-24
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* add a helper ctor.Chris Lattner2009-12-21
* Change StringRef::startswith and StringRef::endswith to versions which are aEli Friedman2009-12-21
* tabs -> spaces.Chris Lattner2009-12-17
* Fix Windows build breakage...Steve Naroff2009-12-17
* Fix unused variable warning.Eric Christopher2009-12-17
* Fix one more missing this-> to placate that picky clang++.Daniel Dunbar2009-12-16
* fix more missing this->'s to placate clang++Chris Lattner2009-12-16
* Fix a missing this-> that clang++ notices.Chris Lattner2009-12-16
* now that libsystem no longer uses SmallVector, we can move Chris Lattner2009-12-16
* factor out the grow() method for all pod implementations into oneChris Lattner2009-12-16
* pull destroy_range and uninitialized_copy up to theChris Lattner2009-12-16
* sink most of the meat in smallvector back from SmallVectorTemplateCommonChris Lattner2009-12-16
* substantial refactoring of SmallVector, now most code is in SmallVectorTempla...Chris Lattner2009-12-16
* a few improvements:Chris Lattner2009-12-15
* hoist the begin/end/capacity members and a few trivial methodsChris Lattner2009-12-15
* improve isPodLike to know that all non-class types are pod.Chris Lattner2009-12-15
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* Names from dependent base classes are not found by unqualified lookup.John McCall2009-12-15
* Simplify this class by removing the result cache.Gabor Greif2009-12-11
* DeltaAlgorithm: Add a virtual destructor and home.Daniel Dunbar2009-12-09
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-09
* remove extraneous comma clang warns aboutChris Lattner2009-12-06
* Add an implementation of the delta debugging algorithm.Daniel Dunbar2009-12-03
* typoGabor Greif2009-12-01
* demonstrate usage of Cases() mapping several strings to the same value; remov...Gabor Greif2009-12-01
* Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser2009-11-30
* Allow SmallString to implicitly convert to StringRef.Daniel Dunbar2009-11-21
* cstdlib is not automatically included with StringRef anymore.Benjamin Kramer2009-11-19
* Remove the now obsolete algorithm include from StringRef.h.Benjamin Kramer2009-11-19
* Workaround PR5482, because all the gcc versions that I had were miscompiling ...Torok Edwin2009-11-19
* Add PS3 Triple class, Credit to John Thompson.Edward O'Callaghan2009-11-19
* Twine: Stores kinds as uchar instead of bitfield to be friendlier to theDaniel Dunbar2009-11-19
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-17