summaryrefslogtreecommitdiff
path: root/unittests/VMCore
Commit message (Expand)AuthorAge
* Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov2012-10-31
* Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands2012-10-30
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Update cmake build.Benjamin Kramer2012-08-04
* Postpone the deletion of the old name in StructType::setName to allow using a...Benjamin Kramer2012-08-04
* Add support for attaching branch weight metadata directly from the IRBuilder.Chandler Carruth2012-07-16
* Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr.Chandler Carruth2012-07-16
* Move the IRBuilder unittest from Support to VMCore. This got missed inChandler Carruth2012-07-16
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-15
* Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2012-07-15
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi2012-06-21
* llvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OPTIONAL_SOURCES here, too.NAKAMURA Takumi2012-06-21
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-21
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-16
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-16
* I noticed in passing that the Metadata getIfExists method was creating a newDuncan Sands2012-03-31
* Handle unreachable code in the dominates functions. This changes users whenRafael Espindola2012-03-30
* Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth2012-01-02
* Fix unittest makefile after r147425. This should unbreak the makefileChandler Carruth2012-01-02
* Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola2012-01-02
* re-enable unittestDylan Noblesmith2011-12-12
* Add support for vectors of pointers.Nadav Rotem2011-12-05
* Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin2011-08-30
* The 'expected' argument to EXPECT_EQ is actually the first one;John McCall2011-08-27
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-20
* Teach getCastOpcode about element-by-element vector casts. For example, "trunc"Duncan Sands2011-05-18
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-21
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* While testing dragonegg I noticed that isCastable and getCastOpcodeDuncan Sands2011-04-01
* Strip trailing whitespace.Duncan Sands2011-03-31
* Allow unnamed_addr on declarations.Rafael Espindola2011-01-15
* Reject uses of unnamed_addr in declarations.Rafael Espindola2011-01-13
* First step in fixing PR8927:Rafael Espindola2011-01-08
* Remove the "ugly" method BranchInst::setUnconditionalDest().Jay Foad2011-01-07
* fix PR8867: a crash handling fp128. Thanks to Nick for the testcase.Chris Lattner2010-12-29
* Revert 119600 to unbreak the build. Francois, please investigate.Jim Grosbach2010-11-18
* Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ().Francois Pichet2010-11-18
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman2010-09-27
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-02