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
*
[SCCP] Don't delete side-effecting instructions
Sanjoy Das
2016-08-24
1
-17
/
+6
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+1
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[SCCP] Zap multiple return values.
Davide Italiano
2016-07-20
1
-9
/
+41
*
[SCCP] Improve assert messages. NFCI.
Davide Italiano
2016-07-19
1
-4
/
+6
*
[SCCP] Merge two conditions into one. NFCI.
Davide Italiano
2016-07-15
1
-3
/
+1
*
[SCCP] Pass the Solver by reference, copies are expensive ...
Davide Italiano
2016-07-14
1
-2
/
+2
*
[SCCP] Pass a Value * instead of templating this function. NFC.
Davide Italiano
2016-07-14
1
-9
/
+8
*
[IPSCCP] Constant fold struct argument/instructions when all the lattice valu...
Davide Italiano
2016-07-14
1
-10
/
+3
*
[SCCP] Generalize tryToReplaceInstWithConstant to work also with arguments.
Davide Italiano
2016-07-14
1
-22
/
+18
*
[SCCP] Have the logic for replacing insts with constant in a single place.
Davide Italiano
2016-07-13
1
-53
/
+50
*
[SCCP] Factor out common code.
Davide Italiano
2016-07-13
1
-8
/
+9
*
[SCCP] Use early return. NFCI.
Davide Italiano
2016-07-13
1
-5
/
+5
*
[SCCP] Constant fold structs if all the lattice value are constant.
Davide Italiano
2016-07-12
1
-9
/
+35
*
[SCCP] Try to follow the DRY principle, use `OpSt`.
Davide Italiano
2016-07-11
1
-3
/
+2
*
[SCCP] Rename undefined -> unknown.
Davide Italiano
2016-07-10
1
-40
/
+40
*
[SCCP] Remove wrong and misleading vector handling code.
Davide Italiano
2016-07-09
1
-53
/
+0
*
[SCCP] Fold constants as we build them whne visiting cast instructions.
Davide Italiano
2016-07-08
1
-2
/
+4
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-27
/
+26
*
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
David Majnemer
2016-06-25
1
-1
/
+2
*
[SimplifyCFG] Stop inserting calls to llvm.trap for UB
David Majnemer
2016-06-25
1
-2
/
+1
*
[SCCP] Don't assume all Constants are ConstantInt
David Majnemer
2016-06-23
1
-8
/
+8
*
[PM] SCCP should preserve GlobalsAA even if the IR is mutated.
Davide Italiano
2016-05-29
1
-1
/
+4
*
[SCCP] Prefer class to struct.
Davide Italiano
2016-05-19
1
-2
/
+4
*
[PM] Port per-function SCCP to the new pass manager.
Davide Italiano
2016-05-18
1
-44
/
+52
*
[PM/SCCP] Fix pass dependencies.
Davide Italiano
2016-05-15
1
-1
/
+4
*
[SCCP] Use range-based for loops. NFC.
Davide Italiano
2016-05-14
1
-10
/
+10
*
[SCCP] Resolve shifts beyond the bitwidth to undef
David Majnemer
2016-05-12
1
-0
/
+16
*
Revert "[SCCP] Partially propagate informations when the input is not fully d...
Davide Italiano
2016-05-11
1
-3
/
+0
*
[SCCP] Partially propagate informations when the input is not fully defined.
Davide Italiano
2016-05-10
1
-0
/
+3
*
[PM] Port Interprocedural SCCP to the new pass manager.
Davide Italiano
2016-05-05
1
-42
/
+53
*
Revert "[SCCP] Throw away dead code. NFC."
Davide Italiano
2016-05-04
1
-0
/
+3
*
[SCCP] Throw away dead code. NFC.
Davide Italiano
2016-05-04
1
-3
/
+0
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+4
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-4
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+4
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-3
/
+3
*
Fix build bot breakage
David Majnemer
2016-01-24
1
-1
/
+1
*
Fix buildbot failures
David Majnemer
2016-01-24
1
-1
/
+1
*
[SCCP] Remove duplicate code
David Majnemer
2016-01-24
1
-20
/
+11
*
[InstCombine, SCCP] Consolidate code used to remove instructions
David Majnemer
2016-01-24
1
-19
/
+2
*
[opaque pointer types] [NFC] Add an explicit type argument to ConstantFoldLoa...
Eduard Burtescu
2016-01-22
1
-1
/
+1
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
[SCCP] Don't violate the lattice invariants
David Majnemer
2016-01-07
1
-15
/
+42
*
Remove junk accidentally commited with r257087
David Majnemer
2016-01-07
1
-1
/
+1
*
[SCCP] Can't go from overdefined to constant
David Majnemer
2016-01-07
1
-3
/
+3
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-2
/
+4
*
[SCCP] More informative message if we don't know how to handle a terminator.
Davide Italiano
2015-11-25
1
-1
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-70
/
+70
[next]