Misha Brukman
|
b440243e94
|
Remove trailing whitespace
llvm-svn: 21425
|
2005-04-21 23:30:14 +00:00 |
Chris Lattner
|
531f9e92d4
|
This mega patch converts us from using Function::a{iterator|begin|end} to
using Function::arg_{iterator|begin|end}. Likewise Module::g* -> Module::global_*.
This patch is contributed by Gabor Greif, thanks!
llvm-svn: 20597
|
2005-03-15 04:54:21 +00:00 |
Chris Lattner
|
e0c207d2d3
|
Remove extraneous namespacification. In particular, don't define llvm::llvm::createInternalGlobalMapperPass
llvm-svn: 18365
|
2004-11-30 00:22:59 +00:00 |
Chris Lattner
|
4f2cf030e8
|
'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
|
cb3fb5d4f5
|
bug 122:
- Replace ConstantPointerRef usage with GlobalValue usage
llvm-svn: 14953
|
2004-07-18 00:44:37 +00:00 |
Brian Gaeke
|
c365e7cc99
|
Fix a minor bug in the map - since this pass adds a global symbol, it must be
accounted for in the map (at least, in its current format).
llvm-svn: 14075
|
2004-06-08 20:08:30 +00:00 |
Brian Gaeke
|
6973e85b16
|
Add new internal-global-symbol mapping info pass... may its life be short
and sweet.
llvm-svn: 13983
|
2004-06-03 05:03:37 +00:00 |