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
Commit message (
Expand
)
Author
Age
Files
Lines
*
No need to hardcode SmallVector size.
Devang Patel
2007-08-21
1
-3
/
+3
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
1
-3
/
+4
*
- Use correct header for SCEV inside LoopPass.cpp
Anton Korobeynikov
2007-08-20
1
-11
/
+2
*
Simplify.
Nick Lewycky
2007-08-18
1
-2
/
+1
*
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-17
1
-0
/
+20
*
Cache non-local memory dependence analysis. This is a significant compile
Owen Anderson
2007-08-16
1
-1
/
+11
*
No need to use iterator to erase basic block.
Devang Patel
2007-08-14
1
-3
/
+5
*
Add methods to erase basic block entry.
Devang Patel
2007-08-13
1
-0
/
+12
*
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-08-12
2
-3
/
+3
*
Make NonLocal and None const in the right way. :-)
Owen Anderson
2007-08-09
1
-6
/
+6
*
Add one more comment.
Owen Anderson
2007-08-08
1
-0
/
+3
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
26
-0
/
+4486