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