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
*
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
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-14
/
+14
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-1
/
+0
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-20
/
+18
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-4
/
+4
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-2
/
+4
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-8
/
+8
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-2
/
+2
*
dbgs() << Instruction doesn't print a newline on the end any more. Update these
Nick Lewycky
2013-06-26
1
-5
/
+5
*
Remove dead code and whitespace.
Chad Rosier
2013-02-21
1
-10
/
+0
*
Update a comment that looks to have been accidentally deleted many moons ago.
Chad Rosier
2013-02-20
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
[next]