summaryrefslogtreecommitdiff
path: root/unittests/ADT
Commit message (Expand)AuthorAge
* Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limitedJakob Stoklund Olesen2010-12-03
* Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer2010-12-01
* PR5207: Rename overloaded APInt methods set(), clear(), flip() toJay Foad2010-12-01
* Merge System into Support.Michael J. Spencer2010-11-29
* Disallow overlapping inserts, even when inserting the same value.Jakob Stoklund Olesen2010-11-28
* Add default constructors for iterators.Jakob Stoklund Olesen2010-11-28
* Implement const_iterator::advanceTo().Jakob Stoklund Olesen2010-11-28
* Add more tests for erase(). Fix a few exposed bugs.Jakob Stoklund Olesen2010-11-27
* Add test case with randomly ordered insertions, massive coalescing.Jakob Stoklund Olesen2010-11-27
* Add B+-tree test case that creates a height 3 tree with a smaller root node.Jakob Stoklund Olesen2010-11-26
* Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek2010-11-24
* Implement IntervalMap::clear().Jakob Stoklund Olesen2010-11-19
* Support backwards iteration starting from end().Jakob Stoklund Olesen2010-11-19
* Add test for PR 8111. By Frits van Bommel.Dale Johannesen2010-11-19
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-19
* Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen2010-11-19
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-19
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-23
* Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman2010-09-27
* Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman2010-09-27
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-16
* Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to beJakob Stoklund Olesen2010-09-14
* StringRef::compare_numeric also differed from StringRef::compare for characte...Benjamin Kramer2010-08-26
* Do unsigned char comparisons in StringRef::compare_lower to be more consisten...Benjamin Kramer2010-08-26
* Silence 'unused' warning.Bill Wendling2010-08-19
* Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands2010-08-12
* Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands2010-08-08
* Fix the ValueMap copy constructor. The issue is that the map keys are valueDuncan Sands2010-07-30
* Switch from EXPECT_EQ({true,false, ...) to the more canonicalChandler Carruth2010-07-13
* Use non-bool values for .count.Bill Wendling2010-07-10
* ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to...Daniel Dunbar2010-06-08
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-26
* Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.Daniel Dunbar2010-05-13
* ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.Daniel Dunbar2010-05-12
* Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,Dan Gohman2010-04-30
* SmallBitVector: Rework find_first/find_next and tweak test to test them (at l...Benjamin Kramer2010-04-30
* Implement a read/write operator[] for SmallBitVector with a proxy class.Benjamin Kramer2010-04-30
* silence some unused-value warnings.Chris Lattner2010-04-18
* Fix SmallVector's insert to handle non-random-access iterators.Dan Gohman2010-03-26
* Make this test more lenient; with SmallVector now using actuallyDan Gohman2010-03-18
* Fix death tests in -Asserts builds.Jeffrey Yasskin2010-03-17
* Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall2010-02-28
* Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall2010-02-26
* Fix (harmless) memory leak found by memcheck.Jeffrey Yasskin2010-02-11
* Silence GCC warnings.Benjamin Kramer2010-02-10
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-10
* Disable unittests/ADT/BitVectorTest on PPC Darwin.Dale Johannesen2010-02-09
* Make APInt::countLeadingZerosSlowCase() treat the contents of padding bitsJohn McCall2010-02-03
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-05
* Silence compiler warning.Benjamin Kramer2009-12-31