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
/
SCCP
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ConstantFold] Use getMinSignedBits for APInt in isIndexInRangeOfArrayType.
Florian Hahn
2018-12-12
1
-1
/
+11
*
[ConstantInt] Check active bits before calling getZExtValue.
Florian Hahn
2018-12-12
1
-4
/
+16
*
[IPSCCP] Use input operand instead of OriginalOp for ssa_copy.
Florian Hahn
2018-11-25
1
-0
/
+50
*
[IPSCCP,PM] Preserve PDT in the new pass manager.
Florian Hahn
2018-11-11
1
-16
/
+9
*
[IPSCCP,PM] Preserve DT in the new pass manager.
Florian Hahn
2018-11-09
1
-0
/
+63
*
Add support for llvm.is.constant intrinsic (PR4898)
James Y Knight
2018-11-07
1
-0
/
+13
*
SCCP: avoid caching DenseMap entry that might be invalidated.
Tim Northover
2018-10-12
1
-0
/
+41
*
[IPSCCP] Fix a problem with removing labels in a switch with undef condition
Bjorn Pettersson
2018-09-20
1
-0
/
+47
*
[PPC] Remove Darwin support from POWER backend.
Kit Barton
2018-08-28
2
-2
/
+2
*
[BasicAA] Use PhiValuesAnalysis if available when handling phi alias
John Brawn
2018-07-30
1
-2
/
+0
*
Recommit r328307: [IPSCCP] Use constant range information for comparisons of ...
Florian Hahn
2018-07-20
1
-13
/
+42
*
[SCCP] Don't use markForcedConstant on branch conditions.
Eli Friedman
2018-07-19
3
-1
/
+89
*
[IPSCCP] Run Solve each time we resolved an undef in a function.
Florian Hahn
2018-07-17
1
-4
/
+5
*
Temporarily revert "Recommit r328307: [IPSCCP] Use constant range information...
Eric Christopher
2018-07-12
1
-42
/
+13
*
Recommit r328307: [IPSCCP] Use constant range information for comparisons of ...
Florian Hahn
2018-07-02
1
-13
/
+42
*
[SCCP] Mark CFG as preserved.
Florian Hahn
2018-06-28
1
-0
/
+36
*
[Debugify] Handle failure to get fragment size when checking dbg.values
Vedant Kumar
2018-06-27
1
-0
/
+1
*
[IPSCCP] Change dead blocks to unreachable after visiting all executable blocks.
Florian Hahn
2018-06-26
1
-0
/
+39
*
Revert r335206 "Recommit r333268: [IPSCCP] Use PredicateInfo to propagate fac...
Francis Visoiu Mistrih
2018-06-21
1
-68
/
+0
*
Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...
Florian Hahn
2018-06-21
1
-0
/
+68
*
Revert r333268: [IPSCCP] Use PredicateInfo to propagate facts from...
Florian Hahn
2018-05-25
1
-68
/
+0
*
[IPSCCP] Use PredicateInfo to propagate facts from cmp instructions.
Florian Hahn
2018-05-25
1
-0
/
+68
*
Revert r328307: [IPSCCP] Use constant range information for comparisons of pa...
Florian Hahn
2018-03-23
1
-9
/
+13
*
[IPSCCP] Use constant range information for comparisons of parameters.
Florian Hahn
2018-03-23
1
-13
/
+9
*
[IPSCCP] Add getCompare which returns either true, false, undef or null.
Florian Hahn
2018-03-05
1
-0
/
+26
*
[SCCP] Test that constant propagation updates debug info, NFC
Vedant Kumar
2018-02-15
1
-5
/
+17
*
[SCCP] Pick the right lattice value for constants.
Davide Italiano
2017-11-22
1
-0
/
+24
*
Recommit r315288: [SCCP] Propagate integer range info for parameters in IPSCCP.
Florian Hahn
2017-10-30
1
-0
/
+143
*
Revert r316887 to fix buildbot failures.
Florian Hahn
2017-10-30
1
-135
/
+0
*
Recommit r315288: [SCCP] Propagate integer range info for parameters in IPSCCP.
Florian Hahn
2017-10-30
1
-0
/
+135
*
Revert "Reintroduce "[SCCP] Propagate integer range info for parameters in IP...
Bruno Cardoso Lopes
2017-10-12
1
-117
/
+0
*
Reintroduce "[SCCP] Propagate integer range info for parameters in IPSCCP."
Bruno Cardoso Lopes
2017-10-12
1
-0
/
+117
*
Revert "[SCCP] Propagate integer range info for parameters in IPSCCP."
Bruno Cardoso Lopes
2017-10-10
1
-117
/
+0
*
[SCCP] Propagate integer range info for parameters in IPSCCP.
Florian Hahn
2017-10-10
1
-0
/
+117
*
[IPSCCP] Guard a user of getInitializer with hasDefinitiveInitializer
David Majnemer
2017-07-31
1
-0
/
+11
*
[SCCP] Resolve indirect branch target when possible.
Xin Tong
2017-04-10
1
-0
/
+76
*
opt: Rename -default-data-layout flag to -data-layout and make it always over...
Peter Collingbourne
2017-02-17
1
-2
/
+2
*
[SCCP] Teach the pass how to handle `div` with overdefined operands.
Davide Italiano
2017-01-19
1
-0
/
+32
*
[SCCP] Make the test added in r289175 more meaningful.
Davide Italiano
2016-12-09
1
-1
/
+2
*
[SCCP] Teach the pass about `mul %x 0` even if %x is overdefined.
Davide Italiano
2016-12-09
1
-1
/
+8
*
[SCCP] Make sure SCCP and ConstantFolding agree on undef >> a.
Davide Italiano
2016-12-08
1
-2
/
+2
*
[SCCP] Add a test for switches on undef.
Davide Italiano
2016-11-23
1
-0
/
+27
*
[SCCP] Remove code in visitBinaryOperator (and add tests).
Davide Italiano
2016-11-22
1
-4
/
+26
*
[SCCP] Don't delete side-effecting instructions
Sanjoy Das
2016-08-24
1
-5
/
+15
*
[SCCP] Zap multiple return values.
Davide Italiano
2016-07-20
2
-2
/
+26
*
[IPSCCP] Constant fold struct argument/instructions when all the lattice valu...
Davide Italiano
2016-07-14
1
-3
/
+12
*
[SCCP] Constant fold structs if all the lattice value are constant.
Davide Italiano
2016-07-12
1
-0
/
+72
*
[SCCP] Fold constants as we build them whne visiting cast instructions.
Davide Italiano
2016-07-08
1
-0
/
+9
*
[SCCP] Don't assume all Constants are ConstantInt
David Majnemer
2016-06-23
1
-0
/
+10
*
[PM] Port per-function SCCP to the new pass manager.
Davide Italiano
2016-05-18
1
-0
/
+1
[next]