| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid turning a floating point division with a constant power of two into a d... | Benjamin Kramer | 2011-03-30 | 1 | -4/+2 |
* | Add APFloat::getExactInverse. | Benjamin Kramer | 2011-03-30 | 1 | -0/+23 |
* | Add an argument to APInt's magic udiv calculation to specify the number of bi... | Benjamin Kramer | 2011-03-17 | 1 | -0/+2 |
* | The signed version of our "magic number" computation for the integer approxim... | Cameron Zwarich | 2011-02-21 | 1 | -0/+18 |
* | Part of this test is invariant inside the inner loop - move it outside | Duncan Sands | 2011-02-03 | 1 | -14/+16 |
* | Remove NoVendor and NoOS, added in commit 123990, from Triple. While it | Duncan Sands | 2011-02-02 | 1 | -45/+49 |
* | Don't infinitely recurse! Patch by Marius Wachtler! | Chris Lattner | 2011-01-27 | 1 | -1/+1 |
* | Clang was not parsing target triples involving EABI and was generating wrong ... | Renato Golin | 2011-01-21 | 1 | -3/+11 |
* | Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h. | Jakob Stoklund Olesen | 2010-12-21 | 1 | -0/+107 |
* | Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees | Jakob Stoklund Olesen | 2010-12-17 | 1 | -0/+25 |
* | It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that | Jakob Stoklund Olesen | 2010-12-17 | 1 | -0/+14 |
* | Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap. | Jakob Stoklund Olesen | 2010-12-17 | 1 | -1/+5 |
* | Complete tests for IntervalMapOverlaps. | Jakob Stoklund Olesen | 2010-12-17 | 1 | -1/+106 |
* | Add basic test exposing many bugs. | Jakob Stoklund Olesen | 2010-12-16 | 1 | -0/+15 |
* | Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited | Jakob Stoklund Olesen | 2010-12-03 | 1 | -7/+119 |
* | Support/ADT/Twine: Add toNullTerminatedStringRef. | Michael J. Spencer | 2010-12-01 | 1 | -0/+8 |
* | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad | 2010-12-01 | 1 | -1/+1 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Disallow overlapping inserts, even when inserting the same value. | Jakob Stoklund Olesen | 2010-11-28 | 1 | -97/+9 |
* | Add default constructors for iterators. | Jakob Stoklund Olesen | 2010-11-28 | 1 | -0/+8 |
* | Implement const_iterator::advanceTo(). | Jakob Stoklund Olesen | 2010-11-28 | 1 | -0/+42 |
* | Add more tests for erase(). Fix a few exposed bugs. | Jakob Stoklund Olesen | 2010-11-27 | 1 | -1/+29 |
* | Add test case with randomly ordered insertions, massive coalescing. | Jakob Stoklund Olesen | 2010-11-27 | 1 | -0/+24 |
* | Add B+-tree test case that creates a height 3 tree with a smaller root node. | Jakob Stoklund Olesen | 2010-11-26 | 1 | -0/+51 |
* | Tweak ImmutableMap/ImmutableSet/ImmutableList APIs | Ted Kremenek | 2010-11-24 | 1 | -24/+24 |
* | Implement IntervalMap::clear(). | Jakob Stoklund Olesen | 2010-11-19 | 1 | -0/+9 |
* | Support backwards iteration starting from end(). | Jakob Stoklund Olesen | 2010-11-19 | 1 | -0/+10 |
* | Add test for PR 8111. By Frits van Bommel. | Dale Johannesen | 2010-11-19 | 1 | -0/+39 |
* | Add ADT/IntervalMap. | Jakob Stoklund Olesen | 2010-11-19 | 1 | -0/+357 |
* | Revert "Add ADT/IntervalMap.", GCC doesn't like it. | Jakob Stoklund Olesen | 2010-11-19 | 1 | -357/+0 |
* | Add ADT/IntervalMap. | Jakob Stoklund Olesen | 2010-11-19 | 1 | -0/+357 |
* | Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names | Chandler Carruth | 2010-10-23 | 1 | -1/+1 |
* | Move ValueMapTest from ADT to VMCore so that ADT doesn't need | Dan Gohman | 2010-09-27 | 2 | -295/+1 |
* | Add an all() method to BitVector, for testing whether all bits are set. | Dan Gohman | 2010-09-27 | 2 | -0/+14 |
* | Add better support for environment portion of triple. Original patch by | Duncan Sands | 2010-09-16 | 1 | -0/+8 |
* | Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to be | Jakob Stoklund Olesen | 2010-09-14 | 1 | -0/+5 |
* | StringRef::compare_numeric also differed from StringRef::compare for characte... | Benjamin Kramer | 2010-08-26 | 1 | -0/+1 |
* | Do unsigned char comparisons in StringRef::compare_lower to be more consisten... | Benjamin Kramer | 2010-08-26 | 1 | -0/+8 |
* | Silence 'unused' warning. | Bill Wendling | 2010-08-19 | 1 | -1/+3 |
* | Add a 'normalize' method to the Triple class, which takes a mucked up | Duncan Sands | 2010-08-12 | 1 | -9/+108 |
* | Remove the ValueMap copy constructor. It's not used anywhere, | Duncan Sands | 2010-08-08 | 1 | -9/+0 |
* | Fix the ValueMap copy constructor. The issue is that the map keys are value | Duncan Sands | 2010-07-30 | 1 | -0/+9 |
* | Switch from EXPECT_EQ({true,false, ...) to the more canonical | Chandler Carruth | 2010-07-13 | 1 | -2/+2 |
* | Use non-bool values for .count. | Bill Wendling | 2010-07-10 | 1 | -3/+3 |
* | ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to... | Daniel Dunbar | 2010-06-08 | 1 | -0/+122 |
* | Add StringRef::compare_numeric and use it to sort TableGen register records. | Jakob Stoklund Olesen | 2010-05-26 | 1 | -0/+11 |
* | Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky. | Daniel Dunbar | 2010-05-13 | 1 | -0/+5 |
* | ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null. | Daniel Dunbar | 2010-05-12 | 1 | -0/+39 |
* | Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, | Dan Gohman | 2010-04-30 | 2 | -3/+16 |
* | SmallBitVector: Rework find_first/find_next and tweak test to test them (at l... | Benjamin Kramer | 2010-04-30 | 1 | -2/+3 |