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
/
lib
/
Target
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-07
3
-0
/
+54
*
[SLP] Fix PR35047: Fix default cost model for cast op in X86.
Alexey Bataev
2017-11-07
1
-1
/
+1
*
[GlobalISel] Enable legalizing non-power-of-2 sized types.
Kristof Beyls
2017-11-07
1
-22
/
+44
*
[X86] Don't clobber reserved registers with stack adjustments
Bjorn Steinbrink
2017-11-07
1
-0
/
+5
*
[X86] Add patterns to fold a 64-bit load into the EVEX vcvtph2ps instructions.
Craig Topper
2017-11-07
1
-7
/
+16
*
[X86] Add patterns for folding a v16i8 with the VEX vcvtph2ps intrinsics.
Craig Topper
2017-11-07
1
-2
/
+4
*
[X86] Add support for using EVEX instructions for the legacy vcvtph2ps intrin...
Craig Topper
2017-11-07
6
-28
/
+40
*
[X86] Use IMPLICIT_DEF in VEX/EVEX vcvtss2sd/vcvtsd2ss patterns instead of a ...
Craig Topper
2017-11-07
2
-4
/
+4
*
[X86] Remove 'Requires' from instructions with no patterns. NFC
Craig Topper
2017-11-07
1
-6
/
+3
*
[X86] Make FeatureAVX512 imply FeatureF16C.
Craig Topper
2017-11-06
4
-36
/
+5
*
[X86] Make FeatureAVX512 imply FeatureFMA.
Craig Topper
2017-11-06
2
-5
/
+5
*
[X86][SSE] Merge combineExtractVectorElt_SSE into combineExtractVectorElt. NFCI.
Simon Pilgrim
2017-11-06
1
-12
/
+8
*
[X86][SSE] Combine EXTRACT_VECTOR_ELT with combineExtractWithShuffle before X...
Simon Pilgrim
2017-11-06
1
-2
/
+2
*
[LV][X86] update the cost of interleaving mem. access of floats
Mohammed Agabaria
2017-11-06
1
-1
/
+4
*
[X86][AVX512] Improve lowering of AVX512 test intrinsics
Uriel Korach
2017-11-06
2
-4
/
+20
*
[X86] Replace duplicate function call with variable. NFC
Uriel Korach
2017-11-06
1
-2
/
+2
*
X86 ISel: Basic support for variable-index vector permutations
Zvi Rackover
2017-11-06
1
-0
/
+108
*
Revert "adding a pattern for broadcastm"
Jina Nahias
2017-11-06
1
-2
/
+2
*
[x86][AVX512] Lowering Broadcastm intrinsics to LLVM IR
Jina Nahias
2017-11-06
2
-17
/
+17
*
adding a pattern for broadcastm
Jina Nahias
2017-11-06
1
-2
/
+2
*
[X86] Use EVEX encoded intrinsics for legacy FMA intrinsics when possible.
Craig Topper
2017-11-06
2
-39
/
+49
*
[X86] Add scalar FMA ISD nodes without rounding mode. NFC
Craig Topper
2017-11-06
5
-37
/
+92
*
[X86] Use EVEX encoded instructions for legacy scalar sqrt intrinsics.
Craig Topper
2017-11-06
2
-10
/
+19
*
[X86] Add missing predicate to a pattern. NFC
Craig Topper
2017-11-05
1
-0
/
+2
*
[X86] Remove some more RCP and RSQRT patterns from InstrAVX512.td that I miss...
Craig Topper
2017-11-05
2
-25
/
+12
*
[X86] Fix outdated comment. NFC
Craig Topper
2017-11-05
1
-1
/
+1
*
[REVERT][LV][X86] update the cost of interleaving mem. access of floats
Mohammed Agabaria
2017-11-05
1
-4
/
+1
*
[LV][X86] update the cost of interleaving mem. access of floats
Mohammed Agabaria
2017-11-05
1
-1
/
+4
*
[X86] Don't use RCP14 and RSQRT14 for reciprocal estimations or for legacy SS...
Craig Topper
2017-11-04
6
-29
/
+35
*
[X86] Teach EVEX->VEX pass to turn SHUFI32X4/SHUFF32X4/SHUFI64X/SHUFF64X2 int...
Craig Topper
2017-11-04
1
-1
/
+19
*
[X86] Teach shuffle lowering to use 256-bit SHUF128 when possible.
Craig Topper
2017-11-04
1
-0
/
+10
*
[X86] Give unary PERMI priority over SHUF128 in lowerV8I64VectorShuffle to ma...
Craig Topper
2017-11-03
1
-4
/
+4
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
2
-2
/
+2
*
Fix for Bug 34475 - LOCK/REP/REPNE prefixes emitted as instruction on their own.
Andrew V. Tischenko
2017-11-03
2
-6
/
+6
*
[X86][SSE] Add PACKUS support to combineVectorTruncation
Simon Pilgrim
2017-11-03
1
-6
/
+16
*
[X86] Remove PALIGNR/VALIGN handling from combineBitcastForMaskedOp and move ...
Craig Topper
2017-11-03
2
-22
/
+131
*
Avoid PLT for external calls when attribute nonlazybind is used.
Sriraman Tallam
2017-11-03
1
-2
/
+9
*
[X86] Give AVX512VL instructions priority over their AVX equivalents.
Craig Topper
2017-11-02
1
-2
/
+2
*
The patch updates sched numbers for YMM AVX instrs such as VMOVx, VORx, VXOR,...
Andrew V. Tischenko
2017-11-02
1
-0
/
+93
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-01
3
-54
/
+0
*
[X86] Use foreach in X86.td to combine some of the CPU names that are obvious...
Craig Topper
2017-11-01
1
-52
/
+40
*
[X86] Add CMOV feature to 'i686' processor, making it a proper alias of penti...
Craig Topper
2017-11-01
1
-1
/
+1
*
[X86][SSE] Add PACKUS support to LowerTruncate
Simon Pilgrim
2017-11-01
1
-12
/
+26
*
[X86] Add custom code to EVEX to VEX pass to turn unmasked 128-bit VPALIGND/Q...
Craig Topper
2017-11-01
1
-0
/
+21
*
[X86] Prevent fast isel from folding loads into the instructions listed in ha...
Craig Topper
2017-11-01
1
-0
/
+7
*
[X86] Add 64-bit int to float/double conversion with AVX to X86FastISel::X86...
Craig Topper
2017-11-01
1
-3
/
+4
*
Update VCVTx, VMOVNTPx and VROUNDYPx instructions scheduling on btver2.
Andrew V. Tischenko
2017-11-01
1
-0
/
+39
*
Correct dwarf unwind information in function epilogue for X86
Petar Jovanovic
2017-11-01
3
-0
/
+54
*
[X86][SSE] Begun generalizing truncateVectorWithPACKSS to work with PACKSS/PA...
Simon Pilgrim
2017-11-01
1
-11
/
+14
*
[X86][SSE] Truncate with PACKSS any input with sufficient sign-bits
Simon Pilgrim
2017-11-01
1
-9
/
+12
[next]