summaryrefslogtreecommitdiff
path: root/unittests/VMCore
Commit message (Expand)AuthorAge
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-07
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-02
* Test that a landingpad gets the name provided when it was created (see commitDuncan Sands2012-12-21
* Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman2012-12-09
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...NAKAMURA Takumi2012-12-04
* Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay2012-12-04
* copyFastMathFlags utility and test caseMichael Ilseman2012-11-29
* Whoops, fixed bad mergeMichael Ilseman2012-11-28
* Fixed bad test caseMichael Ilseman2012-11-28
* Fast-math: IRBuilder test for creating instructions with fast-math flagsMichael Ilseman2012-11-28
* Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy2012-11-17
* do not play preprocessor tricks with 'private', use public interfaces instead...Gabor Greif2012-11-12
* add unit test for waymarking algorithm (Use::getUser)Gabor Greif2012-11-12
* 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