[x86] Add a generic unpack-targeted lowering technique. This can be used
[oota-llvm.git] / test / CodeGen / X86 / vector-idiv.ll
2015-02-16 Chandler Carruth[x86] Add a generic unpack-targeted lowering technique...
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-01-19 Michael Kuperstein[MIScheduler] Slightly better handling of constrainLoca...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-03 Chandler Carruth[x86] Add two more triples to stabilize the precise...
2014-10-03 Chandler Carruth[x86] Regenerate precise FileCheck lines for the lats...
2014-07-26 Joey GoulyFix the failing test 'vector-idiv.ll'.
2014-07-26 NAKAMURA Takumillvm/test/CodeGen/X86/vector-idiv.ll: Fix for -Asserts.
2014-07-26 Chandler Carruth[x86] Fix PR20355 (for real). There are many layers...
2014-07-26 Chandler Carruth[x86] Revert r214007: Fix PR20355 ...
2014-07-26 Chandler Carruth[x86] Fix PR20355 (and dups) by not using unsigned...
2014-07-24 Chandler Carruth[SDAG] Introduce a combined set to the DAG combiner...
2014-07-11 Quentin Colombet[X86] Fix the inversion of low and high bits for the...
2014-07-09 Benjamin KramerX86: When lowering v8i32 himuls use the correct shuffle...
2014-05-02 Benjamin KramerAllow SelectionDAG::FoldConstantArithmetic to work...
2014-04-27 Benjamin KramerX86: If SSE4.1 is missing lower SMUL_LOHI of v4i32...
2014-04-27 Benjamin KramerSelectionDAG: Aggressively fold shuffles of constant...
2014-04-26 Benjamin KramerDAGCombiner: Simplify code a bit, make more transforms...
2014-04-26 Benjamin KramerX86: Lower SMUL_LOHI of v4i32 to pmuldq when SSE4.1...
2014-04-26 Benjamin KramerX86: Add patterns for MULHU/MULHS of v8i16 and v16i16.
2014-04-26 Benjamin KramerDAGCombiner: Turn divs of vector splats into vectorized...