aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/IR/InstructionsTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-8/+8
2014-05-06Copy the full TailCallKind in CallInst::clone_implReid Kleckner1-0/+33
2014-03-27Untabify.NAKAMURA Takumi1-3/+3
2014-03-27SmallVector<3> may be used here.NAKAMURA Takumi1-1/+1
2014-03-27IRTests/InstructionsTest.cpp: Avoid initializer list.NAKAMURA Takumi1-4/+4
2014-03-26Add a unit test for Invoke iteration, similar to the one for CallEli Bendersky1-11/+40
2014-03-26Fix bot breakage in InstructionsTest.Eli Bendersky1-1/+1
2014-03-26Fix problem with r204836Eli Bendersky1-0/+26
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-2/+2
2014-01-22Bug 18228 - Fix accepting bitcasts between vectors of pointers with aMatt Arsenault1-0/+16
2013-12-13Use a: and s: instead of a0: and s0: in the DataLayout strings.Rafael Espindola1-2/+2
2013-11-15Add addrspacecast instruction.Matt Arsenault1-39/+14
2013-07-31Fix ptr vector inconsistency in CreatePointerCastMatt Arsenault1-0/+11
2013-07-30Respect address space sizes in isEliminableCastPair.Matt Arsenault1-2/+79
2013-07-30Revert "Remove isCastable since nothing uses it now"Matt Arsenault1-0/+5
2013-07-30Remove isCastable since nothing uses it nowMatt Arsenault1-5/+0
2013-07-30Change behavior of calling bitcasted alias functions.Matt Arsenault1-7/+70
2013-06-28Fix copypaste error in test.Matt Arsenault1-1/+1
2013-01-31Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman1-4/+4
2013-01-16A test for r172535.Evgeniy Stepanov1-0/+8
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth1-0/+284