llvm-6502/lib/Target/Alpha
Nate Begeman 37efe67645 JumpTable support! What this represents is working asm and jit support for
x86 and ppc for 100% dense switch statements when relocations are non-PIC.
This support will be extended and enhanced in the coming days to support
PIC, and less dense forms of jump tables.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27947 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-22 18:53:45 +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 Alpha Scheduling classes 2006-03-09 17:16:45 +00:00
AlphaAsmPrinter.cpp JumpTable support! What this represents is working asm and jit support for 2006-04-22 18:53:45 +00:00
AlphaCodeEmitter.cpp Add explicit #includes of <iostream> 2006-01-22 23:41:00 +00:00
AlphaInstrFormats.td Alpha Scheduling classes 2006-03-09 17:16:45 +00:00
AlphaInstrInfo.cpp these are copies too 2006-03-09 18:18:51 +00:00
AlphaInstrInfo.h isStoreToStackSlot 2006-02-03 03:07:37 +00:00
AlphaInstrInfo.td support x * (c1 + c2) where c1 and c2 are pow2s. special case for c2 == 4 2006-04-03 04:19:17 +00:00
AlphaISelDAGToDAG.cpp Initialize SDOperand values because the gcc 4.0.2 compiler complains about 2006-04-08 05:38:03 +00:00
AlphaISelLowering.cpp JumpTable support! What this represents is working asm and jit support for 2006-04-22 18:53:45 +00:00
AlphaISelLowering.h Alpha Scheduling classes 2006-03-09 17:16:45 +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 Foundation for call frame information. 2006-04-07 16:34:46 +00:00
AlphaRegisterInfo.h Foundation for call frame information. 2006-04-07 16:34:46 +00:00
AlphaRegisterInfo.td Add dwarf register numbering to register data. 2006-03-24 21:15:58 +00:00
AlphaRelocations.h support bsr, and more .td simplification 2005-07-28 18:14:47 +00:00
AlphaSchedule.td Alpha Scheduling classes 2006-03-09 17:16:45 +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 Alpha Scheduling classes 2006-03-09 17:16:45 +00:00
AlphaTargetMachine.cpp Disable switch lowering for targets based on the selection dag isel, 2006-04-08 19:46:55 +00:00
AlphaTargetMachine.h Eliminate IntrinsicLowering from TargetMachine. 2006-03-23 05:43:16 +00:00
Makefile Autogen subtarget information from .td files. 2005-10-23 22:15:34 +00:00