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
/
Scalar
/
SCCP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r337904: [IPSCCP] Use PredicateInfo to propagate facts from cmp instru...
Florian Hahn
2018-07-25
1
-118
/
+8
*
Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...
Florian Hahn
2018-07-25
1
-8
/
+118
*
[IPSCCP] Fix for bot failure caused by r337548
Florian Hahn
2018-07-20
1
-1
/
+1
*
Recommit r328307: [IPSCCP] Use constant range information for comparisons of ...
Florian Hahn
2018-07-20
1
-110
/
+80
*
[SCCP] Don't use markForcedConstant on branch conditions.
Eli Friedman
2018-07-19
1
-73
/
+62
*
[IPSCCP] Run Solve each time we resolved an undef in a function.
Florian Hahn
2018-07-17
1
-3
/
+7
*
Temporarily revert "Recommit r328307: [IPSCCP] Use constant range information...
Eric Christopher
2018-07-12
1
-81
/
+111
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-2
/
+6
*
Recommit r328307: [IPSCCP] Use constant range information for comparisons of ...
Florian Hahn
2018-07-02
1
-111
/
+81
*
[SCCP] Mark CFG as preserved.
Florian Hahn
2018-06-28
1
-0
/
+2
*
[IPSCCP] Change dead blocks to unreachable after visiting all executable blocks.
Florian Hahn
2018-06-26
1
-3
/
+11
*
Revert r335206 "Recommit r333268: [IPSCCP] Use PredicateInfo to propagate fac...
Francis Visoiu Mistrih
2018-06-21
1
-112
/
+8
*
Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...
Florian Hahn
2018-06-21
1
-8
/
+112
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Revert r333740: IPSCCP] Use PredicateInfo to propagate facts from cmp.
Florian Hahn
2018-06-01
1
-112
/
+8
*
Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...
Florian Hahn
2018-06-01
1
-8
/
+112
*
Revert r333268: [IPSCCP] Use PredicateInfo to propagate facts from...
Florian Hahn
2018-05-25
1
-112
/
+8
*
[IPSCCP] Use PredicateInfo to propagate facts from cmp instructions.
Florian Hahn
2018-05-25
1
-8
/
+112
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-32
/
+32
*
Revert r328307: [IPSCCP] Use constant range information for comparisons of pa...
Florian Hahn
2018-03-23
1
-17
/
+50
*
[IPSCCP] Use constant range information for comparisons of parameters.
Florian Hahn
2018-03-23
1
-50
/
+17
*
Fix layering between SCCP and IPO SCCP
David Blaikie
2018-03-22
1
-57
/
+3
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-2
/
+2
*
[IPSCCP] Add getCompare which returns either true, false, undef or null.
Florian Hahn
2018-03-05
1
-6
/
+1
*
[SCCP] Fix unused variable warning in release builds.
Benjamin Kramer
2018-03-01
1
-0
/
+1
*
[IPSCCP] do not break musttail invariant (PR36485)
Reid Kleckner
2018-03-01
1
-1
/
+55
*
[IPSCCP] Remove calls without side effects
Chris Bieneman
2018-01-09
1
-1
/
+1
*
Revert "[SCCP] Manually fold branches on undef."
Davide Italiano
2018-01-07
1
-26
/
+3
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-4
/
+2
*
[SCCP] Manually fold branches on undef.
Davide Italiano
2017-12-23
1
-3
/
+26
*
[SCCP] Pick the right lattice value for constants.
Davide Italiano
2017-11-22
1
-2
/
+9
*
[SCCP] If we replace with a constant, we can't replace with a range.
Davide Italiano
2017-11-21
1
-1
/
+3
*
Recommit r315288: [SCCP] Propagate integer range info for parameters in IPSCCP.
Florian Hahn
2017-10-30
1
-7
/
+95
*
Revert r316887 to fix buildbot failures.
Florian Hahn
2017-10-30
1
-93
/
+7
*
Recommit r315288: [SCCP] Propagate integer range info for parameters in IPSCCP.
Florian Hahn
2017-10-30
1
-7
/
+93
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-20
1
-58
/
+59
*
[IPSCCP] Move common functions to ValueLatticeUtils (NFC)
Matthew Simpson
2017-10-13
1
-62
/
+27
*
Revert "Reintroduce "[SCCP] Propagate integer range info for parameters in IP...
Bruno Cardoso Lopes
2017-10-12
1
-92
/
+8
*
Reintroduce "[SCCP] Propagate integer range info for parameters in IPSCCP."
Bruno Cardoso Lopes
2017-10-12
1
-8
/
+92
*
Revert "[SCCP] Propagate integer range info for parameters in IPSCCP."
Bruno Cardoso Lopes
2017-10-10
1
-90
/
+8
*
Revert "[SCCP] Fix mem-sanitizer failure introduced by r315288."
Bruno Cardoso Lopes
2017-10-10
1
-4
/
+2
*
[SCCP] Fix mem-sanitizer failure introduced by r315288.
Florian Hahn
2017-10-10
1
-2
/
+4
*
[SCCP] Propagate integer range info for parameters in IPSCCP.
Florian Hahn
2017-10-10
1
-8
/
+90
*
[IPSCCP] Guard a user of getInitializer with hasDefinitiveInitializer
David Majnemer
2017-07-31
1
-1
/
+2
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
1
-1
/
+1
*
[SCCP] Simplify the code a bit. NFCI.
Davide Italiano
2017-06-16
1
-7
/
+3
*
[SCCP] Clarify a comment about unhandled instructions.
Davide Italiano
2017-06-16
1
-2
/
+3
*
[SCCP] Remove redundant instruction visitors.
Davide Italiano
2017-06-16
1
-11
/
+0
*
[InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin
Andrew Kaylor
2017-06-09
1
-2
/
+2
*
[SCCP] Use the `hasAddressTaken()` version defined in `Function`.
Davide Italiano
2017-05-23
1
-1
/
+2
[next]