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
*
[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
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-11
/
+11
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-5
/
+5
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-1
/
+1
*
Fix 80-column violation.
Chad Rosier
2012-03-28
1
-2
/
+2
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
1
-3
/
+3
*
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
1
-12
/
+5
*
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
1
-10
/
+10
*
Continue improving support for ConstantDataAggregate, and use the
Chris Lattner
2012-01-26
1
-8
/
+7
*
Remove trailing spaces and unneeded includes.
Jakub Staszak
2012-01-18
1
-134
/
+131
*
Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData
Chad Rosier
2011-12-01
1
-5
/
+22
*
Get rid of an optimization in SCCP which appears to have many issues. Specif...
Eli Friedman
2011-11-11
1
-167
/
+1
*
Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...
Eli Friedman
2011-09-20
1
-9
/
+35
[next]