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
/
X86ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-21
1
-2
/
+2
*
Revert r300932 and r300930.
Akira Hatanaka
2017-04-21
1
-2
/
+2
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-21
1
-2
/
+2
*
Revert "[AArch64] Improve code generation for logical instructions taking"
Akira Hatanaka
2017-04-20
1
-2
/
+2
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-20
1
-2
/
+2
*
[APInt] Rename getSignBit to getSignMask
Craig Topper
2017-04-20
1
-16
/
+16
*
PR32710: Disable using PMADDWD for unsigned short.
Dehao Chen
2017-04-19
1
-1
/
+1
*
Add a getPointerOperandType() helper to LoadInst and StoreInst; NFC
Sanjoy Das
2017-04-18
1
-1
/
+1
*
DAG: Make mayBeEmittedAsTailCall parameter const
Matt Arsenault
2017-04-18
1
-2
/
+2
*
[X86] Use for-range loop. NFCI.
Simon Pilgrim
2017-04-18
1
-2
/
+2
*
[APInt] Use lshrInPlace to replace lshr where possible
Craig Topper
2017-04-18
1
-5
/
+5
*
[X86] Remove special handling for 16 bit for A asm constraints.
Benjamin Kramer
2017-04-16
1
-6
/
+3
*
Use correct registers for "A" inline asm constraint
Dimitry Andric
2017-04-15
1
-3
/
+13
*
[X86] Create the correct ADC/SBB SDNode when lowering add.
Davide Italiano
2017-04-11
1
-2
/
+4
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-1
/
+1
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-1
/
+1
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-1
/
+1
*
Use PMADDWD to expand reduction in a loop
Dehao Chen
2017-04-07
1
-0
/
+47
*
[X86] Revert r299387 due to AVX legalization infinite loop.
Michael Kuperstein
2017-04-06
1
-55
/
+1
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-3
/
+4
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-4
/
+3
*
[X86][SSE] Renamed combine to make it clear that it only handles the vector s...
Simon Pilgrim
2017-04-05
1
-4
/
+5
*
[X86] Relax assert in broadcast-of-subvector lowering.
Ahmed Bougacha
2017-04-05
1
-2
/
+2
*
[x86] remove dead select-of-constants transform; NFCI
Sanjay Patel
2017-04-04
1
-12
/
+0
*
Strip trailing whitespace
Simon Pilgrim
2017-04-04
1
-4
/
+4
*
[X86] Add 64 bit pattern matching for PSADBW
Oren Ben Simhon
2017-04-04
1
-13
/
+41
*
[X86][SSE]] Lower BUILD_VECTOR with repeated elts as BUILD_VECTOR + VECTOR_SH...
Simon Pilgrim
2017-04-03
1
-1
/
+55
*
x86 interrupt calling convention: re-align stack pointer on 64-bit if an erro...
Amjad Aboud
2017-04-03
1
-2
/
+8
*
[APInt] Move isMask and isShiftedMask out of APIntOps and into the APInt clas...
Craig Topper
2017-04-03
1
-2
/
+2
*
[X86][MMX] Improve support for folding fptosi from XMM to MMX
Simon Pilgrim
2017-04-02
1
-0
/
+10
*
[X86][MMX] Simplify tablegen patterns by always combining MOVDQ2Q from v2i64
Simon Pilgrim
2017-04-02
1
-1
/
+2
*
[X86][MMX] Added support for subvector extraction to MMX register
Simon Pilgrim
2017-04-02
1
-2
/
+4
*
[AVX-512] Update lowering for gather/scatter prefetch intrinsics to match the...
Craig Topper
2017-03-31
1
-3
/
+3
*
[DAGCombiner] Add vector demanded elements support to ComputeNumSignBits
Simon Pilgrim
2017-03-31
1
-1
/
+2
*
[DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...
Simon Pilgrim
2017-03-31
1
-0
/
+1
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-30
1
-15
/
+15
*
[X86IselLowering] Remove extraneous semicolon. NFCI.
Davide Italiano
2017-03-29
1
-1
/
+1
*
[X86] Tidied up comment - we don't custom lower add/sub i64 on i686 anymore. ...
Simon Pilgrim
2017-03-29
1
-1
/
+2
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-29
1
-5
/
+5
*
[X86][AVX2] Prevent unary interleaving patterns from calling lowerVectorShuff...
Simon Pilgrim
2017-03-29
1
-3
/
+4
*
[X86][MMX] Match MMX fp_to_sint conversions from XMM registers
Simon Pilgrim
2017-03-28
1
-4
/
+13
*
[x86] use VPMOVMSK to replace memcmp libcalls for 32-byte equality
Sanjay Patel
2017-03-28
1
-1
/
+5
*
[X86][AVX2] Add support for combining v16i16 shuffles to VPBLENDW
Simon Pilgrim
2017-03-28
1
-28
/
+47
*
[X86][SSE] Refactored shuffle BLEND combining to make future 16i16 support ea...
Simon Pilgrim
2017-03-28
1
-34
/
+33
*
Fix signed/unsigned comparison warning
Simon Pilgrim
2017-03-28
1
-2
/
+2
*
[X86][SSE] Begin merging vector shuffle to BLEND for lowering and combining.
Simon Pilgrim
2017-03-28
1
-70
/
+82
*
[X86][SSE] Set second operand to undef instead of first operand in unary shuf...
Simon Pilgrim
2017-03-28
1
-1
/
+2
*
Strip trailing whitespace
Simon Pilgrim
2017-03-28
1
-1
/
+1
*
[X86][AVX2] bugzilla bug 21281 Performance regression in vector interleave in...
Gadi Haber
2017-03-27
1
-0
/
+33
*
[X86][SSE] Add computeKnownBitsForTargetNode support for (V)PSLL/(V)PSRL inst...
Simon Pilgrim
2017-03-26
1
-1
/
+26
[next]