[X86][SSE] Bitcast assertion in XFormVExtractWithShuffleIntoLoad
[oota-llvm.git] / unittests / IR / InstructionsTest.cpp
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-05-06 Reid KlecknerCopy the full TailCallKind in CallInst::clone_impl
2014-03-27 NAKAMURA TakumiUntabify.
2014-03-27 NAKAMURA TakumiSmallVector<3> may be used here.
2014-03-27 NAKAMURA TakumiIRTests/InstructionsTest.cpp: Avoid initializer list.
2014-03-26 Eli BenderskyAdd a unit test for Invoke iteration, similar to the...
2014-03-26 Eli BenderskyFix bot breakage in InstructionsTest.
2014-03-26 Eli BenderskyFix problem with r204836
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-22 Matt ArsenaultBug 18228 - Fix accepting bitcasts between vectors...
2013-12-13 Rafael EspindolaUse a: and s: instead of a0: and s0: in the DataLayout...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-07-31 Matt ArsenaultFix ptr vector inconsistency in CreatePointerCast
2013-07-30 Matt ArsenaultRespect address space sizes in isEliminableCastPair.
2013-07-30 Matt ArsenaultRevert "Remove isCastable since nothing uses it now"
2013-07-30 Matt ArsenaultRemove isCastable since nothing uses it now
2013-07-30 Matt ArsenaultChange behavior of calling bitcasted alias functions.
2013-06-28 Matt ArsenaultFix copypaste error in test.
2013-01-31 Dan GohmanChange GetPointerBaseWithConstantOffset's DataLayout...
2013-01-16 Evgeniy StepanovA test for r172535.
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...