Age | Commit message (Expand) | Author |
2010-11-28 | Disallow overlapping inserts, even when inserting the same value. | Jakob Stoklund Olesen |
2010-11-28 | Add default constructors for iterators. | Jakob Stoklund Olesen |
2010-11-28 | Implement const_iterator::advanceTo(). | Jakob Stoklund Olesen |
2010-11-27 | Add more tests for erase(). Fix a few exposed bugs. | Jakob Stoklund Olesen |
2010-11-27 | Add test case with randomly ordered insertions, massive coalescing. | Jakob Stoklund Olesen |
2010-11-26 | Add B+-tree test case that creates a height 3 tree with a smaller root node. | Jakob Stoklund Olesen |
2010-11-24 | Tweak ImmutableMap/ImmutableSet/ImmutableList APIs | Ted Kremenek |
2010-11-19 | Implement IntervalMap::clear(). | Jakob Stoklund Olesen |
2010-11-19 | Support backwards iteration starting from end(). | Jakob Stoklund Olesen |
2010-11-19 | Add test for PR 8111. By Frits van Bommel. | Dale Johannesen |
2010-11-19 | Add ADT/IntervalMap. | Jakob Stoklund Olesen |
2010-11-19 | Revert "Add ADT/IntervalMap.", GCC doesn't like it. | Jakob Stoklund Olesen |
2010-11-19 | Add ADT/IntervalMap. | Jakob Stoklund Olesen |
2010-10-23 | Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names | Chandler Carruth |
2010-09-27 | Move ValueMapTest from ADT to VMCore so that ADT doesn't need | Dan Gohman |
2010-09-27 | Add an all() method to BitVector, for testing whether all bits are set. | Dan Gohman |
2010-09-16 | Add better support for environment portion of triple. Original patch by | Duncan Sands |
2010-09-14 | Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to be | Jakob Stoklund Olesen |
2010-08-26 | StringRef::compare_numeric also differed from StringRef::compare for characte... | Benjamin Kramer |
2010-08-26 | Do unsigned char comparisons in StringRef::compare_lower to be more consisten... | Benjamin Kramer |
2010-08-19 | Silence 'unused' warning. | Bill Wendling |
2010-08-12 | Add a 'normalize' method to the Triple class, which takes a mucked up | Duncan Sands |
2010-08-08 | Remove the ValueMap copy constructor. It's not used anywhere, | Duncan Sands |
2010-07-30 | Fix the ValueMap copy constructor. The issue is that the map keys are value | Duncan Sands |
2010-07-13 | Switch from EXPECT_EQ({true,false, ...) to the more canonical | Chandler Carruth |
2010-07-10 | Use non-bool values for .count. | Bill Wendling |
2010-06-08 | ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to... | Daniel Dunbar |
2010-05-26 | Add StringRef::compare_numeric and use it to sort TableGen register records. | Jakob Stoklund Olesen |
2010-05-13 | Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky. | Daniel Dunbar |
2010-05-12 | ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null. | Daniel Dunbar |
2010-04-30 | Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, | Dan Gohman |
2010-04-30 | SmallBitVector: Rework find_first/find_next and tweak test to test them (at l... | Benjamin Kramer |
2010-04-30 | Implement a read/write operator[] for SmallBitVector with a proxy class. | Benjamin Kramer |
2010-04-18 | silence some unused-value warnings. | Chris Lattner |
2010-03-26 | Fix SmallVector's insert to handle non-random-access iterators. | Dan Gohman |
2010-03-18 | Make this test more lenient; with SmallVector now using actually | Dan Gohman |
2010-03-17 | Fix death tests in -Asserts builds. | Jeffrey Yasskin |
2010-02-28 | Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width | John McCall |
2010-02-26 | Make APFloat's string-parsing routines a bit safer against very large exponents. | John McCall |
2010-02-11 | Fix (harmless) memory leak found by memcheck. | Jeffrey Yasskin |
2010-02-10 | Silence GCC warnings. | Benjamin Kramer |
2010-02-10 | Implement operators |=, &=, and ^= for SmallBitVector, and remove the | Dan Gohman |
2010-02-09 | Disable unittests/ADT/BitVectorTest on PPC Darwin. | Dale Johannesen |
2010-02-03 | Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits | John McCall |
2010-01-05 | Add a SmallBitVector class, which mimics BitVector but uses only | Dan Gohman |
2009-12-31 | Silence compiler warning. | Benjamin Kramer |
2009-12-31 | Document the edit-distance algorithm used in StringRef, switch it over | Douglas Gregor |
2009-12-24 | Implement support for converting to string at "natural precision", and fix some | John McCall |
2009-12-24 | Move the two definitions of operator<< into namespace llvm, so they | Douglas Gregor |
2009-12-24 | Define the new operator<< for sets into namespace std, so that | Douglas Gregor |