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
*
Backport 4878aa36d4a [ValueLattice] Add new state for undef constants.
Florian Hahn
2020-05-18
4
-0
/
+529
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
[SCCP] Update condition to avoid overflow.
Alina Sbirlea
2019-07-31
1
-0
/
+13
*
[IPSCCP] Move callsite check to the beginning of the loop.
Florian Hahn
2019-07-31
2
-1
/
+82
*
[PredicateInfo] Replace pointer comparisons with deterministic compares.
Florian Hahn
2019-07-25
1
-0
/
+76
*
[SCCP] Add UnaryOperator visitor to SCCP for unary FNeg
Cameron McInally
2019-06-03
2
-0
/
+41
*
[SCCP] Fix crash when trying to constant-fold terminators multiple times.
Florian Hahn
2019-05-08
1
-0
/
+92
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
67
-0
/
+2686
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
67
-2686
/
+0
*
[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
[next]