- Jul 18, 2004
-
-
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
-
Reid Spencer authored
Make GlobalValue a "classof" Constant Fix the classof(Value*) to include GlobalValue's llvm-svn: 14918
-
Reid Spencer authored
llvm-svn: 14917
-
- Jul 17, 2004
-
-
Chris Lattner authored
but make virtreg->virtreg joining stay off by default llvm-svn: 14916
-
Chris Lattner authored
shrd [mem], reg, imm This fixes the jit-ls failure on 186.crafty. llvm-svn: 14914
-
Chris Lattner authored
llvm-svn: 14913
-
Chris Lattner authored
llvm-svn: 14912
-
Misha Brukman authored
llvm-svn: 14911
-
Reid Spencer authored
and details documentation. llvm-svn: 14910
-
Reid Spencer authored
library which is a prerequisite for maintaining the library. llvm-svn: 14909
-
Chris Lattner authored
for objects of size 0. llvm-svn: 14908
-
Chris Lattner authored
llvm-svn: 14907
-
Chris Lattner authored
New features: -print-all-alias-modref-info option, print more info llvm-svn: 14906
-
Chris Lattner authored
the comment came from. llvm-svn: 14905
-
Chris Lattner authored
llvm-svn: 14904
-
Chris Lattner authored
llvm-svn: 14903
-
- Jul 16, 2004
-
-
Brian Gaeke authored
llvm-svn: 14902
-
Misha Brukman authored
a funky way to "use" R0 for a 0-valued operand * Add IMPLICIT_DEFs for incoming function arguments via registers to help the register allocator not clobber those registers * Implement comparisons with longs * Teach emitSelectOperation() to fold the SetCC operation Patch contributed by Nate Begeman llvm-svn: 14901
-
Misha Brukman authored
* Fix comment formatting llvm-svn: 14900
-
Misha Brukman authored
llvm-svn: 14899
-
Misha Brukman authored
llvm-svn: 14898
-
Misha Brukman authored
llvm-svn: 14897
-
Misha Brukman authored
* Allocate registers 13-31 backwards (to be able to store them all at once) llvm-svn: 14896
-