- Jul 18, 2004
-
-
Chris Lattner authored
llvm-svn: 14958
-
Chris Lattner authored
llvm-svn: 14957
-
Reid Spencer authored
llvm-svn: 14956
-
Reid Spencer authored
llvm-svn: 14955
-
Reid Spencer authored
llvm-svn: 14954
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage llvm-svn: 14953
-
Reid Spencer authored
- Minimize redundant isa<GlobalValue> usage llvm-svn: 14952
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14951
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Minimize redundant isa<GlobalValue> usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14950
-
Reid Spencer authored
- Correct isa<Constant> for GlobalValue subclass llvm-svn: 14949
-
Reid Spencer authored
- Minimize redundant isa<GlobalValue> usage llvm-svn: 14948
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14947
-
Reid Spencer authored
- Minimize redundant isa<GlobalValue> usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14946
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Rename methods to get ride of ConstantPointerRef usage llvm-svn: 14945
-
Reid Spencer authored
- Excise dead CPR procesing. llvm-svn: 14944
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Correct test ordering for GlobalValue subclass llvm-svn: 14943
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Minimize redundant isa<GlobalValue> usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14942
-
Reid Spencer authored
- Correct ordering of tests because for GlobalValue isa Constant llvm-svn: 14941
-
Reid Spencer authored
from being treated like a Function which can cause the contents of the list to be come invalidated. llvm-svn: 14940
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14939
-
Reid Spencer authored
- Update for BytecodeHandler interface change resuing from CPRs going away llvm-svn: 14938
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Minimize redundant isa<GlobalValue> usage - Correct isa<Constant> for GlobalValue subclass - Remove tabs - Fix coments refering to ConstantPointerRef llvm-svn: 14937
-
Reid Spencer authored
- Move these functions from other places - Provide implementations of Constant class overrides in GlobalValue llvm-svn: 14936
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Replace tabs. llvm-svn: 14935
-
Reid Spencer authored
- Correct an assert to not have redundant isa<GlobalValue> llvm-svn: 14934
-
Reid Spencer authored
- Correct isa<Constant> for GlobalValue subclass llvm-svn: 14933
-
Reid Spencer authored
- Correct isa<Constant> for GlobalValue subclass - Fix some tabs and indentation. llvm-svn: 14932
-
Reid Spencer authored
- Module doesn't need to manage ConstantPointerRefs any more. llvm-svn: 14931
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14930
-
Reid Spencer authored
- Move GlobalValue and GlobalVariable implementations to Globals.cpp llvm-svn: 14929
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Minimize redundant isa<GlobalValue> usage - Correct isa<Constant> for GlobalValue subclass - Delete ConstantPointerRef member function implementations llvm-svn: 14928
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Minimize redundant isa<GlobalValue> usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14927
-
Reid Spencer authored
remove redundant isa<GlobalValue> ensure isa<GlobalValue> case is processed before is<Constant> llvm-svn: 14926
-
Reid Spencer authored
- Add ValueListTy to TypeTy so that the bcreader can have its own User category that won't get factored into any optimizations or cleanup. - Correct an isa_impl to correctly include GlobalValue now that it isa Constant. llvm-svn: 14925
-
Reid Spencer authored
Remove redundancy in User::classof(Value*); GlobalValue isa Constant now. llvm-svn: 14924
-
Reid Spencer authored
llvm-svn: 14923
-
Reid Spencer authored
We don't need to keep track of CPRs any more. llvm-svn: 14922
-
Reid Spencer authored
Now that GlobalVariable is a constant (via derivation from GlobalValue), override the replaceUsesOfWithOnConstant method. llvm-svn: 14921
-
Reid Spencer authored
- derive from Constant - declare needed overrides from Constant class llvm-svn: 14920
-
Reid Spencer authored
llvm-svn: 14919
-