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
*
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
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-08-06
1
-3
/
+2
*
Drive-by fixes for LandingPad -> EHPad
David Majnemer
2015-08-04
1
-1
/
+6
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-5
/
+5
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-5
/
+5
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-5
/
+5
*
Revert "Revert r241570, it caused PR24053"
David Majnemer
2015-07-07
1
-2
/
+1
*
[SCCP] Turn loads of null into undef instead of zero initialized values
David Majnemer
2015-07-01
1
-1
/
+1
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-1
/
+2
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-1
/
+1
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-8
/
+6
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-5
/
+7
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+2
*
SCCP: overdefined calls cannot become constant
David Majnemer
2014-11-07
1
-0
/
+3
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
SCCP: update for cmpxchg returning { iN, i1 } now.
Tim Northover
2014-06-13
1
-1
/
+3
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
[next]