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
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
fix file headers
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-08-31
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
Don't explicitly use the SCC class
Chris Lattner
2003-08-31
The SCC::HasLoop method is now in the main iterator
Chris Lattner
2003-08-31
The tarjan iterator now returns a reference to the current SCC, not a possibl...
Chris Lattner
2003-08-31
Indent classes correctly in the namespace
Chris Lattner
2003-08-31
* Cleanups
Chris Lattner
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
2003-06-17
Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where
Brian Gaeke
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-03-31
Minor tweak
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-11-04
No need to explicitly inclue ExportSymbols now
Chris Lattner
2002-11-04
Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.
Vikram S. Adve
2002-11-04
Implement a new -print-callgraph analysis that turns a callgraph into a dot
Chris Lattner
2002-10-07
- Implement a new -print-cfg option for analyze, that causes it to print the
Chris Lattner
2002-09-17
Enable correct support for dynamic loading on Linux
Chris Lattner
2002-08-30
- 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.
Chris Lattner
2002-08-30
- Eliminate the last traces of the 'analysis' namespace
Chris Lattner
2002-08-29
New datastructure analysis correctly uses TargetData
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-23
Convert over to new style of Makefile, where there is a difference between .o...
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-05-07
Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h
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
[prev]
[next]