[X86][SSE] Transform truncations between vectors of integers into X86ISD::PACKUS...
[oota-llvm.git] / test / CodeGen / X86 / vector-trunc.ll
2015-12-21 Cong Hou[X86][SSE] Transform truncations between vectors of...
2015-11-23 James Y KnightMake utils/update_llc_test_checks.py note that the...
2015-11-14 Simon Pilgrim[X86][SSE] Added extra vector truncation tests
2015-08-18 Simon Pilgrim[X86][SSE] Added extra vector truncation tests.
2015-07-12 Simon Pilgrim[X86][SSE] Tidied up vector extend/truncation tests...
2015-03-25 Simon Pilgrim[DAGCombiner] Add support for TRUNCATE + FP_EXTEND...
2015-02-19 Chandler Carruth[x86] Delete still more piles of complex code now that...
2015-02-19 Chandler Carruth[x86] Remove the insanely over-aggressive unpack loweri...
2015-02-17 Chandler Carruth[x86] Teach the unpack lowering to try wider element...
2015-02-16 Chandler Carruth[x86] Teach the 128-bit vector shuffle lowering routine...
2015-02-16 Chandler Carruth[x86] Clean up a few test cases with the update script...
2015-02-11 Simon Pilgrim[X86][SSE] Added dual vector truncation tests.
2015-01-04 Simon Pilgrim[X86][SSE] Added vector integer truncation tests -...