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
/
opt
/
AnalysisWrappers.cpp
Age
Commit message (
Expand
)
Author
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2006-12-05
This needs the callgraph data structure to stick around as long as the
Chris Lattner
2006-08-27
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-04-18
fix printing call graphs
Andrew Lenharth
2005-12-22
Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-07-18
Remove this printer
Chris Lattner
2004-07-18
bug 122:
Reid Spencer
2004-07-04
Add #include <iostream> since Value.h does not include it any more.
Reid Spencer
2004-05-27
Right, globals aren't values yet..
Chris Lattner
2004-05-27
Add a simple pass.
Chris Lattner
2004-04-02
Remove obsolete analyses
Chris Lattner
2003-12-23
Rename method
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-07-14
The word `separate' only has one `e'.
Misha Brukman
2002-08-30
- Eliminate the last traces of the 'analysis' namespace
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-29
Seperate analysis wrapper stuff to AnalysisWrappers.cpp
Chris Lattner