| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 119600 to unbreak the build. Francois, please investigate. | Jim Grosbach | 2010-11-18 | 1 | -9/+9 |
* | Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ(). | Francois Pichet | 2010-11-18 | 1 | -9/+9 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -8/+29 |
* | Move ValueMapTest from ADT to VMCore so that ADT doesn't need | Dan Gohman | 2010-09-27 | 1 | -0/+294 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -6/+6 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -6/+6 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -6/+6 |
* | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes | 2010-08-02 | 1 | -2/+2 |
* | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 1 | -3/+4 |
* | unit test to go along with r108610 | Chris Lattner | 2010-07-17 | 1 | -1/+56 |
* | Switch from EXPECT_EQ({true,false, ...) to the more canonical | Chandler Carruth | 2010-07-13 | 1 | -9/+9 |
* | introduce a new CallGraphSCC class, and pass it around | Chris Lattner | 2010-04-16 | 1 | -1/+1 |
* | another one | Gabor Greif | 2010-03-18 | 1 | -1/+1 |
* | feedback from Nick | Gabor Greif | 2010-03-17 | 1 | -1/+2 |
* | 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 |
* | 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 |
* | Stop leaking MDStrings. | Jeffrey Yasskin | 2010-03-04 | 1 | -11/+18 |
* | Teach the verifier to check the condition on a branch and ensure that it has | Nick Lewycky | 2010-02-15 | 1 | -0/+44 |
* | Fix some of the memcheck errors found in the JIT unittests. | Jeffrey Yasskin | 2010-02-11 | 1 | -4/+6 |
* | Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't | Jeffrey Yasskin | 2010-01-26 | 1 | -5/+0 |
* | Revert 94484. Re-disable unittests that need RTTI. | Bob Wilson | 2010-01-26 | 1 | -0/+5 |
* | Re-enable unit tests disabled in r94164 by telling GTest about the | Jeffrey Yasskin | 2010-01-26 | 1 | -5/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+5 |
* | NamedMDNode is a collection MDNodes. | Devang Patel | 2010-01-05 | 1 | -1/+1 |
* | don't unittest mdnode printing, we have disassembler tests for this. | Chris Lattner | 2009-12-31 | 1 | -18/+1 |
* | rename "elements" of metadata to "operands". "Elements" are | Chris Lattner | 2009-12-31 | 1 | -6/+6 |
* | This fixes a memory leak in OpaqueType found by Google's internal heapchecker. | Jeffrey Yasskin | 2009-12-17 | 1 | -0/+31 |
* | Type.h doesn't need to #include LLVMContext.h | Chris Lattner | 2009-10-27 | 1 | -0/+1 |
* | Update unittests for MDNode uniquing disable. | Daniel Dunbar | 2009-09-07 | 1 | -0/+4 |
* | Now Bitcode reader bug is fixed. Reapply 80839. | Devang Patel | 2009-09-03 | 1 | -1/+1 |
* | Revert 80839 for now. It causes test failures. | Devang Patel | 2009-09-02 | 1 | -1/+1 |
* | Use CallbackVH, instead of WeakVH, to hold MDNode elements. | Devang Patel | 2009-09-02 | 1 | -1/+1 |
* | Disable uniqueness test for now. | Devang Patel | 2009-09-02 | 1 | -1/+1 |
* | update unit test for previous change. | Chris Lattner | 2009-08-31 | 1 | -1/+1 |
* | upgrade for removed functions. | Chris Lattner | 2009-08-23 | 1 | -11/+16 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 3 | -24/+24 |
* | Fix unit tests. | Owen Anderson | 2009-07-31 | 1 | -14/+16 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -1/+1 |
* | fix a unitialized pointer in NamedMDNode (and reenable unittest) | Benjamin Kramer | 2009-07-30 | 1 | -3/+0 |
* | Disable the NamedMDNodeTest, it is failing everywhere. | Daniel Dunbar | 2009-07-30 | 1 | -0/+3 |
* | Add NamedMDNode test. | Devang Patel | 2009-07-30 | 1 | -0/+22 |
* | Update unittest for LLVM API change. | Benjamin Kramer | 2009-07-29 | 1 | -18/+18 |
* | fix unittest | Benjamin Kramer | 2009-07-28 | 1 | -1/+1 |