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
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR786:
Reid Spencer
2006-11-02
5
-10
/
+6
*
For PR950:
Reid Spencer
2006-11-02
1
-1
/
+1
*
Make ScalarEvolution actually use a ZeroExtend expression instead of
Reid Spencer
2006-11-01
1
-2
/
+2
*
add a method
Chris Lattner
2006-10-28
1
-0
/
+20
*
For PR950:
Reid Spencer
2006-10-26
1
-15
/
+14
*
Make these hack flags hidden, like other dsa hack flags
Andrew Lenharth
2006-10-23
1
-2
/
+2
*
Revert the aggressive inlining for now, it doesn't handle external correctly
Andrew Lenharth
2006-10-23
1
-112
/
+78
*
[SU]int update - inactive code may get activated someday
Jim Laskey
2006-10-23
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-10-20
6
-31
/
+31
*
Move some warnings to debug mode.
Andrew Lenharth
2006-10-13
4
-21
/
+23
*
Fix a bug pointed out by Zhongxing Xu
Chris Lattner
2006-10-09
1
-1
/
+1
*
Fix more static dtor issues
Chris Lattner
2006-10-04
1
-14
/
+17
*
Fix some more static dtor issues.
Chris Lattner
2006-10-04
1
-33
/
+36
*
Add ability to annotate (color) nodes in a viewGraph.
Jim Laskey
2006-10-02
1
-1
/
+1
*
Fixme is already done
Chris Lattner
2006-10-01
1
-1
/
+0
*
Teach globalsmodref-aa to track scalar pointer global variables which point
Chris Lattner
2006-10-01
1
-52
/
+209
*
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
Chris Lattner
2006-09-28
1
-4
/
+4
*
Simplify some code
Chris Lattner
2006-09-28
1
-2
/
+2
*
Fix DFS walk.
Devang Patel
2006-09-27
1
-15
/
+28
*
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
[next]