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
/
PassManager.h
Age
Commit message (
Expand
)
Author
2006-01-04
Patch #6's in Saem's refactor-the-passmanager patch series. From him:
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
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-10-14
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-10
Use 'F' for Function instead of 'M'.
Misha Brukman
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-14
Add new method to FunctionPassManager to add ImmutablePasses.
Brian Gaeke
2003-08-12
Add FunctionPassManager - it's like a PassManager, but it only deals in
Brian Gaeke
2003-05-20
The plural of `Pass' is Passes, not Pass's.
Misha Brukman
2002-08-25
Convert comments to Doxygen style
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-04-28
* Add a stub to FunctionPass so that subclasses can declare that they do not
Chris Lattner