Make utils/update_llc_test_checks.py note that the assertions are
[oota-llvm.git] / test / CodeGen / X86 / vec_insert-5.ll
2015-11-23 James Y KnightMake utils/update_llc_test_checks.py note that the...
2015-04-15 Sanjay Patel[X86] add an exedepfix entry for movq == movlps ==...
2015-04-03 Simon Pilgrim[DAGCombiner] Combine shuffles of BUILD_VECTOR and...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-15 Chandler Carruth[SDAG] Teach the SelectionDAG to canonicalize vector...
2015-02-03 Simon Pilgrim[X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for...
2014-11-19 Simon Pilgrim[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-03 Chandler Carruth[x86] Regenerate precise checks for a couple of test...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-05-17 Benjamin KramerX86: Make shuffle -> shift conversion more aggressive...
2013-05-17 Benjamin KramerFileCheckize test.
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-06-10 Dan GohmanConvert several tests to use temporary files instead...
2008-05-29 Evan ChengImplement vector shift up / down and insert zero with...