- Jul 18, 2004
-
-
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
-
- 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
-
Misha Brukman authored
llvm-svn: 14911
-
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
-
- Jul 16, 2004
-
-
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
-
Misha Brukman authored
llvm-svn: 14895
-
Misha Brukman authored
llvm-svn: 14894
-
Misha Brukman authored
* Get rid of dead and #if 0'd code * Minor for loop speed-up: save end iterator instead of querying every time llvm-svn: 14893
-
Misha Brukman authored
llvm-svn: 14892
-
Misha Brukman authored
has been eliminated llvm-svn: 14891
-
Misha Brukman authored
* Print out IMPLICIT_DEFS as comments in the assembly, patch by Nate Begeman llvm-svn: 14890
-
Misha Brukman authored
llvm-svn: 14888
-