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
/
Analysis
/
IVUsers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
[LSR] don't attempt to promote ephemeral values to indvars
Jingyue Wu
2015-07-13
1
-1
/
+16
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-3
/
+4
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+2
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-3
/
+3
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
Add back functionality removed in r210497.
Richard Trieu
2014-06-21
1
-2
/
+4
*
Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
2014-06-09
1
-0
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-5
/
+5
*
PR17473:
Michael Zolotukhin
2014-03-12
1
-3
/
+21
*
Test commit
Michael Zolotukhin
2014-03-12
1
-0
/
+1
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-4
/
+3
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-3
/
+3
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-4
/
+3
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-6
/
+6
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Release build: guard dump functions with
Manman Ren
2012-09-12
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
IVUsers should only generate SCEV's for values that are safe to speculate.
Andrew Trick
2012-07-13
1
-0
/
+7
*
Cleanup IVUsers::addUsersIfInteresting.
Andrew Trick
2012-03-22
1
-12
/
+15
*
LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.
Andrew Trick
2012-03-20
1
-1
/
+8
*
LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walk
Andrew Trick
2012-03-20
1
-19
/
+23
*
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-16
1
-5
/
+41
*
Put all IVUsers in the processed set. Allow querying IVUsers with isIVUserOrO...
Andrew Trick
2012-01-06
1
-3
/
+6
*
Slightly more useful tracing.
Andrew Trick
2011-10-13
1
-1
/
+2
*
Teach IVUsers to stop at non-affine expressions unless they are both
Dan Gohman
2011-07-01
1
-7
/
+10
*
indvars --disable-iv-rewrite: sever ties with IVUsers.
Andrew Trick
2011-06-28
1
-15
/
+0
*
IVUsers no longer needs to record the phis.
Andrew Trick
2011-06-21
1
-8
/
+7
*
Update this comment.
Dan Gohman
2011-05-27
1
-1
/
+3
*
indvars: Prototyping Sign/ZeroExtend elimination without canonical IVs.
Andrew Trick
2011-05-20
1
-7
/
+7
*
indvars: Added DisableIVRewrite and WidenIVs.
Andrew Trick
2011-05-04
1
-0
/
+15
*
Avoid creating canonical induction variables for non-native types.
Andrew Trick
2011-03-18
1
-1
/
+6
*
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2011-01-02
1
-0
/
+1
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+2
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+7
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
stop forcing a noop AssemblyAnnotationWriter to silence #uses
Chris Lattner
2010-09-02
1
-5
/
+1
*
Revert 112442 and 112440 until the compile time problems introduced
Dan Gohman
2010-09-01
1
-89
/
+78
*
Make IVUsers iterative instead of recursive.
Dan Gohman
2010-08-29
1
-78
/
+89
*
Tweak IVUsers' concept of "interesting" to exclude add recurrences
Dan Gohman
2010-08-17
1
-12
/
+16
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
[next]