Chris Lattner
|
b12914bfc0
|
'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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16436 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-09-20 04:48:05 +00:00 |
|
Reid Spencer
|
518310cb0d
|
bug 122:
- Replace ConstantPointerRef usage with GlobalValue usage
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14953 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-07-18 00:44:37 +00:00 |
|
Brian Gaeke
|
8e6e7c90ce
|
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).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14075 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-06-08 20:08:30 +00:00 |
|
Brian Gaeke
|
8c4174a0a7
|
Add new internal-global-symbol mapping info pass... may its life be short
and sweet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13983 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-06-03 05:03:37 +00:00 |
|