Reapply r108794, a fix for the failing test from last time.
[oota-llvm.git] / include / llvm / ADT /
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-13 Eric Christopher80-columns
2010-07-12 Argyrios KyrtzidisAdd convenience method FoldingSetImpl::InsertNode(Node...
2010-07-12 Bill WendlinggetOrInsertLeaderValue cannot be const because it calls...
2010-07-08 Duncan SandsUse std::vector rather than SmallVector here because...
2010-07-08 Duncan SandsDo not use std::stack because it causes obscure failure...
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-06-30 Duncan SandsRename NextPowerOfTwo to RoundUpToPowerOfTwo.
2010-06-30 Duncan SandsClarify that the NextPowerOfTwo template is idempotent.
2010-06-30 Duncan SandsRather than giving SmallPtrSetImpl a member field Small...
2010-06-29 Duncan SandsFix a buffer overflow noticed by gcc-4.6: zero is writt...
2010-06-29 Duncan SandsNextPowerOfTwo was already used to ensure that SmallSiz...
2010-06-24 Eric ChristopherSilence some unused variable warnings.
2010-06-24 Dan GohmanAdd a comment about a thread safety issue in Statistic.h.
2010-06-15 Chris Lattnerdisable SmallVectorImpl's copy constructor. This preve...
2010-06-11 John McCallDefine ContextualFoldingSet, which stores a context...
2010-06-10 Duncan SandsAdd includes to get ptrdiff_t. This is needed by gcc...
2010-06-09 Rafael EspindolaFix a gcc warning:
2010-06-08 Daniel DunbarADT: Add DAGDeltaAlgorithm, which is a DAG minimization...
2010-06-08 Benjamin KramerUse realloc instead of malloc+memcpy when growing a...
2010-06-05 Dan GohmanImplement operator== and operator!= for SetVector.
2010-06-02 Jim Grosbachremove trailing whitespace
2010-05-26 Jakob Stoklund OlesenAdd StringRef::compare_numeric and use it to sort Table...
2010-05-22 John MosbyTrivial change to dump() function for SparseBitVector
2010-05-17 Jakob Stoklund OlesenOptimize empty DenseMap iteration.
2010-05-13 Daniel DunbarFix const ilist_node::get{Prev,Next}Node() to actually...
2010-05-12 Daniel DunbarADT: Add ilist_node::get{Prev,Next}Node, which return...
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2010-05-05 Chris LattnerImplement rdar://7415680 - Twine integer support lacks...
2010-04-30 Dan GohmanUpdate BitVectorTest.cpp to stay in sync with SmallBitV...
2010-04-30 Benjamin KramerSmallBitVector: Rework find_first/find_next and tweak...
2010-04-30 Benjamin KramerImplement a read/write operator[] for SmallBitVector...
2010-04-30 Benjamin KramerMake sure SmallBitVector actually uses the small case...
2010-04-29 Evan ChengAdd DenseMapInfo for int.
2010-04-29 Torok EdwinFix PR6910.
2010-04-19 Dan GohmanThese functions don't need to access this.
2010-04-17 Chris Lattnerreenable r101565, removing a problematic assertion.
2010-04-16 Chris Lattnerbuilding on the new CallGraphSCC abstraction, teach...
2010-04-16 Chris Lattnermove ReplaceNode out of line, rename scc_iterator:...
2010-04-16 Chris Lattnertidy up
2010-04-13 Daniel DunbarFix -Asserts warnings.
2010-04-11 Benjamin Kramerutostr isn't going away too soon, try to make it slight...
2010-04-09 Ted KremenekMove 'Optional' class from Clang to LLVM/ADT.
2010-04-08 Dan GohmanAdd variants of ult, ule, etc. which take a uint64_t...
2010-04-05 Douglas GregorRemove MaybeOwningPtr. We're going to use reference...
2010-04-05 Douglas GregorIntroduce MaybeOwningPtr, a smart pointer that may...
2010-03-30 Douglas GregorIntroduce namespace-scope functions to enable LLVM...
2010-03-30 Ted KremenekChange PointerUnionX::getFromOpaqueValue() to be declar...
2010-03-26 Dan GohmanFix SmallVector's insert to handle non-random-access...
2010-03-24 Chris LattnerAdd a method to get a StringMapEntry from a pointer...
2010-03-18 Benjamin KramerFix a name clash that was breaking MSVC builds.
2010-03-18 Dan GohmanFix a bug found by inspection; in the __GNUC__ code...
2010-03-18 Andrew LenharthNick wants these alphabetized
2010-03-18 Dan GohmanAdd the ability to "intern" FoldingSetNodeID data into a
2010-03-17 Andrew Lenharthmissing include
2010-03-16 Chris Lattnerwork around an MSVC2010 bug, PR6504
2010-03-12 Jeffrey YasskinFree DbgScopes in DwarfDebug::endFunction(). Also...
2010-03-08 Andrew LenharthIterator traits and swap. closes PR6548 and PR6549
2010-03-08 Douglas GregorRevert r97917, which was causing Clang Debug self-host...
2010-03-07 Jeffrey YasskinRoll r97906 forward again, without double-deleting...
2010-03-07 Jeffrey Yasskin_2_ gcc crashes, ah, ah, ah...
2010-03-07 Jeffrey YasskinAvoid leaking CompileUnits and DbgScopes from DwarfDebu...
2010-03-06 Chris Lattnermake APFloat::toString be const.
2010-03-03 Evan ChengTopLevelMap[] reference is a pointer.
2010-03-02 Evan ChengAllow specialization of ScopedHashTable of non-default...
2010-03-02 Evan ChengAdd count() and lookup() to ScopedHashTable. It might...
2010-02-28 John McCallAdd an override to StringRef::getAsInteger which parses...
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-17 Daniel DunbarFix comment.
2010-02-12 Bob WilsonFix a comment typo.
2010-02-10 Dan GohmanImplement operators |=, &=, and ^= for SmallBitVector...
2010-02-08 Daniel DunbarImmutableIntervalMap: Fix for unqualified lookup into...
2010-02-04 Chris Lattneradd support for the sparcv9-*-* target triple to turn on
2010-02-03 Zhongxing XuRemove redundant declaration.
2010-02-03 Zhongxing XuAdd constructors.
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...
next