Age | Commit message (Expand) | Author |
2012-08-04 | Update cmake build. | Benjamin Kramer |
2012-08-04 | Postpone the deletion of the old name in StructType::setName to allow using a... | Benjamin Kramer |
2012-07-16 | Add support for attaching branch weight metadata directly from the IRBuilder. | Chandler Carruth |
2012-07-16 | Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr. | Chandler Carruth |
2012-07-16 | Move the IRBuilder unittest from Support to VMCore. This got missed in | Chandler Carruth |
2012-07-15 | Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes | Chandler Carruth |
2012-07-15 | Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with | Chandler Carruth |
2012-06-29 | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth |
2012-06-21 | llvm/unittests: Simplify LINK_COMPONENTS. | NAKAMURA Takumi |
2012-06-21 | llvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OPTIONAL_SOURCES here, too. | NAKAMURA Takumi |
2012-06-21 | Completely refactor the structuring of unittest CMake files to match the | Chandler Carruth |
2012-06-02 | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer |
2012-04-16 | Remove support for the special 'fast' value for fpmath accuracy for the moment. | Duncan Sands |
2012-04-16 | Make it possible to indicate relaxed floating point requirements at the IR level | Duncan Sands |
2012-03-31 | I noticed in passing that the Metadata getIfExists method was creating a new | Duncan Sands |
2012-03-30 | Handle unreachable code in the dominates functions. This changes users when | Rafael Espindola |
2012-01-02 | Undo the hack in r147427 and move this unittest to a better home. This | Chandler Carruth |
2012-01-02 | Fix unittest makefile after r147425. This should unbreak the makefile | Chandler Carruth |
2012-01-02 | Materialize functions whose basic blocks are used by global variables. Fixes | Rafael Espindola |
2011-12-12 | re-enable unittest | Dylan Noblesmith |
2011-12-05 | Add support for vectors of pointers. | Nadav Rotem |
2011-08-30 | Fix C++0x narrowing errors when char is unsigned. | Jeffrey Yasskin |
2011-08-27 | The 'expected' argument to EXPECT_EQ is actually the first one; | John McCall |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
2011-07-11 | De-constify Types in FunctionType::get(). | Jay Foad |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-06-20 | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner |
2011-05-18 | Teach getCastOpcode about element-by-element vector casts. For example, "trunc" | Duncan Sands |
2011-04-21 | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad |
2011-04-11 | Don't include Operator.h from InstrTypes.h. | Jay Foad |
2011-04-01 | While testing dragonegg I noticed that isCastable and getCastOpcode | Duncan Sands |
2011-03-31 | Strip trailing whitespace. | Duncan Sands |
2011-01-15 | Allow unnamed_addr on declarations. | Rafael Espindola |
2011-01-13 | Reject uses of unnamed_addr in declarations. | Rafael Espindola |
2011-01-08 | First step in fixing PR8927: | Rafael Espindola |
2011-01-07 | Remove the "ugly" method BranchInst::setUnconditionalDest(). | Jay Foad |
2010-12-29 | fix PR8867: a crash handling fp128. Thanks to Nick for the testcase. | Chris Lattner |
2010-11-18 | Revert 119600 to unbreak the build. Francois, please investigate. | Jim Grosbach |
2010-11-18 | Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ(). | Francois Pichet |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-09-27 | Move ValueMapTest from ADT to VMCore so that ADT doesn't need | Dan Gohman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-08-02 | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes |
2010-07-21 | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman |
2010-07-17 | unit test to go along with r108610 | Chris Lattner |
2010-07-13 | Switch from EXPECT_EQ({true,false, ...) to the more canonical | Chandler Carruth |