index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cleanup and comment-ize the memdep header.
Owen Anderson
2007-08-08
1
-11
/
+18
*
Change the None and NonLocal markers in memdep to be const.
Owen Anderson
2007-08-08
1
-6
/
+6
*
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-08
1
-8
/
+6
*
Get rid of unnecessary #include.
Owen Anderson
2007-08-07
1
-1
/
+0
*
Clean up a bunch of caching stuff in memdep. This reduces the time to run GVN
Owen Anderson
2007-08-07
1
-2
/
+3
*
Various random cleanups, add two accessors to DomTreeNode: getDFSNumIn/getDFS...
Chris Lattner
2007-08-06
1
-10
/
+15
*
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-05
2
-3
/
+3
*
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-04
2
-8
/
+9
*
Make non-local memdep not be recursive, and fix a bug on 403.gcc that this ex...
Owen Anderson
2007-08-01
1
-4
/
+3
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-1
/
+1
*
Fix GLIBCXX_DEBUG error owing to dereference of end iterator. There's
David Greene
2007-07-31
1
-3
/
+8
*
Introduce Simple Analysis interface for loop passes.
Devang Patel
2007-07-31
1
-0
/
+29
*
Forgot to include this file in my last commit.
Owen Anderson
2007-07-25
1
-1
/
+2
*
Add basic support for performing whole-function RLE.
Owen Anderson
2007-07-25
1
-2
/
+4
*
Add initial support for non-local memory dependence analysis.
Owen Anderson
2007-07-24
1
-1
/
+5
*
Verify loop info.
Devang Patel
2007-07-19
2
-4
/
+3
*
Add support for walking up memory def chains, which enables finding many more
Owen Anderson
2007-07-16
1
-3
/
+5
*
Handle decrementing loops properly. Fixes PR1533.
Nick Lewycky
2007-07-16
1
-4
/
+2
*
Add support for finding the dependencies of call and invoke instructions.
Owen Anderson
2007-07-10
1
-0
/
+2
*
Fix a bunch of things from Chris' feedback
Owen Anderson
2007-07-10
1
-3
/
+5
*
Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, and
Dan Gohman
2007-07-09
1
-2
/
+2
*
A first stab at memory dependence analysis. This is an interface on top of
Owen Anderson
2007-07-06
1
-0
/
+69
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
1
-1
/
+1
*
Remove unused method - getIDomBlock().
Devang Patel
2007-07-04
1
-10
/
+0
*
Fix typo in assertion check.
Devang Patel
2007-07-04
1
-1
/
+1
*
Add explicit keywords.
Dan Gohman
2007-07-02
1
-2
/
+2
*
Add loop info verification mechanism.
Devang Patel
2007-06-29
1
-0
/
+5
*
Remove unnecessary comments.
Devang Patel
2007-06-28
1
-3
/
+0
*
Handle the case when block dominates itself.
Devang Patel
2007-06-28
1
-1
/
+4
*
Remove ETForest.
Devang Patel
2007-06-27
2
-480
/
+1
*
Move code to update dominator information after basic block is split
Devang Patel
2007-06-21
1
-0
/
+10
*
Rename ScalarEvolution::deleteInstructionFromRecords to
Dan Gohman
2007-06-19
1
-3
/
+3
*
Add a SCEV class and supporting code for sign-extend expressions.
Dan Gohman
2007-06-15
2
-33
/
+63
*
Protect updateDFSNumbers()
Devang Patel
2007-06-12
1
-2
/
+3
*
Make DFS number manipulation methods private.
Devang Patel
2007-06-12
1
-1
/
+5
*
Break DominatorTree from ETNode.
Devang Patel
2007-06-12
2
-54
/
+4
*
Maintain DFS number in DomTreeNode itself.
Devang Patel
2007-06-12
1
-3
/
+17
*
Add and use DominatorTreeBase::findNearestCommonDominator().
Devang Patel
2007-06-11
1
-0
/
+4
*
Fix spelling.
Devang Patel
2007-06-08
1
-1
/
+1
*
Update LoopSimplify to require and preserve DominatorTree only.
Devang Patel
2007-06-08
1
-0
/
+4
*
Add new method - nearestCommonDominator().
Devang Patel
2007-06-08
1
-0
/
+11
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-08
1
-3
/
+3
*
Add instruction level dominates(A,B) interface.
Devang Patel
2007-06-07
1
-0
/
+4
*
Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.
Devang Patel
2007-06-07
1
-0
/
+10
*
Add basic block level properlyDominates(A,B) interface.
Devang Patel
2007-06-07
1
-0
/
+4
*
Add BasicBlock level dominates(A,B) interface.
Devang Patel
2007-06-07
1
-2
/
+14
*
Maintain ETNode as part of DomTreeNode.
Devang Patel
2007-06-07
1
-24
/
+60
*
add accessor
Chris Lattner
2007-06-06
1
-0
/
+2
*
Break friendship.
Devang Patel
2007-06-06
1
-3
/
+0
*
Simplify class hierarchy.
Devang Patel
2007-06-06
1
-3
/
+1
[prev]
[next]