Skip to content
  1. Jul 18, 2004
    • Reid Spencer's avatar
      bug 122: · 9e855c68
      Reid Spencer authored
      - Minimize redundant isa<GlobalValue> usage
      - Correct isa<Constant> for GlobalValue subclass
      
      llvm-svn: 14946
      9e855c68
    • Reid Spencer's avatar
      bug 122: · 5f681598
      Reid Spencer authored
      - Replace ConstantPointerRef usage with GlobalValue usage
      - Rename methods to get ride of ConstantPointerRef usage
      
      llvm-svn: 14945
      5f681598
    • Reid Spencer's avatar
      bug 122: · 83cae64f
      Reid Spencer authored
      - Excise dead CPR procesing.
      
      llvm-svn: 14944
      83cae64f
    • Reid Spencer's avatar
      bug 122: · e4de2287
      Reid Spencer authored
      - Replace ConstantPointerRef usage with GlobalValue usage
      - Correct test ordering for GlobalValue subclass
      
      llvm-svn: 14943
      e4de2287
    • Reid Spencer's avatar
      bug 122: · 30d69a5a
      Reid Spencer authored
      - Replace ConstantPointerRef usage with GlobalValue usage
      - Minimize redundant isa<GlobalValue> usage
      - Correct isa<Constant> for GlobalValue subclass
      
      llvm-svn: 14942
      30d69a5a
    • Reid Spencer's avatar
      bug 122: · 51fe3361
      Reid Spencer authored
      - Correct ordering of tests because for GlobalValue isa Constant
      
      llvm-svn: 14941
      51fe3361
    • Reid Spencer's avatar
      User ValueListTy as the type of the ValueList. This avoides the ValueList · 1d8d08f3
      Reid Spencer authored
      from being treated like a Function which can cause the contents of the list
      to be come invalidated.
      
      llvm-svn: 14940
      1d8d08f3
    • Reid Spencer's avatar
      bug 122: · db1863d5
      Reid Spencer authored
      - Replace ConstantPointerRef usage with GlobalValue usage
      - Correct isa<Constant> for GlobalValue subclass
      
      llvm-svn: 14939
      db1863d5
    • Reid Spencer's avatar
      bug 122: · edbb40b2
      Reid Spencer authored
      - Update for BytecodeHandler interface change resuing from CPRs going away
      
      llvm-svn: 14938
      edbb40b2
    • Reid Spencer's avatar
      bug 122: · ce6adaff
      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
      ce6adaff
    • Reid Spencer's avatar
      bug 122: · 3d169b1c
      Reid Spencer authored
      - Move these functions from other places
      - Provide implementations of Constant class overrides in GlobalValue
      
      llvm-svn: 14936
      3d169b1c
    • Reid Spencer's avatar
      bug 122: · 37e4e78c
      Reid Spencer authored
      - Replace ConstantPointerRef usage with GlobalValue usage
      - Replace tabs.
      
      llvm-svn: 14935
      37e4e78c
    • Reid Spencer's avatar
      bug 122: · 49fc8a74
      Reid Spencer authored
      - Correct an assert to not have redundant isa<GlobalValue>
      
      llvm-svn: 14934
      49fc8a74
    • Reid Spencer's avatar
      bug 122: · bbddbf3a
      Reid Spencer authored
      - Correct isa<Constant> for GlobalValue subclass
      
      llvm-svn: 14933
      bbddbf3a
    • Reid Spencer's avatar
      bug 122: · 784638bb
      Reid Spencer authored
      - Correct isa<Constant> for GlobalValue subclass
      - Fix some tabs and indentation.
      
      llvm-svn: 14932
      784638bb
    • Reid Spencer's avatar
      bug 122: · 3c4824af
      Reid Spencer authored
      - Module doesn't need to manage ConstantPointerRefs any more.
      
      llvm-svn: 14931
      3c4824af
    • Reid Spencer's avatar
      bug 122: · cd3936ee
      Reid Spencer authored
      - Replace ConstantPointerRef usage with GlobalValue usage
      - Correct isa<Constant> for GlobalValue subclass
      
      llvm-svn: 14930
      cd3936ee
    • Reid Spencer's avatar
      bug 122: · c49dd8de
      Reid Spencer authored
      - Move GlobalValue and GlobalVariable implementations to Globals.cpp
      
      llvm-svn: 14929
      c49dd8de
    • Reid Spencer's avatar
      bug 122: · 1ebe1abe
      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
      1ebe1abe
    • Reid Spencer's avatar
      bug 122: · accd7c70
      Reid Spencer authored
      - Replace ConstantPointerRef usage with GlobalValue usage
      - Minimize redundant isa<GlobalValue> usage
      - Correct isa<Constant> for GlobalValue subclass
      
      llvm-svn: 14927
      accd7c70
  2. Jul 17, 2004
  3. Jul 16, 2004
Loading