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
*
Spelling fixes. NFC.
Simon Pilgrim
2015-01-28
1
-4
/
+4
*
invert check for less indentation; use local vars to reduce duplication; NFC
Sanjay Patel
2015-01-28
1
-19
/
+20
*
use SDValue methods directly instead of getNode()->* ; NFCI
Sanjay Patel
2015-01-28
1
-10
/
+10
*
[X86] Reduce some 32-bit imuls into lea + shl
Michael Kuperstein
2015-01-28
1
-3
/
+2
*
[x32] Enable sibcall optimization on x32.
Michael Kuperstein
2015-01-28
1
-1
/
+2
*
AVX-512: Added FMA intrinsics with rounding mode
Elena Demikhovsky
2015-01-28
1
-112
/
+36
*
Revert "[x86] Combine x86mmx/i64 to v2i64 conversion to use scalar_to_vector"
Alexey Samsonov
2015-01-27
1
-29
/
+0
*
AVX-512: Changes in operations on masks registers for KNL and SKX
Elena Demikhovsky
2015-01-25
1
-0
/
+4
*
[x86] Fix a comment
Bruno Cardoso Lopes
2015-01-24
1
-1
/
+1
*
[x86] Combine x86mmx/i64 to v2i64 conversion to use scalar_to_vector
Bruno Cardoso Lopes
2015-01-23
1
-0
/
+29
*
Remove some local variables in place of just querying for them
Eric Christopher
2015-01-23
1
-6
/
+4
*
Mark |TLI| variables used to suppress -Wunused-variable warnings.
Alexander Potapenko
2015-01-22
1
-0
/
+2
*
Fixed a bug in type legalizer for masked load/store intrinsics.
Elena Demikhovsky
2015-01-22
1
-0
/
+164
*
[X86][SSE] Added support for SSE3 lane duplication shuffle instructions
Simon Pilgrim
2015-01-21
1
-1
/
+31
*
[X86] Declare SSE4.1/AVX2 vector extloads covered by PMOV[SZ]X legal.
Ahmed Bougacha
2015-01-21
1
-0
/
+30
*
[X86][DAG] Disable target specific combine on INSERTPS dag nodes at -O0.
Andrea Di Biagio
2015-01-16
1
-2
/
+5
*
[AVX512] Unpack support in new shuffle lowering
Adam Nemet
2015-01-13
1
-0
/
+34
*
[X86][SSE] Minor regression fix for r225551
Simon Pilgrim
2015-01-12
1
-1
/
+2
*
[X86] Also create+widen FMIN/FMAX nodes for v2f32.
Ahmed Bougacha
2015-01-12
1
-1
/
+18
*
Revert most of r225597
David Majnemer
2015-01-11
1
-20
/
+12
*
X86: Properly decode shuffle masks when the constant pool type is weird
David Majnemer
2015-01-11
1
-18
/
+20
*
X86: teach X86TargetLowering about L,M,O constraints
Saleem Abdulrasool
2015-01-11
1
-0
/
+25
*
[X86][SSE] Improved (v)insertps shuffle matching
Simon Pilgrim
2015-01-10
1
-42
/
+82
*
[X86][SSE] Avoid vector byte shuffles with zero by using pshufb to create zeros
Simon Pilgrim
2015-01-09
1
-12
/
+30
*
[x86] Add a flag to control the vector shuffle legality predicates that
Chandler Carruth
2015-01-09
1
-0
/
+23
*
[X86] Reflow comment. NFC.
Ahmed Bougacha
2015-01-08
1
-3
/
+4
*
[X86] Don't try to generate direct calls to TLS globals
Michael Kuperstein
2015-01-08
1
-1
/
+2
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-26
/
+39
*
[CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.
Ahmed Bougacha
2015-01-07
1
-26
/
+9
*
[X86] Fix 512->256 typo in comments. NFC.
Ahmed Bougacha
2015-01-07
1
-2
/
+2
*
[X86] Teach FCOPYSIGN lowering to recognize constant magnitudes.
Ahmed Bougacha
2015-01-07
1
-6
/
+19
*
X86: Don't make illegal GOTTPOFF relocations
David Majnemer
2015-01-06
1
-0
/
+12
*
[X86] Make isel select the shorter form of jump instructions instead of the l...
Craig Topper
2015-01-06
1
-6
/
+6
*
[X86][SSE] lowerVectorShuffleAsByteShift tidyup
Simon Pilgrim
2015-01-05
1
-21
/
+14
*
[X86][SSE] Fixed description for isSequentialOrUndefInRange. NFC.
Simon Pilgrim
2015-01-05
1
-1
/
+1
*
Improved comments. No functional change intended.
Andrea Di Biagio
2015-01-02
1
-2
/
+2
*
[CodeGenPrepare] Teach when it is profitable to speculate calls to @llvm.cttz...
Andrea Di Biagio
2014-12-28
1
-0
/
+10
*
Fixing another -Wunused-variable warning, this time in release builds without...
Aaron Ballman
2014-12-27
1
-3
/
+3
*
Removing a variable that is set but never used, to silence a -Wunused-but-set...
Aaron Ballman
2014-12-27
1
-4
/
+0
*
AVX-512: Added FMA instructions, intrinsics an tests for KNL and SKX targets
Elena Demikhovsky
2014-12-23
1
-0
/
+10
*
AVX-512: BLENDM - fixed encoding of the broadcast version
Elena Demikhovsky
2014-12-23
1
-0
/
+1
*
X86: Don't over-align combined loads.
Jim Grosbach
2014-12-23
1
-8
/
+3
*
Make musttail more robust for vector types on x86
Reid Kleckner
2014-12-22
1
-87
/
+104
*
[x86] Add vector @llvm.ctpop intrinsic custom lowering
Bruno Cardoso Lopes
2014-12-22
1
-0
/
+152
*
AVX-512: Added all forms of BLENDM instructions,
Elena Demikhovsky
2014-12-22
1
-0
/
+14
*
Masked load and store codegen - fixed 128-bit vectors
Elena Demikhovsky
2014-12-19
1
-12
/
+4
*
[AVX512] Enable FP arithmetic lowering for AVX512VL subsets.
Robert Khasanov
2014-12-18
1
-1
/
+2
*
[DAGCombine] Slightly improve lowering of BUILD_VECTOR into a shuffle.
Michael Kuperstein
2014-12-17
1
-0
/
+8
*
[CodeGenPrepare] Reapply r224351 with a fix for the assertion failure:
Quentin Colombet
2014-12-17
1
-1
/
+1
*
Revert "[CodeGenPrepare] Move sign/zero extensions near loads using type prom...
Reid Kleckner
2014-12-17
1
-1
/
+1
[next]