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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] prevent infinite loop with sub/abs of constant expression
Tom Stellard
2020-06-23
1
-1
/
+1
*
[WinEH] Fix inttoptr+phi optimization in presence of catchswitch
Reid Kleckner
2020-03-02
1
-4
/
+14
*
[InstCombine] foldShiftIntoShiftInAnotherHandOfAndInICmp(): fix miscompile (P...
Roman Lebedev
2020-02-27
1
-1
/
+19
*
[InstCombine] reassociateShiftAmtsOfTwoSameDirectionShifts(): fix miscompile ...
Roman Lebedev
2020-02-27
1
-2
/
+22
*
[InstCombine] Fix infinite min/max canonicalization loop (PR44541)
Nikita Popov
2020-02-10
1
-0
/
+6
*
[InstCombine] Support disabling expensive combines in opt
Nikita Popov
2020-02-10
1
-1
/
+2
*
[InstCombine] Fix infinite loop in min/max load/store bitcast combine (PR44835)
Nikita Popov
2020-02-10
1
-0
/
+5
*
[InstCombine] Fix worklist management in DSE (PR44552)
Nikita Popov
2020-01-23
1
-2
/
+5
*
[InstCombine] Fix worklist management when removing guard intrinsic
Nikita Popov
2020-01-14
1
-10
/
+10
*
[InstCombine] Fix infinite loop due to bitcast <-> phi transforms
Nikita Popov
2020-01-14
1
-3
/
+8
*
[InstCombine] Make combineLoadToNewType a method; NFC
Nikita Popov
2020-01-14
2
-13
/
+15
*
[InstCombine] Fix user iterator invalidation in bitcast of phi transform
Nikita Popov
2020-01-14
1
-1
/
+4
*
[InstCombine] Let combineLoadToNewType preserve ABI alignment of the load (PR...
Juneyoung Lee
2020-01-15
1
-1
/
+8
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-1
/
+1
*
[InstCombine] Preserve nuw on sub of geps (PR44419)
Nikita Popov
2020-01-11
2
-4
/
+16
*
[InstCombine] Z / (1.0 / Y) => (Y * Z)
@raghesh (Raghesh Aloor)
2020-01-09
1
-0
/
+8
*
Revert "[InstCombine] fold zext of masked bit set/clear"
Kadir Cetinkaya
2020-01-08
1
-17
/
+3
*
[InstCombine] try to pull 'not' of select into compare operands
Sanjay Patel
2020-01-07
1
-0
/
+17
*
[NFCI][InstCombine] Refactor 'sink negation into select if that folds one han...
Roman Lebedev
2020-01-04
1
-40
/
+35
*
[InstCombine] Sink sub into hands of select if one hand becomes zero. Part 2 ...
Roman Lebedev
2020-01-04
1
-0
/
+27
*
[InstCombine] Sink sub into hands of select if one hand becomes zero (PR44426)
Roman Lebedev
2020-01-04
1
-0
/
+27
*
[NFC][InstCombine] '(Op1 & ะก) - Op1' -> '-(Op1 & ~C)' fold (PR44427)
Roman Lebedev
2020-01-03
1
-0
/
+9
*
[NFC][InstCombine] '(X & (- Y)) - X' -> '- (X & (Y - 1))' fold (PR44448)
Roman Lebedev
2020-01-03
1
-0
/
+10
*
[InstCombine] replace undef elements in vector constant when doing icmp folds...
Sanjay Patel
2020-01-03
1
-0
/
+17
*
[InstCombine] remove uses before deleting instructions (PR43723)
Sanjay Patel
2020-01-02
1
-3
/
+4
*
[InstCombine] Preserve inbounds when merging with zero-index GEP (PR44423)
Nikita Popov
2020-01-01
1
-2
/
+11
*
[InstCombine] Fix incorrect inbounds on GEP of GEP (PR44425)
Nikita Popov
2020-01-01
1
-0
/
+1
*
[X86][InstCombine] Add constant folding and simplification support for pdep a...
Craig Topper
2019-12-31
1
-0
/
+58
*
[InstCombine] fold zext of masked bit set/clear
Sanjay Patel
2019-12-31
1
-3
/
+17
*
Revert "[InstCombine] Fix infinite loop due to bitcast <-> phi transforms"
Nikita Popov
2019-12-31
1
-6
/
+0
*
[InstCombine] Fix infinite loop due to bitcast <-> phi transforms
Nikita Popov
2019-12-31
1
-0
/
+6
*
[InstCombine] Don't rewrite phi-of-bitcast when the phi has other users
Connor Abbott
2019-12-31
1
-14
/
+43
*
[InstCombine] propagate sign argument through nested copysigns
Sanjay Patel
2019-12-30
1
-0
/
+10
*
Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821
Fangrui Song
2019-12-27
1
-1
/
+1
*
[InstCombine] enhance fold for copysign with known sign arg
Sanjay Patel
2019-12-22
1
-8
/
+12
*
[InstCombine] check alloc size in bitcast of geps fold (PR44321)
Sanjay Patel
2019-12-21
1
-4
/
+6
*
[InstCombine] Improve infinite loop detection
Jakub Kuderski
2019-12-20
1
-4
/
+15
*
[InstCombine] Canonicalize select immediates
David Green
2019-12-19
1
-2
/
+30
*
Revert "[InstCombine][AMDGPU] Trim more components of *buffer_load"
Piotr Sobczak
2019-12-18
1
-60
/
+17
*
[InstCombine] Insert instructions before adding them to worklist
Jakub Kuderski
2019-12-18
2
-6
/
+8
*
[InstCombine] Allow to limit the max number of iterations
Jakub Kuderski
2019-12-18
1
-9
/
+50
*
[InstCombine][AMDGPU] Trim more components of *buffer_load
Piotr Sobczak
2019-12-17
1
-17
/
+60
*
[InstCombine] Teach removeBitcastsFromLoadStoreOnMinMax not to change the siz...
Craig Topper
2019-12-16
1
-5
/
+14
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
2
-2
/
+2
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
2
-2
/
+2
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
2
-2
/
+2
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
2
-0
/
+8
*
[InstCombine] Optimize overflow check base on uadd.with.overflow result
Nikita Popov
2019-12-11
1
-0
/
+33
*
[InstCombine] replace shuffle's insertelement operand if inserted scalar is n...
Sanjay Patel
2019-12-10
1
-1
/
+27
*
Revert "[InstCombine] reduce code duplication; NFC"
Sanjay Patel
2019-12-06
1
-40
/
+38
[next]