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
/
tools
/
analyze
Age
Commit message (
Expand
)
Author
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-08
Add #includes
Chris Lattner
2002-04-07
Remove asmwriter library from link line, because the useful contents of it
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-26
* Add support for DataStructure analysis
Chris Lattner
2002-03-06
Pull interprocedural analyses out of Analysis library into their own lib
Chris Lattner
2002-03-06
Pull callgraph out of Cfg namespace
Chris Lattner
2002-02-24
Cleanup to build with GCC 3.0.4
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-01
Catch the parse exception if bad input is provided. Much better than an abort
Chris Lattner
2002-01-31
Fix dependency problem
Chris Lattner
2002-01-31
Convert analyze over to use new pass framework for its analyses
Chris Lattner
2002-01-21
Eliminate opt library
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Induction variables must be phi nodes
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Add hooks to print natural loop information and induction variables
Chris Lattner
2001-11-09
Add hooks for the FindUsedTypes pass
Chris Lattner
2001-11-07
Add analysis pass.
Chris Lattner
2001-09-28
Add support to print a call graph, and also add support for module level inte...
Chris Lattner
2001-09-14
Export the instruction forest support from the analysis library
Chris Lattner
2001-09-09
iFix dependence order
Chris Lattner
2001-09-07
Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common
Chris Lattner
2001-07-25
Parenthesize output for expranalyze so that pointer stuff being multiplied is...
Chris Lattner
2001-07-23
Use the new Alias command line option
Chris Lattner
2001-07-23
CommandLine library cleanup. No longer use getValue/setValue, instead, just ...
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
Large scale changes to implement new command line argument facility
Chris Lattner
2001-07-21
Support changed expression api
Chris Lattner
2001-07-20
Update makefile for more accurate deps
Chris Lattner
2001-07-18
Fix clean target
Chris Lattner
2001-07-15
Reordered link line for correct static linking.
Vikram S. Adve
2001-07-06
Add better support for post dominator information.
Chris Lattner
2001-07-03
Initial checkin of analyze tool.
Chris Lattner
[prev]