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
/
Transforms
/
InstCombine
/
InstCombineCalls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Support ssub.sat canonicalization for non-splats
Nikita Popov
2018-12-01
1
-5
/
+4
*
[InstCombine] Combine saturating add/sub with constant operands
Nikita Popov
2018-11-28
1
-0
/
+34
*
[InstCombine] Canonicalize ssub.sat to sadd.sat
Nikita Popov
2018-11-28
1
-0
/
+11
*
[InstCombine] Use known overflow information for saturating add/sub
Nikita Popov
2018-11-28
1
-0
/
+38
*
[InstCombine] Canonicalize const arg for saturating adds
Nikita Popov
2018-11-28
1
-0
/
+6
*
[InstCombine] add helper function to reduce code duplication; NFC
Sanjay Patel
2018-11-26
1
-24
/
+19
*
[InstCombine] Simplify funnel shift with zero/undef operand to shift
Nikita Popov
2018-11-23
1
-0
/
+23
*
[InstCombine] fold funnel shift amount based on demanded bits
Sanjay Patel
2018-11-13
1
-0
/
+14
*
[GC][InstCombine] Fix a potential iteration issue
Philip Reames
2018-11-12
1
-1
/
+4
*
InstCombine: Avoid introducing poison values when lowering llvm.amdgcn.[us]bfe
Tom Stellard
2018-11-08
1
-13
/
+5
*
[InstCombine] Combine nested min/max intrinsics with constants
Volkan Keles
2018-10-31
1
-1
/
+35
*
[InstCombine] InstCombine and InstSimplify for minimum and maximum
Thomas Lively
2018-10-19
1
-5
/
+22
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[InstCombine] Fix SimplifyLibCalls erasing an instruction while IC still had ...
Amara Emerson
2018-10-11
1
-1
/
+5
*
[IRBuilder] Fixup CreateIntrinsic to allow specifying Types to Mangle.
Neil Henning
2018-10-08
1
-5
/
+5
*
[InstCombine][x86] try even harder to convert blendv intrinsic to generic IR ...
Sanjay Patel
2018-09-22
1
-7
/
+20
*
[InstCombine][x86] try harder to convert blendv intrinsic to generic IR (PR38...
Sanjay Patel
2018-09-15
1
-7
/
+15
*
[InstCombine] canonicalize fneg with llvm.sin
Sanjay Patel
2018-08-29
1
-5
/
+14
*
AMDGPU: Remove nan tests in class if src is nnan
Matt Arsenault
2018-08-28
1
-0
/
+7
*
[X86] Remove masking from the 512-bit padds and psubs intrinsics. Use select ...
Craig Topper
2018-08-16
1
-33
/
+13
*
AMDGPU: Stop producing icmp/fcmp intrinsics with invalid types
Matt Arsenault
2018-08-15
1
-0
/
+27
*
[X86] Constant folding of adds/subs intrinsics
Tomasz Krupa
2018-08-14
1
-0
/
+98
*
AMDGPU: Turn class x, p_zero|n_zero into fcmp oeq x, 0
Matt Arsenault
2018-08-10
1
-0
/
+9
*
[InstSimplify] move minnum/maxnum with Inf folds from instcombine
Sanjay Patel
2018-08-09
1
-35
/
+0
*
[InstSimplify] move minnum/maxnum with common op fold from instcombine
Sanjay Patel
2018-08-07
1
-30
/
+0
*
[InstSimplify] move minnum/maxnum with undef fold from instcombine
Sanjay Patel
2018-08-02
1
-11
/
+0
*
[InstSimplify] move minnum/maxnum with same arg fold from instcombine
Sanjay Patel
2018-08-01
1
-4
/
+0
*
PatternMatch: Add wrappers for fabs and canonicalize
Matt Arsenault
2018-07-27
1
-3
/
+3
*
Simplify recursive launder.invariant.group and strip
Piotr Padlewski
2018-07-12
1
-1
/
+39
*
[X86] Remove and autoupgrade the scalar fma intrinsics with masking.
Craig Topper
2018-07-12
1
-10
/
+0
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-1
/
+3
*
Fix asserts in AMDGCN fmed3 folding by handling more cases of NaN
Matt Arsenault
2018-07-05
1
-7
/
+18
*
[X86] Remove X86 specific scalar FMA intrinsics and upgrade to tart independe...
Craig Topper
2018-07-05
1
-2
/
+0
*
[X86] Rename the autoupgraded of packed fp compare and fpclass intrinsics tha...
Craig Topper
2018-06-27
1
-6
/
+6
*
[InstCombine] ignore debuginfo when removing redundant assumes (PR37726)
Sanjay Patel
2018-06-20
1
-3
/
+5
*
[IR] Introduce helpers to skip debug instructions (NFC)
Vedant Kumar
2018-06-19
1
-11
/
+3
*
[InstCombine] Replacing X86-specific rounding intrinsics with generic floor-ceil
Mikhail Dvoretckii
2018-06-19
1
-2
/
+128
*
[X86] Remove masking from the 512-bit masked floating point add/sub/mul/div i...
Craig Topper
2018-06-10
1
-50
/
+17
*
[InstCombine] Skip dbg.value(s) when looking at stack{save,restore}.
Davide Italiano
2018-06-08
1
-1
/
+8
*
InstCombine: ignore debug instructions during fence combine
Tim Northover
2018-06-06
1
-1
/
+5
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[InstCombine, ARM] Convert vld1 to llvm load
Alexandros Lamprineas
2018-05-31
1
-1
/
+30
*
[InstCombine, ARM, AArch64] Convert table lookup to shuffle vector
Alexandros Lamprineas
2018-05-30
1
-0
/
+46
*
[InstCombine] Combine XOR and AES instructions on ARM/ARM64.
Chad Rosier
2018-05-24
1
-0
/
+17
*
[AMDGPU] Optimze old value of v_mov_b32_dpp
Stanislav Mekhanoshin
2018-05-22
1
-0
/
+17
*
[X86] Remove mask arguments from permvar builtins/intrinsics. Use a select in...
Craig Topper
2018-05-20
1
-20
/
+12
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
[X86] Extend instcombine folds for pclmuldq intrinsics to the 256 and 512 bit...
Craig Topper
2018-05-13
1
-9
/
+12
*
[X86] Remove and autoupgrade masked vpermd/vpermps intrinsics.
Craig Topper
2018-05-13
1
-2
/
+0
*
[X86] Remove and autoupgrade a bunch of FMA instrinsics that are no longer us...
Craig Topper
2018-05-11
1
-6
/
+0
[next]