llvm-6502/lib/Target/Alpha
Chris Lattner bce81ae51e Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.
This is the last MVTSDNode.

This allows us to eliminate a bunch of special case code for handling
MVTSDNodes.

Also, remove some uses of dyn_cast that should really be cast (which is
cheaper in a release build).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22368 91177308-0d34-0410-b5e6-96231b3b80d8
2005-07-10 01:56:13 +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 simplify call code, remove pseudo ops for div and rem, track more loads and stores 2005-07-01 19:14:02 +00:00
AlphaISelPattern.cpp Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. 2005-07-10 01:56:13 +00:00
AlphaRegisterInfo.cpp clean up prolouge and epilouge 2005-07-07 19:52:58 +00:00
AlphaRegisterInfo.h Remove trailing whitespace 2005-04-21 23:13:11 +00:00
AlphaRegisterInfo.td Get rid of all symbolic loads. I now do gernate all relocations sequences 2005-06-29 00:31:08 +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