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
/
include
/
llvm
/
Assembly
/
PrintModulePass.h
Age
Commit message (
Expand
)
Author
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2002-09-19
Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarently
Chris Lattner
2002-08-18
Module's do not subclass from Value, so this code caused a segfault.
Chris Lattner
2002-07-23
Regularize the Print*Passes so they have default ctors.
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-28
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-18
Changes to make print pass work!
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-01-21
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-10-18
initial checkin
Chris Lattner