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
/
IPA
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make getPassManagerType() const.
Devang Patel
2007-02-27
1
-1
/
+1
*
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
Reid Spencer
2007-02-05
3
-6
/
+10
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-3
/
+0
*
Dump function names when debug-pass=Executions is used.
Devang Patel
2007-02-01
1
-1
/
+5
*
Pretty print pass manager
Devang Patel
2007-02-01
1
-0
/
+4
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
3
-7
/
+7
*
Use StartPassTimer() and StopPassManager()
Devang Patel
2007-01-29
1
-3
/
+2
*
Measure timings.
Devang Patel
2007-01-29
1
-2
/
+3
*
Remove dead code.
Devang Patel
2007-01-26
1
-9
/
+0
*
Fix typo.
Devang Patel
2007-01-23
1
-1
/
+1
*
Add CallGraphSCCPass::assignPassManager().
Devang Patel
2007-01-23
1
-0
/
+38
*
Add CGPassManager.
Devang Patel
2007-01-17
1
-0
/
+124
*
For PR950:
Reid Spencer
2006-12-23
2
-3
/
+6
*
eliminate static ctors from Statistics
Chris Lattner
2006-12-19
2
-27
/
+14
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-2
/
+2
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
2
-28
/
+28
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
2
-10
/
+10
*
Simplify code
Chris Lattner
2006-12-06
1
-10
/
+4
*
straighten out various memory ownership issues in the callgraph stuff.
Chris Lattner
2006-12-05
1
-3
/
+2
*
Add a comment and fix a memory leak. Thanks to Vikram for pointing this out.
Chris Lattner
2006-12-04
1
-4
/
+5
*
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-29
2
-29
/
+33
*
For PR950:
Reid Spencer
2006-11-27
2
-14
/
+12
*
Replaced DEBUG(std::cerr with DOUT.
Bill Wendling
2006-11-17
1
-6
/
+5
*
For PR950:
Reid Spencer
2006-11-08
1
-1
/
+2
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+0
*
Fix a bug pointed out by Zhongxing Xu
Chris Lattner
2006-10-09
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
*
For PR387:
Reid Spencer
2006-08-28
1
-1
/
+7
*
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-08-28
3
-3
/
+3
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
3
-5
/
+5
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
1
-1
/
+1
*
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
*
For PR780:
Reid Spencer
2006-06-07
2
-9
/
+6
*
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
2
-2
/
+2
*
move calltarget to dsa
Andrew Lenharth
2006-05-29
1
-125
/
+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
1
-1
/
+1
*
updates for recent changes
Chris Lattner
2006-03-03
1
-2
/
+4
*
Add explicit iostream #includes
Chris Lattner
2006-01-22
1
-0
/
+1
*
Add a new CallGraph::getOrInsertFunction for clients to use when updating
Chris Lattner
2006-01-14
1
-16
/
+19
*
add a dump method to CallGraph
Chris Lattner
2006-01-14
1
-0
/
+4
*
Remove unused inclusion of SymbolTable.h
Reid Spencer
2006-01-10
1
-1
/
+0
*
Separate the call graph implementation from its interface. This implements
Chris Lattner
2005-12-22
1
-105
/
+178
*
Remove this pass, it is not useful
Chris Lattner
2005-10-24
1
-106
/
+0
*
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
Chris Lattner
2005-10-24
1
-2
/
+1
*
Only build .a file versions of these libraries, instead of .a and .o versions.
Chris Lattner
2005-10-24
1
-0
/
+1
[next]