index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-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
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
[next]