index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
IVUsers.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-1
/
+1
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-1
/
+1
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-7
/
+7
*
Remove duplicated forward declaration.
Jakub Staszak
2013-03-06
1
-1
/
+0
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Cleanup IVUsers::addUsersIfInteresting.
Andrew Trick
2012-03-22
1
-2
/
+3
*
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-16
1
-1
/
+2
*
Put all IVUsers in the processed set. Allow querying IVUsers with isIVUserOrO...
Andrew Trick
2012-01-06
1
-0
/
+4
*
Added a SimplifyIndVar utility to simplify induction variable users
Andrew Trick
2011-08-10
1
-0
/
+2
*
IVUsers no longer needs to record the phis.
Andrew Trick
2011-06-21
1
-12
/
+4
*
indvars: Prototyping Sign/ZeroExtend elimination without canonical IVs.
Andrew Trick
2011-05-20
1
-4
/
+12
*
Avoid creating canonical induction variables for non-native types.
Andrew Trick
2011-03-18
1
-0
/
+2
*
Revert 112442 and 112440 until the compile time problems introduced
Dan Gohman
2010-09-01
1
-8
/
+5
*
Make IVUsers iterative instead of recursive.
Dan Gohman
2010-08-29
1
-5
/
+8
*
Remove the Expr member from IVUsers. Instead of remembering the expression,
Dan Gohman
2010-04-19
1
-23
/
+9
*
Generalize IVUsers to track arbitrary expressions rather than expressions
Dan Gohman
2010-04-07
1
-42
/
+24
*
Spelling fixes.
Dan Gohman
2010-03-01
1
-2
/
+2
*
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-02-12
1
-67
/
+39
*
Add "dump" method to IVUsersOneStride.
Bill Wendling
2010-02-01
1
-0
/
+5
*
Add a new helper function to IVUsers for returning the "canonical"
Dan Gohman
2010-01-19
1
-0
/
+5
*
Reapply LoopStrengthReduce and IVUsers cleanups, excluding the part
Dan Gohman
2009-12-18
1
-1
/
+1
*
Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int...
Evan Cheng
2009-12-17
1
-1
/
+1
*
Make the IVUses member private.
Dan Gohman
2009-12-14
1
-1
/
+1
*
- Teach LSR to avoid changing cmp iv stride if it will create an immediate that
Evan Cheng
2009-11-12
1
-0
/
+7
*
remove a few dead insertion methods.
Chris Lattner
2009-08-24
1
-4
/
+0
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
1
-1
/
+1
*
Change all SCEV* to SCEV *.
Dan Gohman
2009-07-07
1
-8
/
+8
*
Use correct format for LLVM header #includes.
Misha Brukman
2009-07-01
1
-1
/
+1
*
SCEVHandle is no more!
Owen Anderson
2009-06-22
1
-8
/
+8
*
Remove the code from IVUsers that attempted to handle
Dan Gohman
2009-06-18
1
-18
/
+5
*
Factor the code for collecting IV users out of LSR into an IVUsers class,
Dan Gohman
2009-05-12
1
-0
/
+235