| Commit message (Expand) | Author | Age | Files | Lines |
* | Undo the hack in r147427 and move this unittest to a better home. This | Chandler Carruth | 2012-01-02 | 2 | -65/+1 |
* | Fix unittest makefile after r147425. This should unbreak the makefile | Chandler Carruth | 2012-01-02 | 1 | -1/+1 |
* | Materialize functions whose basic blocks are used by global variables. Fixes | Rafael Espindola | 2012-01-02 | 1 | -0/+64 |
* | re-enable unittest | Dylan Noblesmith | 2011-12-12 | 1 | -2/+2 |
* | Add support for vectors of pointers. | Nadav Rotem | 2011-12-05 | 1 | -0/+97 |
* | Fix C++0x narrowing errors when char is unsigned. | Jeffrey Yasskin | 2011-08-30 | 1 | -1/+1 |
* | The 'expected' argument to EXPECT_EQ is actually the first one; | John McCall | 2011-08-27 | 1 | -23/+23 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 3 | -12/+12 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -2/+2 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -2/+2 |
* | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -2/+2 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -88/+0 |
* | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner | 2011-06-20 | 1 | -1/+1 |
* | Teach getCastOpcode about element-by-element vector casts. For example, "trunc" | Duncan Sands | 2011-05-18 | 1 | -0/+8 |
* | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad | 2011-04-21 | 1 | -6/+6 |
* | Don't include Operator.h from InstrTypes.h. | Jay Foad | 2011-04-11 | 2 | -0/+2 |
* | While testing dragonegg I noticed that isCastable and getCastOpcode | Duncan Sands | 2011-04-01 | 1 | -0/+13 |
* | Strip trailing whitespace. | Duncan Sands | 2011-03-31 | 2 | -14/+14 |
* | Allow unnamed_addr on declarations. | Rafael Espindola | 2011-01-15 | 1 | -27/+0 |
* | Reject uses of unnamed_addr in declarations. | Rafael Espindola | 2011-01-13 | 1 | -0/+26 |
* | First step in fixing PR8927: | Rafael Espindola | 2011-01-08 | 1 | -0/+20 |
* | Remove the "ugly" method BranchInst::setUnconditionalDest(). | Jay Foad | 2011-01-07 | 1 | -17/+0 |
* | fix PR8867: a crash handling fp128. Thanks to Nick for the testcase. | Chris Lattner | 2010-12-29 | 1 | -0/+9 |
* | 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 |