Revert "Change memcpy/memset/memmove to have dest and source alignments."
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-call.ll
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-10 Eli FriedmanAdd full x86 fast-isel support for memcpy and memset.
2011-05-20 Eli FriedmanAdd fast-isel support for byval calls on x86.
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-17 Eli FriedmanBack out r131444 and r131438; they're breaking nightly...
2011-05-17 Eli FriedmanFix test.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-09-08 Evan ChengHandle calls which produce i1 results: promote to i8...