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
/
test
/
Transforms
/
InstCombine
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] prevent infinite loop with sub/abs of constant expression
Tom Stellard
2020-06-23
1
-0
/
+18
*
[WinEH] Fix inttoptr+phi optimization in presence of catchswitch
Reid Kleckner
2020-03-02
1
-0
/
+77
*
[InstCombine] foldShiftIntoShiftInAnotherHandOfAndInICmp(): fix miscompile (P...
Roman Lebedev
2020-02-27
1
-4
/
+7
*
[NFC][InstCombine] Add shift amount reassociation in bittest miscompile examp...
Roman Lebedev
2020-02-27
1
-0
/
+17
*
[InstCombine] reassociateShiftAmtsOfTwoSameDirectionShifts(): fix miscompile ...
Roman Lebedev
2020-02-27
1
-2
/
+5
*
[NFC][InstCombine] Add shift amount reassociation miscompile example from PR4...
Roman Lebedev
2020-02-27
1
-0
/
+15
*
[InstCombine] Fix infinite min/max canonicalization loop (PR44541)
Nikita Popov
2020-02-10
1
-0
/
+25
*
[InstCombine] Support disabling expensive combines in opt
Nikita Popov
2020-02-10
1
-1
/
+1
*
[InstCombine] Add test for -expensive-combines option; NFC
Nikita Popov
2020-02-10
1
-0
/
+28
*
[InstCombine] Fix infinite loop in min/max load/store bitcast combine (PR44835)
Nikita Popov
2020-02-10
1
-0
/
+29
*
[InstCombine] Fix worklist management in DSE (PR44552)
Nikita Popov
2020-01-23
1
-0
/
+59
*
[InstCombine] Fix worklist management when removing guard intrinsic
Nikita Popov
2020-01-14
1
-1
/
+1
*
[InstCombine] Fix infinite loop due to bitcast <-> phi transforms
Nikita Popov
2020-01-14
1
-0
/
+192
*
[InstCombine] Fix user iterator invalidation in bitcast of phi transform
Nikita Popov
2020-01-14
1
-8
/
+5
*
[InstCombine] Add test for iterator invalidation bug; NFC
Nikita Popov
2020-01-14
1
-0
/
+36
*
[InstCombine] add test for possible cast-of-select transform; NFC
Sanjay Patel
2020-01-14
1
-0
/
+18
*
[InstCombine] Let combineLoadToNewType preserve ABI alignment of the load (PR...
Juneyoung Lee
2020-01-15
1
-3
/
+3
*
[test] Make data layout of load-bitcast64.ll explicit, use update_test_checks.py
Juneyoung Lee
2020-01-15
1
-20
/
+43
*
[InstSimplify] add tests for vector select; NFC
Sanjay Patel
2020-01-14
1
-9
/
+9
*
[InstCombine] add FMF to tests for more coverage; NFC
Sanjay Patel
2020-01-13
1
-6
/
+6
*
[InstCombine] add tests for select --> copysign; NFC
Sanjay Patel
2020-01-13
1
-0
/
+108
*
[InstSimplify] move tests for select from InstCombine; NFC
Sanjay Patel
2020-01-13
1
-33
/
+0
*
[InstCombine] Preserve nuw on sub of geps (PR44419)
Nikita Popov
2020-01-11
1
-1
/
+1
*
[InstCombine] add tests for fsub; NFC
Sanjay Patel
2020-01-10
1
-0
/
+135
*
[InstCombine] Z / (1.0 / Y) => (Y * Z)
@raghesh (Raghesh Aloor)
2020-01-09
1
-2
/
+2
*
[InstCombine] Use minimal FMF in testcase for Z / (1.0 / Y) => (Y * Z); NFC
Sanjay Patel
2020-01-09
1
-2
/
+2
*
[InstCombine] Adding testcase for Z / (1.0 / Y) => (Y * Z); NFC
Sanjay Patel
2020-01-08
1
-0
/
+15
*
Revert "[InstCombine] fold zext of masked bit set/clear"
Kadir Cetinkaya
2020-01-08
1
-37
/
+28
*
[InstCombine] try to pull 'not' of select into compare operands
Sanjay Patel
2020-01-07
1
-4
/
+15
*
[InstCombine] Sink sub into hands of select if one hand becomes zero. Part 2 ...
Roman Lebedev
2020-01-04
2
-22
/
+16
*
[NFC][InstCombine] 'subtract from one hands of select' pattern tests (PR44426)
Roman Lebedev
2020-01-04
2
-11
/
+78
*
[InstCombine] Sink sub into hands of select if one hand becomes zero (PR44426)
Roman Lebedev
2020-01-04
2
-22
/
+16
*
[NFC][InstCombine] 'subtract of one hands of select' pattern tests (PR44426)
Roman Lebedev
2020-01-04
1
-0
/
+89
*
[NFC][InstCombine] '(Op1 & С) - Op1' -> '-(Op1 & ~C)' fold (PR44427)
Roman Lebedev
2020-01-03
2
-10
/
+10
*
[NFC][InstCombine] '(Op1 & С) - Op1' pattern tests (PR44427)
Roman Lebedev
2020-01-03
1
-0
/
+98
*
[NFC][InstCombine] Autogenerate and2.ll checklines
Roman Lebedev
2020-01-03
1
-19
/
+19
*
[NFC][InstCombine] '(X & (- Y)) - X' -> '- (X & (Y - 1))' fold (PR44448)
Roman Lebedev
2020-01-03
1
-12
/
+12
*
[NFC][InstCombine] '(X & (- Y)) - X' pattern tests (PR44448)
Roman Lebedev
2020-01-03
1
-0
/
+158
*
[InstCombine] replace undef elements in vector constant when doing icmp folds...
Sanjay Patel
2020-01-03
5
-10
/
+10
*
[InstCombine] add tests for vector icmp with undef constant elements; NFC
Sanjay Patel
2020-01-02
5
-0
/
+54
*
[InstCombine] remove uses before deleting instructions (PR43723)
Sanjay Patel
2020-01-02
1
-0
/
+42
*
[InstCombine] Preserve inbounds when merging with zero-index GEP (PR44423)
Nikita Popov
2020-01-01
1
-3
/
+3
*
[InstCombine] Fix incorrect inbounds on GEP of GEP (PR44425)
Nikita Popov
2020-01-01
3
-3
/
+3
*
[InstCombine] Add tests for PR44423 and PR44425; NFC
Nikita Popov
2020-01-01
1
-0
/
+40
*
[InstCombine] Regenerate test checks; NFC
Nikita Popov
2020-01-01
2
-307
/
+520
*
[InstCombine] Add tests for sub nuw of geps; NFC
Nikita Popov
2020-01-01
1
-0
/
+101
*
[X86][InstCombine] Add constant folding and simplification support for pdep a...
Craig Topper
2019-12-31
1
-0
/
+132
*
[InstCombine] fold zext of masked bit set/clear
Sanjay Patel
2019-12-31
1
-28
/
+37
*
[InstCombine] add/adjust tests for masked bit; NFC
Sanjay Patel
2019-12-31
1
-6
/
+66
*
Revert "[InstCombine] Fix infinite loop due to bitcast <-> phi transforms"
Nikita Popov
2019-12-31
1
-142
/
+0
[next]