Misha Brukman
|
1fef885677
|
Remove trailing whitespace
llvm-svn: 21425
|
2005-04-21 23:30:14 +00:00 |
|
Chris Lattner
|
4b688a1c70
|
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
|
679cc8deab
|
Remove extraneous namespacification. In particular, don't define llvm::llvm::createInternalGlobalMapperPass
llvm-svn: 18365
|
2004-11-30 00:22:59 +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 |
|
Brian Gaeke
|
91a3d0f55f
|
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
|
4f0fc86456
|
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 |
|