index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explain change with a comment.
Nick Lewycky
2006-09-17
1
-2
/
+2
*
Fix PR912. The input to erase() must not be a reference to the data
Nick Lewycky
2006-09-17
1
-1
/
+2
*
Untabify.
Devang Patel
2006-09-07
1
-3
/
+3
*
Use iterative do-while loop instead of recursive DFSPass calls to
Devang Patel
2006-09-07
1
-16
/
+29
*
Do not rely on std::sort and std::erase to get list of unique
Devang Patel
2006-08-29
1
-0
/
+53
*
For PR387:
Reid Spencer
2006-08-28
2
-2
/
+15
*
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-08-28
11
-12
/
+12
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
14
-18
/
+18
*
Fit to 80 cols
Chris Lattner
2006-08-27
1
-3
/
+6
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
15
-22
/
+22
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
2
-2
/
+2
*
Fix PR885
Chris Lattner
2006-08-21
1
-3
/
+2
*
Make Loop::getExitBlocks significantly faster for large loops. Instead of
Chris Lattner
2006-08-12
1
-3
/
+9
*
Speed up Loop::isLCSSAForm by using a binary search and single-entry cache.
Chris Lattner
2006-08-02
1
-6
/
+14
*
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-07-12
2
-18
/
+20
*
It was pointed out that DEBUG() is only available with -debug.
Jim Laskey
2006-07-11
1
-1
/
+3
*
Ensure that dump calls that are associated with asserts are removed from
Jim Laskey
2006-07-11
1
-3
/
+2
*
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-28
2
-5
/
+7
*
add some missing externals
Andrew Lenharth
2006-06-28
1
-3
/
+18
*
Handle alias sets that have been unified, and thus can have other references
Chris Lattner
2006-06-27
1
-3
/
+3
*
Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue
Chris Lattner
2006-06-27
1
-10
/
+22
*
For PR801:
Reid Spencer
2006-06-27
2
-181
/
+2
*
Fix a stale pointer issue that caused 300.twolf to fail to build on zion
Chris Lattner
2006-06-26
1
-0
/
+11
*
Do partial inlining in BU. This resolves more call sites. Also add options ...
Andrew Lenharth
2006-06-19
1
-61
/
+171
*
Fix a bug, don't drop indirect call sites, especially if there is nothing kno...
Andrew Lenharth
2006-06-19
1
-1
/
+27
*
Constant fold sqrtf
Chris Lattner
2006-06-17
1
-1
/
+4
*
Add a error message to cbu to match bu
Andrew Lenharth
2006-06-16
1
-1
/
+7
*
move header
Andrew Lenharth
2006-06-16
1
-1
/
+1
*
Update isLCSSAForm to handle PHI nodes specially for live-out detection. This
Owen Anderson
2006-06-13
1
-1
/
+6
*
Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe...
Owen Anderson
2006-06-11
1
-0
/
+16
*
Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis...
Evan Cheng
2006-06-11
1
-16
/
+0
*
Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as...
Owen Anderson
2006-06-09
1
-0
/
+16
*
For PR780:
Reid Spencer
2006-06-07
7
-23
/
+17
*
For PR780:
Reid Spencer
2006-06-07
1
-0
/
+1
*
For PR798:
Reid Spencer
2006-06-05
2
-20
/
+148
*
Fix -pedantic warning
Chris Lattner
2006-06-01
1
-1
/
+1
*
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2006-06-01
7
-8
/
+7
*
move calltarget to dsa
Andrew Lenharth
2006-05-29
1
-0
/
+0
*
Since there was interest on the mailing list, this is a utility pass that
Andrew Lenharth
2006-05-29
1
-0
/
+125
*
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
2
-2
/
+2
*
Remove dead variable
Chris Lattner
2006-05-12
1
-2
/
+0
*
Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn't
Chris Lattner
2006-04-26
1
-0
/
+25
*
slightly more useful error message
Andrew Lenharth
2006-04-25
1
-2
/
+3
*
better c99 struct handling
Andrew Lenharth
2006-04-25
1
-2
/
+1
*
Another simple case type merge case to try
Andrew Lenharth
2006-04-19
1
-0
/
+24
*
deal with memchr
Andrew Lenharth
2006-04-19
1
-0
/
+7
*
friendlier error message
Andrew Lenharth
2006-04-19
1
-1
/
+1
*
stupid stuff
Andrew Lenharth
2006-04-19
1
-3
/
+7
*
I understand now. Shoot.
Andrew Lenharth
2006-04-18
1
-21
/
+3
*
llvm.memc* improvements. helps PA a lot in some specmarks
Andrew Lenharth
2006-04-18
1
-2
/
+7
[next]