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: Fold fabs on select of constants
Matt Arsenault
2017-01-03
1
-0
/
+12
*
[InstCombine] use 'match' to reduce code bloat; NFCI
Sanjay Patel
2017-01-03
1
-15
/
+11
*
InstCombine: Add fma with constant transforms
Matt Arsenault
2017-01-03
1
-3
/
+17
*
InstCombine: Add fma + fabs/fneg transforms
Matt Arsenault
2017-01-03
1
-0
/
+30
*
[InstCombine][AVX-512] Teach InstCombine that llvm.x86.avx512.vcomi.sd and ll...
Craig Topper
2016-12-31
1
-0
/
+2
*
[InstCombine][AVX-512] When turning intrinsics with masking into native IR, d...
Craig Topper
2016-12-30
1
-9
/
+20
*
[InstCombine][X86] Add DemandedElts support for 512-bit PMULDQ/PMULUDQ instru...
Craig Topper
2016-12-27
1
-1
/
+3
*
[AVX-512][InstCombine] Teach InstCombine to turn masked scalar add/sub/mul/di...
Craig Topper
2016-12-27
1
-37
/
+42
*
[AVX-512][InstCombine] Teach InstCombine to turn packed add/sub/mul/div with ...
Craig Topper
2016-12-27
1
-0
/
+44
*
[InstCombine][X86] Add DemandedElts support for PMULDQ/PMULUDQ instructions
Simon Pilgrim
2016-12-26
1
-0
/
+15
*
[AVX-512][InstCombine] Teach InstCombine to turn scalar add/sub/mul/div with ...
Craig Topper
2016-12-26
1
-3
/
+49
*
[AVX-512][InstCombine] Teach InstCombine to converted masked vpermv intrinsic...
Craig Topper
2016-12-25
1
-4
/
+50
*
[Analysis] Centralize objectsize lowering logic.
George Burgess IV
2016-12-20
1
-10
/
+5
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-83
/
+11
*
[AVX-512][InstCombine] Add masked scalar FMA intrinsics to SimplifyDemandedVe...
Craig Topper
2016-12-15
1
-0
/
+10
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-11
/
+11
*
Make processing @llvm.assume more efficient by using operand bundles
Hal Finkel
2016-12-15
1
-0
/
+72
*
[X86][InstCombine] Handle demanded elements for operand of AVX-512 scalar flo...
Craig Topper
2016-12-14
1
-1
/
+17
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle masked scalar a...
Craig Topper
2016-12-14
1
-20
/
+2
*
[X86][InstCombine] Handle scalar fmadd intrinsics correctly in SimplifyDemand...
Craig Topper
2016-12-14
1
-8
/
+8
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle scalar round in...
Craig Topper
2016-12-14
1
-27
/
+2
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle scalar min/max/...
Craig Topper
2016-12-14
1
-17
/
+6
*
[X86][InstCombine] Fix SimplifyDemandedVectorElts to handle frcz scalar intri...
Craig Topper
2016-12-13
1
-0
/
+13
*
[X86][InstCombine] Teach InstCombineCalls to simplify demanded elements for s...
Craig Topper
2016-12-11
1
-0
/
+8
*
[AVX-512][InstCombine] Teach InstCombineCalls how to simplify demanded for sc...
Craig Topper
2016-12-11
1
-1
/
+3
*
[AVX-512][InstCombine] Teach InstCombineCalls how to simplify demanded elemen...
Craig Topper
2016-12-11
1
-0
/
+31
*
[AVX-512][InstCombine] Add 512-bit vpermilvar intrinsics to InstCombineCalls ...
Craig Topper
2016-12-11
1
-10
/
+10
*
[X86][InstCombine] Teach InstCombineCalls to turn pshufb intrinsic into a shu...
Craig Topper
2016-12-11
1
-2
/
+3
*
Replace some callers of setTailCall with setTailCallKind
David Majnemer
2016-11-25
1
-6
/
+5
*
[InstCombine][AVX-512] Teach InstCombineCalls how to handle the intrinsics fo...
Craig Topper
2016-11-18
1
-0
/
+18
*
[X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmul
Craig Topper
2016-11-16
1
-8
/
+0
*
[InstCombine][AVX-512] Teach InstCombineCalls to handle the new unmasked AVX-...
Craig Topper
2016-11-13
1
-4
/
+18
*
[InstCombine][AVX-512] Expand vector shift handling to work on the AVX-512 sh...
Craig Topper
2016-11-13
1
-1
/
+45
*
[InstCombine][SSE4a] Fix assertion failure in the insertq/insertqi combining ...
Andrea Di Biagio
2016-09-07
1
-3
/
+3
*
[InstCombine][SSE4a] Fix assertion failure caused by unsafe dyn_casts on the ...
Andrea Di Biagio
2016-09-07
1
-3
/
+3
*
[InstCombine] Preserve llvm.mem.parallel_loop_access metadata when replacing
Dorit Nuzman
2016-09-04
1
-0
/
+6
*
Test commit.
Dorit Nuzman
2016-09-04
1
-0
/
+1
*
AMDGPU: Do basic folding of class intrinsic
Matt Arsenault
2016-09-03
1
-0
/
+79
*
Make cltz and cttz zero undef when the operand cannot be zero in InstCombine
Amaury Sechet
2016-08-18
1
-5
/
+20
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Fix some Clang-tidy modernize and Include What You Use warnings.
Eugene Zelenko
2016-08-11
1
-11
/
+39
*
fix comment; NFC
Sanjay Patel
2016-08-11
1
-2
/
+3
*
use auto* with dyn_cast ; NFC
Sanjay Patel
2016-08-11
1
-2
/
+1
*
getParent()->getParent() == getFunction() ; NFC
Sanjay Patel
2016-08-11
1
-2
/
+1
*
[InstCombine] refactor ctlz/cttz folds (NFCI)
Sanjay Patel
2016-08-05
1
-34
/
+33
*
InstCombine: Replace some never-null pointers with references. NFC
Justin Bogner
2016-08-05
1
-24
/
+25
*
Do not remove empty lifetime.start/lifetime.end ranges
Vitaly Buka
2016-07-28
1
-0
/
+5
*
Should be committed as one CL.
Vitaly Buka
2016-07-28
1
-5
/
+0
*
Do not remove empty lifetime.start/lifetime.end ranges
Vitaly Buka
2016-07-28
1
-8
/
+5
*
maned
Vitaly Buka
2016-07-28
1
-6
/
+8
[prev]
[next]