[Modules] Move ValueMap to the IR library. While this class does not
[oota-llvm.git] / unittests / IR / InstructionsTest.cpp
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...