summaryrefslogtreecommitdiff
path: root/unittests/VMCore
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Test that a landingpad gets the name provided when it was created (see commitDuncan Sands1-0/+7
2012-12-09Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman1-2/+2
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling1-7/+7
2012-12-04Sort the #include lines for unittest/...Chandler Carruth10-36/+31
2012-12-04VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...NAKAMURA Takumi1-0/+2
2012-12-04Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay1-0/+4
2012-11-29copyFastMathFlags utility and test caseMichael Ilseman1-0/+9
2012-11-28Whoops, fixed bad mergeMichael Ilseman1-55/+0
2012-11-28Fixed bad test caseMichael Ilseman1-0/+55
2012-11-28Fast-math: IRBuilder test for creating instructions with fast-math flagsMichael Ilseman1-0/+58
2012-11-17Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy1-0/+106
2012-11-12do not play preprocessor tricks with 'private', use public interfaces instead...Gabor Greif1-7/+4
2012-11-12add unit test for waymarking algorithm (Use::getUser)Gabor Greif2-0/+58
2012-10-31Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov1-0/+12
2012-10-30Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands1-0/+37
2012-10-08Move TargetData to DataLayout.Micah Villmow2-14/+14
2012-08-04Update cmake build.Benjamin Kramer1-0/+1
2012-08-04Postpone the deletion of the old name in StructType::setName to allow using a...Benjamin Kramer1-0/+30
2012-07-16Add support for attaching branch weight metadata directly from the IRBuilder.Chandler Carruth1-0/+11
2012-07-16Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr.Chandler Carruth1-1/+15
2012-07-16Move the IRBuilder unittest from Support to VMCore. This got missed inChandler Carruth2-0/+75
2012-07-15Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2-0/+255
2012-07-15Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth3-1/+109
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-2/+2
2012-06-21llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi2-3/+1
2012-06-21llvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OPTIONAL_SOURCES here, too.NAKAMURA Takumi1-0/+6
2012-06-21Completely refactor the structuring of unittest CMake files to match theChandler Carruth1-0/+27
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer1-1/+1
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands1-8/+0
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands1-0/+25
2012-03-31I noticed in passing that the Metadata getIfExists method was creating a newDuncan Sands1-0/+7
2012-03-30Handle unreachable code in the dominates functions. This changes users whenRafael Espindola2-1/+196
2012-01-02Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth2-65/+1
2012-01-02Fix unittest makefile after r147425. This should unbreak the makefileChandler Carruth1-1/+1
2012-01-02Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola1-0/+64
2011-12-12re-enable unittestDylan Noblesmith1-2/+2
2011-12-05Add support for vectors of pointers.Nadav Rotem1-0/+97
2011-08-30Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin1-1/+1
2011-08-27The 'expected' argument to EXPECT_EQ is actually the first one;John McCall1-23/+23
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner3-12/+12
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad1-2/+2
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling1-2/+2
2011-07-11De-constify Types in FunctionType::get().Jay Foad1-2/+2
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner1-88/+0
2011-06-20Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner1-1/+1
2011-05-18Teach getCastOpcode about element-by-element vector casts. For example, "trunc"Duncan Sands1-0/+8
2011-04-21PR9214: Convert Metadata API to use ArrayRef.Jay Foad1-6/+6
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad2-0/+2
2011-04-01While testing dragonegg I noticed that isCastable and getCastOpcodeDuncan Sands1-0/+13
2011-03-31Strip trailing whitespace.Duncan Sands2-14/+14