| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement a read/write operator[] for SmallBitVector with a proxy class. | Benjamin Kramer | 2010-04-30 | 1 | -0/+8 |
* | silence some unused-value warnings. | Chris Lattner | 2010-04-18 | 1 | -4/+4 |
* | Fix SmallVector's insert to handle non-random-access iterators. | Dan Gohman | 2010-03-26 | 1 | -0/+6 |
* | Make this test more lenient; with SmallVector now using actually | Dan Gohman | 2010-03-18 | 1 | -1/+1 |
* | Fix death tests in -Asserts builds. | Jeffrey Yasskin | 2010-03-17 | 2 | -0/+4 |
* | Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width | John McCall | 2010-02-28 | 1 | -0/+29 |
* | Make APFloat's string-parsing routines a bit safer against very large exponents. | John McCall | 2010-02-26 | 1 | -0/+7 |
* | Fix (harmless) memory leak found by memcheck. | Jeffrey Yasskin | 2010-02-11 | 1 | -0/+1 |
* | Silence GCC warnings. | Benjamin Kramer | 2010-02-10 | 2 | -12/+12 |
* | Implement operators |=, &=, and ^= for SmallBitVector, and remove the | Dan Gohman | 2010-02-10 | 2 | -0/+79 |
* | Disable unittests/ADT/BitVectorTest on PPC Darwin. | Dale Johannesen | 2010-02-09 | 2 | -0/+10 |
* | Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits | John McCall | 2010-02-03 | 1 | -0/+2 |
* | Add a SmallBitVector class, which mimics BitVector but uses only | Dan Gohman | 2010-01-05 | 2 | -0/+280 |
* | Silence compiler warning. | Benjamin Kramer | 2009-12-31 | 1 | -1/+1 |
* | Document the edit-distance algorithm used in StringRef, switch it over | Douglas Gregor | 2009-12-31 | 1 | -0/+5 |
* | Implement support for converting to string at "natural precision", and fix some | John McCall | 2009-12-24 | 1 | -1/+3 |
* | Move the two definitions of operator<< into namespace llvm, so they | Douglas Gregor | 2009-12-24 | 1 | -1/+4 |
* | Define the new operator<< for sets into namespace std, so that | Douglas Gregor | 2009-12-24 | 1 | -0/+4 |
* | Add accessors for the largest-magnitude, smallest-magnitude, and | John McCall | 2009-12-24 | 1 | -0/+20 |
* | Change StringRef::startswith and StringRef::endswith to versions which are a | Eli Friedman | 2009-12-21 | 1 | -0/+8 |
* | Add an implementation of the delta debugging algorithm. | Daniel Dunbar | 2009-12-03 | 1 | -0/+96 |
* | Only run this mutex test if threading is enabled. This | Duncan Sands | 2009-11-19 | 1 | -0/+3 |
* | Reenable Split2 StringRef test with Apple gcc. | Benjamin Kramer | 2009-11-19 | 1 | -6/+0 |
* | "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. | Daniel Dunbar | 2009-11-17 | 1 | -0/+6 |
* | Distinguish "a," from "a". The first one splits into "a" + "" and the second ... | Rafael Espindola | 2009-11-13 | 1 | -0/+5 |
* | Switch to smallvector. Also fix issue with using unsigend for MaxSplit. | Rafael Espindola | 2009-11-13 | 1 | -2/+3 |
* | Add a new split method to StringRef that puts the substrings in a vector. | Rafael Espindola | 2009-11-13 | 1 | -0/+75 |
* | Add From arguments to StringRef search functions, and tweak doxyments. | Daniel Dunbar | 2009-11-11 | 1 | -0/+10 |
* | Fix DenseMap iterator constness. | Jeffrey Yasskin | 2009-11-10 | 1 | -0/+12 |
* | Type.h doesn't need to #include LLVMContext.h | Chris Lattner | 2009-10-27 | 1 | -1/+1 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Fix stylistic and documentation problems in ValueMap found by Nick Lewycky and | Jeffrey Yasskin | 2009-10-23 | 1 | -3/+3 |