llvm-6502/lib/Target/Alpha
2006-02-27 10:29:04 +00:00
..
.cvsignore ignore generated files 2005-09-07 23:47:44 +00:00
Alpha.h ret 0; works, not much else 2005-10-20 00:28:31 +00:00
Alpha.td Subtarget feature can now set any variable to any value 2006-01-27 08:09:42 +00:00
AlphaAsmPrinter.cpp Removed dependency on how operands are printed (want multi-line.) 2006-02-27 10:29:04 +00:00
AlphaCodeEmitter.cpp Add explicit #includes of <iostream> 2006-01-22 23:41:00 +00:00
AlphaInstrFormats.td Add immediate forms of cmov and remove some cruft 2006-02-01 19:37:33 +00:00
AlphaInstrInfo.cpp isStoreToStackSlot 2006-02-03 03:07:37 +00:00
AlphaInstrInfo.h isStoreToStackSlot 2006-02-03 03:07:37 +00:00
AlphaInstrInfo.td isStoreToStackSlot 2006-02-03 03:07:37 +00:00
AlphaISelDAGToDAG.cpp improved zap discovery 2006-02-13 18:52:29 +00:00
AlphaISelLowering.cpp Switch targets over to using SelectionDAG::getCALLSEQ_START to create 2006-02-13 09:00:43 +00:00
AlphaISelLowering.h Implement Promote for VAARG, and allow it to be custom promoted for people 2006-01-28 03:14:31 +00:00
AlphaJITInfo.cpp Remove a 'using namespace std'. 2006-01-01 22:20:31 +00:00
AlphaJITInfo.h Alpha JIT (beta) 2005-07-22 20:52:16 +00:00
AlphaRegisterInfo.cpp Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more logical place. Other methods should also be moved if anyoneis interested. :) 2006-02-02 20:12:32 +00:00
AlphaRegisterInfo.h Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more logical place. Other methods should also be moved if anyoneis interested. :) 2006-02-02 20:12:32 +00:00
AlphaRegisterInfo.td Support multiple ValueTypes per RegisterClass, needed for upcoming vector 2005-12-01 04:51:06 +00:00
AlphaRelocations.h support bsr, and more .td simplification 2005-07-28 18:14:47 +00:00
AlphaSubtarget.cpp Give full control of subtarget features over to table generated code. 2005-10-26 17:30:34 +00:00
AlphaSubtarget.h Typo made worse x 2 - take 2. 2005-10-26 18:07:50 +00:00
AlphaTargetMachine.cpp bye bye Pattern ISEL 2006-01-23 21:56:07 +00:00
AlphaTargetMachine.h Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build. 2005-11-08 02:11:51 +00:00
Makefile Autogen subtarget information from .td files. 2005-10-23 22:15:34 +00:00