Revert 95130.
[oota-llvm.git] / include / llvm / ADT /
2010-02-02 Dan GohmanMake DenseSet's erase pass on the return value rather...
2010-02-02 Zhongxing XuReturn value on every path.
2010-02-02 Zhongxing Xusimplify code.
2010-02-02 Zhongxing XuMore logic correction: RemoveOverlap should always...
2010-02-02 Zhongxing XuAdd a lookup method to the IntervalMap. The difference...
2010-02-02 Zhongxing XuFix a bunch of errors in the old logic.
2010-02-02 Zhongxing Xu11.8p1: A nested class is a member and as such has...
2010-02-01 Zhongxing XuAdd an immutable interval map, prepared to be used...
2010-02-01 Zhongxing XuSimplify code. We can compare TNew with T in one batch.
2010-01-29 Junjie GuMake sure the size is doubled (not 4x).
2010-01-22 Evan ChengAdd DenseMapInfo for signed long long.
2010-01-22 Ted KremenekStore flags in bitfields instead of masking them into...
2010-01-21 Ted KremenekTidy up assertion syntax. No functionality change.
2010-01-13 Benjamin KramerIntroduce Twine::toStringRef, a variant of toVector...
2010-01-13 Chris Lattneradd new isSingleStringRef()/getSingleStringRef() method...
2010-01-13 Chris Lattnergive StringRef a const_iterator member.
2010-01-11 Benjamin KramerRemove unused string functions.
2010-01-11 Benjamin KramerAdd StrInStrNoCase, a StringRef version of CStrInCStrNo...
2010-01-11 Benjamin KramerTurns out llvm-gcc still uses SplitString with a vector...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-07 Kovarththanan Raja... Fix occurrence typo
2010-01-05 Dan GohmanSome versions of GCC don't like non-static data members...
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...
2009-12-30 Douglas GregorImplement edit distance for StringRef
2009-12-24 John McCallImplement support for converting to string at "natural...
2009-12-24 John McCallAdd accessors for the largest-magnitude, smallest-magni...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-21 Chris Lattneradd a helper ctor.
2009-12-21 Eli FriedmanChange StringRef::startswith and StringRef::endswith...
2009-12-17 Chris Lattnertabs -> spaces.
2009-12-17 Steve NaroffFix Windows build breakage...
2009-12-17 Eric ChristopherFix unused variable warning.
2009-12-16 Daniel DunbarFix one more missing this-> to placate that picky clang++.
2009-12-16 Chris Lattnerfix more missing this->'s to placate clang++
2009-12-16 Chris LattnerFix a missing this-> that clang++ notices.
2009-12-16 Chris Lattnernow that libsystem no longer uses SmallVector, we can...
2009-12-16 Chris Lattnerfactor out the grow() method for all pod implementation...
2009-12-16 Chris Lattnerpull destroy_range and uninitialized_copy up to the
2009-12-16 Chris Lattnersink most of the meat in smallvector back from SmallVec...
2009-12-16 Chris Lattnersubstantial refactoring of SmallVector, now most code...
2009-12-15 Chris Lattnera few improvements:
2009-12-15 Chris Lattnerhoist the begin/end/capacity members and a few trivial...
2009-12-15 Chris Lattnerimprove isPodLike to know that all non-class types...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-15 John McCallNames from dependent base classes are not found by...
2009-12-11 Gabor GreifSimplify this class by removing the result cache.
2009-12-09 Daniel DunbarDeltaAlgorithm: Add a virtual destructor and home.
2009-12-09 Daniel DunbarRemove unneeded ';' and a class/struct mismatch (notice...
2009-12-06 Chris Lattnerremove extraneous comma clang warns about
2009-12-03 Daniel DunbarAdd an implementation of the delta debugging algorithm.
2009-12-01 Gabor Greiftypo
2009-12-01 Gabor Greifdemonstrate usage of Cases() mapping several strings...
2009-11-30 Tobias GrosserRemove forgotten ShortNames in Trie and CompilationGraph
2009-11-21 Daniel DunbarAllow SmallString to implicitly convert to StringRef.
2009-11-19 Benjamin Kramercstdlib is not automatically included with StringRef...
2009-11-19 Benjamin KramerRemove the now obsolete algorithm include from StringRef.h.
2009-11-19 Torok EdwinWorkaround PR5482, because all the gcc versions that...
2009-11-19 Edward O'CallaghanAdd PS3 Triple class, Credit to John Thompson.
2009-11-19 Daniel DunbarTwine: Stores kinds as uchar instead of bitfield to...
2009-11-17 Viktor KutuzovAdded getArchNameForAssembler method to the Triple...
2009-11-17 Nuno Lopesadd Case() with 5 args
2009-11-17 Duncan Sands1. Allow SCCIterator to work with GraphT types that...
2009-11-16 Eric ChristopherFix unused variables warnings.
2009-11-15 Chris Lattneradd a version of array_pod_sort that takes a custom...
2009-11-15 Edward O'CallaghanAdd PSP OS Target to Triple, Credit to Bruno Cardoso...
2009-11-13 Dan GohmanUse .data() instead of .c_str() when nul-termination...
2009-11-13 Rafael EspindolaSwitch to smallvector. Also fix issue with using unsige...
2009-11-13 Rafael EspindolaAdd a new split method to StringRef that puts the subst...
2009-11-12 Daniel DunbarStringRef(const char*) should not be used to turn null...
2009-11-12 Benjamin KramerAdd compare_lower and equals_lower methods to StringRef...
2009-11-11 Daniel DunbarAdd StringRef::split(StringRef), to complement StringRe...
2009-11-11 Daniel DunbarAdd Triple::str() which returns the contents of the...
2009-11-11 Daniel DunbarAdd From arguments to StringRef search functions, and...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-09 Daniel DunbarAdd StringSwitch::Cases overloads, for matching multipl...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Douglas GregorAdd a bunch of missing "template" keywords to disambigu...
2009-11-05 Douglas GregorMake a few more LLVM headers parsable as standalone...
2009-10-29 Zhongxing Xuadd newline to make cl.exe happy.
2009-10-29 Douglas GregorA switch-on-string-literal construct that is a nice...
2009-10-28 Evan ChengRemove getIEEEFloatParts and getIEEEDoubleParts. They...
2009-10-27 Evan ChengAdd new APFloat methods that return sign, exp, and...
2009-10-27 Mike StumpFix VS build, patch by Marius Wachtler.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-23 Jeffrey YasskinFix stylistic and documentation problems in ValueMap...
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Eric Christophersize_t, not unsigned here to silence a warning.
2009-10-22 Benjamin KramerRandom include cleanup.
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...
2009-10-17 Eric ChristopherMore warnings patrol: Another unused argument and more...
2009-10-17 Daniel DunbarMove UnescapeString to a static function for its sole...
2009-10-17 Daniel DunbarRemove llvm::EscapeString, raw_ostream::write_escaped...
2009-10-17 Daniel DunbarMove StringMap's string has function into StringExtras.h
2009-10-16 Chris LattnerAdd half precision floating point support (float16...
2009-10-16 Chris Lattneradd haiku support, patch by Paul Davey!
2009-10-14 Dan GohmanDelete bogus semicolons.
2009-10-14 Eric ChristopherRemove a bunch of unused arguments from functions,...
2009-10-13 Ted KremenekProvide a mode for ImmutableMap/ImmutableSet to not...
2009-10-13 Chris Lattnerremove dead header.
next