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
*
[Transforms] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-1
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
SCCP - silence static analyzer dyn_cast<StructType> null dereference warning....
Simon Pilgrim
2019-09-27
1
-1
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-8
/
+11
*
[IPSCCP] Move callsite check to the beginning of the loop.
Florian Hahn
2019-07-31
1
-14
/
+40
*
Revert [IPSCCP] Add assertion to surface cases where we zap returns with over...
Florian Hahn
2019-07-26
1
-15
/
+0
*
[IPSCCP] Add assertion to surface cases where we zap returns with overdefined...
Florian Hahn
2019-07-25
1
-0
/
+15
*
[SCCP] Fix non-deterministic uselists of return values (DenseMap -> MapVector)
Gerolf Hoflehner
2019-06-26
1
-6
/
+7
*
[SCCP] Add UnaryOperator visitor to SCCP for unary FNeg
Cameron McInally
2019-06-03
1
-0
/
+26
*
[SCCP] Fix crash when trying to constant-fold terminators multiple times.
Florian Hahn
2019-05-08
1
-1
/
+11
*
[CallSite removal] Migrate ConstantFolding APIs and implementation to
Chandler Carruth
2019-02-11
1
-2
/
+3
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SCCP] Get rid of redundant call for getPredicateInfoFor (NFC).
Florian Hahn
2018-12-18
1
-1
/
+1
*
[IPSCCP] Use input operand instead of OriginalOp for ssa_copy.
Florian Hahn
2018-11-25
1
-5
/
+5
*
[IPSCCP,PM] Preserve PDT in the new pass manager.
Florian Hahn
2018-11-11
1
-4
/
+3
*
[IPSCCP,PM] Preserve DT in the new pass manager.
Florian Hahn
2018-11-09
1
-27
/
+38
*
Add support for llvm.is.constant intrinsic (PR4898)
James Y Knight
2018-11-07
1
-0
/
+2
*
[TI removal] Rework `InstVisitor` to support visiting instructions that
Chandler Carruth
2018-10-15
1
-8
/
+8
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
SCCP: avoid caching DenseMap entry that might be invalidated.
Tim Northover
2018-10-12
1
-3
/
+5
*
[IPSCCP] Fix a problem with removing labels in a switch with undef condition
Bjorn Pettersson
2018-09-20
1
-25
/
+39
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[IR] Sink `isExceptional` predicate to `Instruction`, rename it to
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[SCCP] Remove unused variable added in r340525.
Florian Hahn
2018-08-23
1
-1
/
+1
*
Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...
Florian Hahn
2018-08-23
1
-8
/
+115
*
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
[next]