index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
IPA
Age
Commit message (
Expand
)
Author
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Fix build error.
Lauro Ramos Venancio
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-03-05
Avoid constructing std::strings unless pass debugging is ON.
Devang Patel
2007-03-05
Unbreak VC++ build.
Jeff Cohen
2007-02-27
Make getPassManagerType() const.
Devang Patel
2007-02-05
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-01
Dump function names when debug-pass=Executions is used.
Devang Patel
2007-02-01
Pretty print pass manager
Devang Patel
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-29
Use StartPassTimer() and StopPassManager()
Devang Patel
2007-01-29
Measure timings.
Devang Patel
2007-01-26
Remove dead code.
Devang Patel
2007-01-23
Fix typo.
Devang Patel
2007-01-23
Add CallGraphSCCPass::assignPassManager().
Devang Patel
2007-01-17
Add CGPassManager.
Devang Patel
2006-12-23
For PR950:
Reid Spencer
2006-12-19
eliminate static ctors from Statistics
Chris Lattner
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
Simplify code
Chris Lattner
2006-12-05
straighten out various memory ownership issues in the callgraph stuff.
Chris Lattner
2006-12-04
Add a comment and fix a memory leak. Thanks to Vikram for pointing this out.
Chris Lattner
2006-11-29
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-27
For PR950:
Reid Spencer
2006-11-17
Replaced DEBUG(std::cerr with DOUT.
Bill Wendling
2006-11-08
For PR950:
Reid Spencer
2006-11-02
For PR786:
Reid Spencer
2006-10-09
Fix a bug pointed out by Zhongxing Xu
Chris Lattner
2006-10-01
Fixme is already done
Chris Lattner
2006-10-01
Teach globalsmodref-aa to track scalar pointer global variables which point
Chris Lattner
2006-08-28
For PR387:
Reid Spencer
2006-08-28
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-07-12
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-07-11
It was pointed out that DEBUG() is only available with -debug.
Jim Laskey
2006-07-11
Ensure that dump calls that are associated with asserts are removed from
Jim Laskey
2006-06-07
For PR780:
Reid Spencer
2006-06-01
Fix -pedantic warning
Chris Lattner
2006-06-01
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2006-05-29
move calltarget to dsa
Andrew Lenharth
2006-05-29
Since there was interest on the mailing list, this is a utility pass that
Andrew Lenharth
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-03-03
updates for recent changes
Chris Lattner
[next]