llvm-6502/lib/Target/Alpha
Andrew Lenharth 6968bff783 So, it turns out I forgot that one valid way of restoring GP after a call
is to use RA, which assumes the called function uses RA for the register
holding the return address when it issues a ret.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22301 91177308-0d34-0410-b5e6-96231b3b80d8
2005-06-27 23:24:11 +00:00
..
Alpha.h Remove trailing whitespace 2005-04-21 23:13:11 +00:00
Alpha.td remove a pseudo instruction, make ret always right, and fix vararg chains 2005-06-23 23:42:05 +00:00
AlphaAsmPrinter.cpp make constant pool labels local 2005-06-27 16:29:54 +00:00
AlphaInstrFormats.td Make the rest of file header comments consistent in format and style 2005-02-05 02:24:26 +00:00
AlphaInstrInfo.cpp Remove trailing whitespace 2005-04-21 23:13:11 +00:00
AlphaInstrInfo.h Remove trailing whitespace 2005-04-21 23:13:11 +00:00
AlphaInstrInfo.td get rid of another pseudo op 2005-06-27 21:11:40 +00:00
AlphaISelPattern.cpp So, it turns out I forgot that one valid way of restoring GP after a call 2005-06-27 23:24:11 +00:00
AlphaRegisterInfo.cpp remove a pseudo instruction, make ret always right, and fix vararg chains 2005-06-23 23:42:05 +00:00
AlphaRegisterInfo.h Remove trailing whitespace 2005-04-21 23:13:11 +00:00
AlphaRegisterInfo.td who said we had to use the return address in the return address register. Might save a move in many cases 2005-06-27 15:36:48 +00:00
AlphaTargetMachine.cpp Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile 2005-06-25 02:48:37 +00:00
AlphaTargetMachine.h Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile 2005-06-25 02:48:37 +00:00
Makefile no longer build as a shared library 2005-02-22 04:58:26 +00:00