| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for attaching branch weight metadata directly from the IRBuilder. | Chandler Carruth | 2012-07-16 | 1 | -0/+11 |
* | Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr. | Chandler Carruth | 2012-07-16 | 1 | -1/+15 |
* | Move the IRBuilder unittest from Support to VMCore. This got missed in | Chandler Carruth | 2012-07-16 | 2 | -0/+75 |
* | Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes | Chandler Carruth | 2012-07-15 | 2 | -0/+255 |
* | Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with | Chandler Carruth | 2012-07-15 | 3 | -1/+109 |
* | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 2012-06-29 | 1 | -2/+2 |
* | llvm/unittests: Simplify LINK_COMPONENTS. | NAKAMURA Takumi | 2012-06-21 | 2 | -3/+1 |
* | llvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OPTIONAL_SOURCES here, too. | NAKAMURA Takumi | 2012-06-21 | 1 | -0/+6 |
* | Completely refactor the structuring of unittest CMake files to match the | Chandler Carruth | 2012-06-21 | 1 | -0/+27 |
* | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -1/+1 |
* | Remove support for the special 'fast' value for fpmath accuracy for the moment. | Duncan Sands | 2012-04-16 | 1 | -8/+0 |
* | Make it possible to indicate relaxed floating point requirements at the IR level | Duncan Sands | 2012-04-16 | 1 | -0/+25 |
* | I noticed in passing that the Metadata getIfExists method was creating a new | Duncan Sands | 2012-03-31 | 1 | -0/+7 |
* | Handle unreachable code in the dominates functions. This changes users when | Rafael Espindola | 2012-03-30 | 2 | -1/+196 |
* | 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 |