| Commit message (Expand) | Author | Age | Files | Lines |
* | Turns out gtest still prefers the system <tr1/tuple> over it's own | Benjamin Kramer | 2010-06-03 | 1 | -0/+3 |
* | Update Readme and Makefiles for the new gtest. | Benjamin Kramer | 2010-06-02 | 1 | -4/+0 |
* | 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 |
* | introduce a new CallGraphSCC class, and pass it around | Chris Lattner | 2010-04-16 | 1 | -1/+1 |
* | Update unittest for allocator laziness. | Benjamin Kramer | 2010-04-13 | 1 | -4/+4 |
* | update unit test for api change. | Chris Lattner | 2010-04-05 | 1 | -3/+1 |
* | Fix SmallVector's insert to handle non-random-access iterators. | Dan Gohman | 2010-03-26 | 1 | -0/+6 |
* | another one | Gabor Greif | 2010-03-18 | 1 | -1/+1 |
* | Make this test more lenient; with SmallVector now using actually | Dan Gohman | 2010-03-18 | 1 | -1/+1 |
* | feedback from Nick | Gabor Greif | 2010-03-17 | 1 | -1/+2 |
* | Fix death tests in -Asserts builds. | Jeffrey Yasskin | 2010-03-17 | 3 | -0/+6 |
* | more BranchInst tests | Gabor Greif | 2010-03-16 | 1 | -0/+15 |
* | add BranchInst tests | Gabor Greif | 2010-03-16 | 1 | -0/+71 |
* | appease valgrind testers | Gabor Greif | 2010-03-16 | 1 | -0/+4 |
* | add single return tests | Gabor Greif | 2010-03-16 | 1 | -0/+11 |
* | fix PR6589 | Gabor Greif | 2010-03-16 | 1 | -3/+3 |
* | begin humbly with a repro of PR6589 | Gabor Greif | 2010-03-16 | 1 | -0/+26 |
* | Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft. | Nick Lewycky | 2010-03-13 | 1 | -36/+89 |
* | Remove the last memory leak from the VMCore unit tests. | Jeffrey Yasskin | 2010-03-13 | 1 | -2/+2 |
* | Remove a memory leak from MetadataTest. | Jeffrey Yasskin | 2010-03-13 | 1 | -2/+2 |
* | Remove a memory leak from VerifierTest. | Jeffrey Yasskin | 2010-03-13 | 1 | -3/+4 |
* | Consolidate GoogleTest make options and duplicate them to its own makefile. | Chandler Carruth | 2010-03-09 | 1 | -8/+10 |
* | Stop leaking MDStrings. | Jeffrey Yasskin | 2010-03-04 | 1 | -11/+18 |
* | Fix PR6360. It's easy for a stub's address to escape to user code, so we can't | Jeffrey Yasskin | 2010-03-04 | 1 | -0/+23 |
* | Fix PR5291, in which a SmallPtrSet iterator was held across an insertion into | Jeffrey Yasskin | 2010-03-04 | 1 | -0/+27 |
* | Spelling fixes. | Dan Gohman | 2010-03-01 | 1 | -1/+1 |
* | 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 |
* | Try r96559 for the third time. This time the shared library is only built if | Jeffrey Yasskin | 2010-02-25 | 1 | -1/+10 |
* | Roll back r96959 again. | Jeffrey Yasskin | 2010-02-23 | 1 | -12/+1 |
* | Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of | Jeffrey Yasskin | 2010-02-23 | 1 | -1/+12 |
* | Roll back the shared library, r96559. It broke two darwins and arm, mysterio... | Jeffrey Yasskin | 2010-02-18 | 1 | -5/+1 |
* | Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an | Jeffrey Yasskin | 2010-02-18 | 1 | -1/+5 |
* | Add Regex::sub, for doing regular expression substitution with backreferences. | Daniel Dunbar | 2010-02-17 | 1 | -0/+29 |
* | Teach the verifier to check the condition on a branch and ensure that it has | Nick Lewycky | 2010-02-15 | 1 | -0/+44 |
* | Fix (harmless) memory leak found by memcheck. | Jeffrey Yasskin | 2010-02-11 | 1 | -0/+1 |
* | Fix some of the memcheck errors found in the JIT unittests. | Jeffrey Yasskin | 2010-02-11 | 1 | -4/+6 |
* | Make it possible to create multiple JIT instances at the same time, by removing | Jeffrey Yasskin | 2010-02-11 | 1 | -0/+164 |
* | 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 |
* | Add support for TypeBuilder<const/volatile void*, false>. | Jeffrey Yasskin | 2010-02-09 | 1 | -1/+8 |
* | Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits | John McCall | 2010-02-03 | 1 | -0/+2 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 2 | -23/+52 |