index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
vector-idiv.ll
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-09
[CodeGen] Replace the reused stores' chain for extractelt expansion.
Ahmed Bougacha
1
-122
/
+128
2015-03-09
[X86] Add nounwind to vector-idiv.ll testcases. NFC.
Ahmed Bougacha
1
-13
/
+15
2015-02-16
[x86] Add a generic unpack-targeted lowering technique. This can be used
Chandler Carruth
1
-95
/
+109
2015-02-16
[x86] Teach the 128-bit vector shuffle lowering routines to take
Chandler Carruth
1
-118
/
+115
2015-02-16
[x86] Clean up a few test cases with the update script. NFC
Chandler Carruth
1
-1
/
+1
2015-01-19
[MIScheduler] Slightly better handling of constrainLocalCopy when both source...
Michael Kuperstein
1
-8
/
+7
2014-10-04
[x86] Enable the new vector shuffle lowering by default.
Chandler Carruth
1
-163
/
+165
2014-10-03
[x86] Add two more triples to stabilize the precise assembly syntax
Chandler Carruth
1
-0
/
+2
2014-10-03
[x86] Regenerate precise FileCheck lines for the lats batch of test
Chandler Carruth
1
-189
/
+1179
2014-07-26
Fix the failing test 'vector-idiv.ll'.
Joey Gouly
1
-8
/
+8
2014-07-26
llvm/test/CodeGen/X86/vector-idiv.ll: Fix for -Asserts.
NAKAMURA Takumi
1
-2
/
+2
2014-07-26
[x86] Fix PR20355 (for real). There are many layers to this bug.
Chandler Carruth
1
-0
/
+39
2014-07-26
[x86] Revert r214007: Fix PR20355 ...
Chandler Carruth
1
-5
/
+11
2014-07-26
[x86] Fix PR20355 (and dups) by not using unsigned multiplication when
Chandler Carruth
1
-11
/
+5
2014-07-24
[SDAG] Introduce a combined set to the DAG combiner which tracks nodes
Chandler Carruth
1
-5
/
+9
2014-07-11
[X86] Fix the inversion of low and high bits for the lowering of MUL_LOHI.
Quentin Colombet
1
-3
/
+0
2014-07-09
X86: When lowering v8i32 himuls use the correct shuffle masks for AVX2.
Benjamin Kramer
1
-19
/
+23
2014-05-02
Allow SelectionDAG::FoldConstantArithmetic to work when it's called with a ve...
Benjamin Kramer
1
-0
/
+10
2014-04-27
X86: If SSE4.1 is missing lower SMUL_LOHI of v4i32 to pmuludq and fix up the ...
Benjamin Kramer
1
-23
/
+40
2014-04-27
SelectionDAG: Aggressively fold shuffles of constant splats.
Benjamin Kramer
1
-3
/
+5
2014-04-26
DAGCombiner: Simplify code a bit, make more transforms work with vectors.
Benjamin Kramer
1
-0
/
+35
2014-04-26
X86: Lower SMUL_LOHI of v4i32 to pmuldq when SSE4.1 is available.
Benjamin Kramer
1
-2
/
+49
2014-04-26
X86: Add patterns for MULHU/MULHS of v8i16 and v16i16.
Benjamin Kramer
1
-0
/
+61
2014-04-26
DAGCombiner: Turn divs of vector splats into vectorized multiplications.
Benjamin Kramer
1
-0
/
+45