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
*
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
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-5
/
+5
*
[SCCP] Resolve indirect branch target when possible.
Xin Tong
2017-04-10
1
-8
/
+71
*
[SCCP] Merge markOverdefined and markAnythingOverdefined.
Davide Italiano
2017-03-08
1
-23
/
+17
*
[SCCP] Remove manual folding of terminator instructions.
Xin Tong
2017-02-26
1
-26
/
+3
*
[IPSCCP] Restore the old behaviour (pre r293799).
Davide Italiano
2017-02-02
1
-6
/
+1
*
[IPSCCP] Don't propagate return values of functions marked as noinline.
Davide Italiano
2017-02-01
1
-1
/
+6
*
[IPSCCP] Teach how to not propagate return values of naked functions.
Davide Italiano
2017-02-01
1
-1
/
+4
*
[SCCP] Teach the pass how to handle `div` with overdefined operands.
Davide Italiano
2017-01-19
1
-0
/
+6
*
[SCCP] Update comment in visitBinaryOp() after recent changes.
Davide Italiano
2017-01-19
1
-3
/
+4
*
[SCCP] Unknown instructions are sent to overdefined anyway. NFCI.
Davide Italiano
2017-01-08
1
-18
/
+0
*
[SCCP] Debug diagnostic goes under DEBUG(). NFCI.
Davide Italiano
2016-12-13
1
-1
/
+1
*
[SCCP] Use the appropriate helper function. NFCI.
Davide Italiano
2016-12-11
1
-2
/
+2
*
[SCCP] Teach the pass about `mul %x 0` even if %x is overdefined.
Davide Italiano
2016-12-09
1
-2
/
+5
*
[SCCP] Make sure SCCP and ConstantFolding agree on undef >> a.
Davide Italiano
2016-12-08
1
-2
/
+2
*
Revert "[SCCP] Remove manual folding of terminator instructions."
Davide Italiano
2016-12-06
1
-2
/
+27
*
[SCCP] Remove manual folding of terminator instructions.
Davide Italiano
2016-12-05
1
-27
/
+2
*
[SCCP] Switch over to DEBUG() and drop an #ifdef.
Davide Italiano
2016-12-01
1
-6
/
+2
*
[SCCP] Prefer `auto` when the type is obvious. NFCI.
Davide Italiano
2016-12-01
1
-27
/
+27
[next]