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
*
WTF? These weird newlines got in there...
Bill Wendling
2006-11-29
1
-26
/
+0
*
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-29
6
-37
/
+44
*
Convert to using llvm streams instead of iostreams.
Bill Wendling
2006-11-28
7
-36
/
+36
*
Removed some of the iostream #includes. Moved towards converting to using
Bill Wendling
2006-11-28
11
-86
/
+114
*
For PR950:
Reid Spencer
2006-11-27
8
-106
/
+107
*
For PR950:
Reid Spencer
2006-11-20
1
-0
/
+23
*
Needed <iostream> for now.
Bill Wendling
2006-11-17
1
-0
/
+1
*
Needs the iostream include.
Bill Wendling
2006-11-17
1
-0
/
+1
*
Replaced DEBUG(std::cerr with DOUT.
Bill Wendling
2006-11-17
1
-6
/
+5
*
Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.
Bill Wendling
2006-11-17
6
-106
/
+95
*
Removed unneeded <iostream> #include.
Bill Wendling
2006-11-17
2
-2
/
+0
*
A shim over other AA impls to catch incorrect uses
Andrew Lenharth
2006-11-14
1
-0
/
+125
*
remove redundant code
Chris Lattner
2006-11-13
1
-2
/
+0
*
Remove redundant <cmath>.
Jim Laskey
2006-11-08
2
-2
/
+0
*
For PR950:
Reid Spencer
2006-11-08
1
-1
/
+2
*
Optionally allow comparison operations from affect DSGraphs
Andrew Lenharth
2006-11-07
1
-1
/
+6
*
Allow loop detection during debug in forwarding nodes, and revert auxcall pat...
Andrew Lenharth
2006-11-07
1
-8
/
+20
*
debug type for DSA TD
Andrew Lenharth
2006-11-07
1
-1
/
+1
*
Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-range
Chris Lattner
2006-11-03
1
-8
/
+20
*
Split the External and Intrinsic handling into seperate functions. This
Andrew Lenharth
2006-11-03
1
-497
/
+505
*
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
[next]