Bill Wendling
|
a3246c4272
|
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
now cerr, cout, and NullStream resp.
llvm-svn: 32298
|
2006-12-07 01:30:32 +00:00 |
|
Bill Wendling
|
f2fadcee85
|
Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.
llvm-svn: 31922
|
2006-11-26 09:17:06 +00:00 |
|
Chris Lattner
|
a39dcb5377
|
eliminate RegisterOpt. It does the same thing as RegisterPass.
llvm-svn: 29925
|
2006-08-27 22:42:52 +00:00 |
|
Misha Brukman
|
53e199440e
|
Remove trailing whitespace
llvm-svn: 21427
|
2005-04-21 23:48:37 +00:00 |
|
Jeff Cohen
|
c07c54f5b4
|
Add missing createXxxPass functions
llvm-svn: 19319
|
2005-01-07 06:57:28 +00:00 |
|
Chris Lattner
|
43c0372c0b
|
'Pass' should now not be derived from by clients. Instead, they should derive
from ModulePass. Instead of implementing Pass::run, then should implement
ModulePass::runOnModule.
llvm-svn: 16436
|
2004-09-20 04:48:05 +00:00 |
|
Reid Spencer
|
7f33869f9b
|
bug 122:
- Replace ConstantPointerRef usage with GlobalValue usage
llvm-svn: 14953
|
2004-07-18 00:44:37 +00:00 |
|
Reid Spencer
|
50ec3f9325
|
Add #include <iostream> since Value.h does not #include it any more.
llvm-svn: 14622
|
2004-07-04 12:19:56 +00:00 |
|
Chris Lattner
|
01062fb636
|
Initial support for edge profiling
llvm-svn: 12225
|
2004-03-08 17:54:34 +00:00 |
|