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
*
[X86] Fix DecodeVPERMVMask to handle cases where the constant pool entry has ...
Craig Topper
2016-10-18
1
-1
/
+1
*
[AVX-512] Fix DecodeVPERMV3Mask to handle cases where the constant pool entry...
Craig Topper
2016-10-18
1
-2
/
+4
*
[AVX-512] Add shuffle combining support for vpermi2var shuffles derived from ...
Craig Topper
2016-10-17
1
-0
/
+14
*
[AVX-512] Add support for turning a 256-bit load that goes to both halfs of a...
Craig Topper
2016-10-16
1
-13
/
+22
*
[MachineMemOperand] Move synchronization scope and atomic orderings from SDNo...
Konstantin Zhuravlyov
2016-10-15
1
-5
/
+2
*
[safestack] Use non-thread-local unsafe stack pointer for Contiki OS
David L Kreitzer
2016-10-14
1
-0
/
+3
*
[X86] Take advantage of the lzcnt instruction on btver2 architectures when OR...
Pierre Gousseau
2016-10-14
1
-0
/
+114
*
CodeGen: use MSVC division on windows itanium
Saleem Abdulrasool
2016-10-13
1
-1
/
+2
*
CodeGen: adjust floating point operations in Windows itanium
Saleem Abdulrasool
2016-10-13
1
-1
/
+2
*
[X86][AVX512] Fix sext v32i1 -> v32i8 lowering.
Igor Breger
2016-10-13
1
-1
/
+1
*
Silence unused warning in non-assert builds.
Daniel Jasper
2016-10-13
1
-3
/
+3
*
[AVX-512] Teach shuffle lowering to recognize 512-bit zero extends.
Craig Topper
2016-10-13
1
-2
/
+27
*
[X86] Simplify the lowering code for extracting and inserting subvectors.
Craig Topper
2016-10-13
1
-24
/
+21
*
Create llvm.addressofreturnaddress intrinsic
Albert Gutowski
2016-10-12
1
-0
/
+7
*
[x86][inline-asm][llvm] accept 'v' constraint
Michael Zuckerman
2016-10-10
1
-0
/
+15
*
DAG: Setting Masked-Expand-Load as a variant of Masked-Load node
Elena Demikhovsky
2016-10-09
1
-11
/
+12
*
[Target] move reciprocal estimate settings from TargetOptions to TargetLowering
Sanjay Patel
2016-10-04
1
-2
/
+12
*
[x86, SSE/AVX] allow 128/256-bit lowering for copysign vector intrinsics (PR3...
Sanjay Patel
2016-10-03
1
-17
/
+27
*
[X86][AVX2] Add support for combining target shuffles to VPERMD/VPERMPS
Simon Pilgrim
2016-10-02
1
-3
/
+23
*
[X86][AVX] Ensure broadcast loads respect dependencies
Simon Pilgrim
2016-10-02
1
-0
/
+11
*
[X86] Don't set i64 ADDC/ADDE/SUBC/SUBE as Custom if the target isn't 64-bit....
Craig Topper
2016-10-02
1
-7
/
+4
*
[X86] Fix indentation. NFC
Craig Topper
2016-10-02
1
-1
/
+1
*
Fix signed/unsigned warning
Simon Pilgrim
2016-10-01
1
-2
/
+2
*
[X86][SSE] Add support for combining target shuffles to binary BLEND
Simon Pilgrim
2016-10-01
1
-4
/
+30
*
[X86][SSE] Always combine target shuffles to MOVSD/MOVSS
Simon Pilgrim
2016-10-01
1
-8
/
+4
*
Revert r282835 "[AVX-512] Always use the full 32 register vector classes for ...
Craig Topper
2016-09-30
1
-15
/
+30
*
[X86] Add AVX-512 VTs to findRepresentativeClass as well as v16i16 which was ...
Craig Topper
2016-09-30
1
-3
/
+5
*
[AVX-512] Always use the full 32 register vector classes for addRegisterClass...
Craig Topper
2016-09-30
1
-30
/
+15
*
Strip trailing whitespace
Simon Pilgrim
2016-09-28
1
-1
/
+1
*
[x86] add folds for FP logic with vector zeros
Sanjay Patel
2016-09-27
1
-17
/
+34
*
[x86] use isNullFPConstant(); NFCI
Sanjay Patel
2016-09-27
1
-40
/
+35
*
[X86][avx512] Fix bug in masked compress store.
Ayman Musa
2016-09-26
1
-5
/
+5
*
[X86] Remove what appears to be leftover MMX code involving (v1i64 scalar_to_...
Craig Topper
2016-09-25
1
-4
/
+0
*
[AVX-512] Don't use two opcodes for INTR_TYPE_SCALAR_MASK_RM. The handling wa...
Craig Topper
2016-09-25
1
-2
/
+1
*
[X86] Teach combineShuffle to avoid creating floating point operations with i...
Craig Topper
2016-09-24
1
-7
/
+12
*
[AVX-512] Split scalar version of X86ISD::SELECT into a separate opcode becau...
Craig Topper
2016-09-24
1
-2
/
+4
*
[x86] don't try to create a vector integer inst for an SSE1 target (PR30512)
Sanjay Patel
2016-09-24
1
-3
/
+4
*
[x86] fix FCOPYSIGN lowering to create constants instead of ConstantPool loads
Sanjay Patel
2016-09-23
1
-43
/
+22
*
[AVX-512] Split X86ISD::VFPROUND and X86ISD::VFPEXT into separate opcodes for...
Craig Topper
2016-09-23
1
-0
/
+4
*
[AVX-512] Add separate ISD opcodes for each form of CVT instructions. Don't r...
Craig Topper
2016-09-23
1
-4
/
+12
*
[AVX-512] Use different ISD opcodes for some of the scalar intrinsic lowering...
Craig Topper
2016-09-23
1
-0
/
+7
*
i386 does not support optimized swifterror handling
Arnold Schwaighofer
2016-09-22
1
-0
/
+4
*
[AVX-512] Split the 3 different usages of the X86ISD::FSETCC opcode into 3 di...
Craig Topper
2016-09-21
1
-6
/
+9
*
[AVX-512] Simplify handling of INTR_TYPE_1OP_MASK_RM to remove support for th...
Craig Topper
2016-09-21
1
-7
/
+1
*
[AVX-512] Don't lower avx512 vcvtps2ph/vcvtph2ps nodes to ISD::FP16_TO_FP/ISD...
Craig Topper
2016-09-21
1
-1
/
+3
*
AVX-512: Fixed a bug in lowering saturated operations on KNL.
Elena Demikhovsky
2016-09-20
1
-2
/
+8
*
[AVX-512] Use 512-bit vcvtps2ph/vcvtph2ps to implement fp_to_f16/f16_to_fp wh...
Craig Topper
2016-09-20
1
-1
/
+1
*
[x86] fix variable names; NFC
Sanjay Patel
2016-09-20
1
-22
/
+23
*
[x86] use getSignBit() to simplify code; NFCI
Sanjay Patel
2016-09-19
1
-4
/
+3
*
[AVX-512] Add support for lowering fp_to_f16 and f16_to_fp when VLX is suppor...
Craig Topper
2016-09-19
1
-1
/
+2
[next]