summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vector-idiv.ll
AgeCommit message (Expand)AuthorFilesLines
2015-03-09[CodeGen] Replace the reused stores' chain for extractelt expansion.Ahmed Bougacha1-122/+128
2015-03-09[X86] Add nounwind to vector-idiv.ll testcases. NFC.Ahmed Bougacha1-13/+15
2015-02-16[x86] Add a generic unpack-targeted lowering technique. This can be usedChandler Carruth1-95/+109
2015-02-16[x86] Teach the 128-bit vector shuffle lowering routines to takeChandler Carruth1-118/+115
2015-02-16[x86] Clean up a few test cases with the update script. NFCChandler Carruth1-1/+1
2015-01-19[MIScheduler] Slightly better handling of constrainLocalCopy when both source...Michael Kuperstein1-8/+7
2014-10-04[x86] Enable the new vector shuffle lowering by default.Chandler Carruth1-163/+165
2014-10-03[x86] Add two more triples to stabilize the precise assembly syntaxChandler Carruth1-0/+2
2014-10-03[x86] Regenerate precise FileCheck lines for the lats batch of testChandler Carruth1-189/+1179
2014-07-26Fix the failing test 'vector-idiv.ll'.Joey Gouly1-8/+8
2014-07-26llvm/test/CodeGen/X86/vector-idiv.ll: Fix for -Asserts.NAKAMURA Takumi1-2/+2
2014-07-26[x86] Fix PR20355 (for real). There are many layers to this bug.Chandler Carruth1-0/+39
2014-07-26[x86] Revert r214007: Fix PR20355 ...Chandler Carruth1-5/+11
2014-07-26[x86] Fix PR20355 (and dups) by not using unsigned multiplication whenChandler Carruth1-11/+5
2014-07-24[SDAG] Introduce a combined set to the DAG combiner which tracks nodesChandler Carruth1-5/+9
2014-07-11[X86] Fix the inversion of low and high bits for the lowering of MUL_LOHI.Quentin Colombet1-3/+0
2014-07-09X86: When lowering v8i32 himuls use the correct shuffle masks for AVX2.Benjamin Kramer1-19/+23
2014-05-02Allow SelectionDAG::FoldConstantArithmetic to work when it's called with a ve...Benjamin Kramer1-0/+10
2014-04-27X86: If SSE4.1 is missing lower SMUL_LOHI of v4i32 to pmuludq and fix up the ...Benjamin Kramer1-23/+40
2014-04-27SelectionDAG: Aggressively fold shuffles of constant splats.Benjamin Kramer1-3/+5
2014-04-26DAGCombiner: Simplify code a bit, make more transforms work with vectors.Benjamin Kramer1-0/+35
2014-04-26X86: Lower SMUL_LOHI of v4i32 to pmuldq when SSE4.1 is available.Benjamin Kramer1-2/+49
2014-04-26X86: Add patterns for MULHU/MULHS of v8i16 and v16i16.Benjamin Kramer1-0/+61
2014-04-26DAGCombiner: Turn divs of vector splats into vectorized multiplications.Benjamin Kramer1-0/+45