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
/
analyze.cpp
Age
Commit message (
Expand
)
Author
2006-08-18
For PR872:
Reid Spencer
2006-06-16
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-06-07
For PR780:
Reid Spencer
2006-03-03
Implemented -quiet feature for analyze
Robert Bocchino
2005-10-24
Use the new LinkAllAnalyses.h header instead of forcing passes to be
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-12-30
For PR351:
Reid Spencer
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-29
The functions in Signal.h are now in the llvm::sys namespace - adjust
Reid Spencer
2004-07-11
Add -load option
Chris Lattner
2004-05-27
Header file moved
Chris Lattner
2004-02-19
Make sure to print a stack trace whenever an error signal is delivered
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
fix file headers
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-05-12
Add a disable-verify option
Chris Lattner
2003-05-12
Move static stuff to an anonymous namespace
Chris Lattner
2003-04-24
Make sure to create a target data that matches the Module's target properties.
Chris Lattner
2003-02-24
Make printing messages nicer
Chris Lattner
2002-12-03
Disable timing of bytecode loader
Chris Lattner
2002-11-10
Add a timer to evaluate bytecode load time and space requirements
Chris Lattner
2002-11-06
Give passnames to the printer classes
Chris Lattner
2002-08-30
- 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-31
Changes to be GCC3.1 friendly
Chris Lattner
2002-07-30
Print the tool name when an error comes from so that I can tell which
Chris Lattner
2002-07-29
Use a module analysis
Chris Lattner
2002-07-29
Seperate analysis wrapper stuff to AnalysisWrappers.cpp
Chris Lattner
2002-07-27
Make analyze use the Pass repository to populate it's command line argument list
Chris Lattner
2002-07-26
*** empty log message ***
Chris Lattner
2002-07-25
Be more namespace correct
Chris Lattner
2002-07-22
Add description to Enum options.
Chris Lattner
2002-07-22
Convert command line option processing code over to use the syntax supported
Chris Lattner
2002-07-18
Add support for bottom up closure of ds analysis
Chris Lattner
2002-07-10
Rename DataStructure to LocalDataStructures
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-29
Remove InstForest from analysis namespace
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-28
Rename functions to be more consistend with other pass constructors
Chris Lattner
2002-04-28
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
Eliminate the cfg namespace
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-08
Add #includes
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 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
[next]