llvm-6502/lib/Target/Alpha
Chris Lattner f75f9be3fb Several related changes:
1. Change several methods in the MachineCodeEmitter class to be pure virtual.
2. Suck emitConstantPool/initJumpTableInfo into startFunction, removing them
   from the MachineCodeEmitter interface, and reducing the amount of target-
   specific code.
3. Change the JITEmitter so that it allocates constantpools and jump tables
   *right* next to the functions that they belong to, instead of in a separate
   pool of memory.  This makes all memory for a function be contiguous, and
   means the JITEmitter only tracks one block of memory now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28065 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-02 23:22:24 +00:00
..
.cvsignore
Alpha.h
Alpha.td Alpha Scheduling classes 2006-03-09 17:16:45 +00:00
AlphaAsmPrinter.cpp Extend printBasicBlockLabel a bit so that it can be used to print all 2006-05-02 05:37:32 +00:00
AlphaCodeEmitter.cpp Several related changes: 2006-05-02 23:22:24 +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 Fix a purely hypothetical problem (for now): emitWord emits in the host 2006-05-02 19:14:47 +00:00
AlphaJITInfo.h
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
AlphaSchedule.td Alpha Scheduling classes 2006-03-09 17:16:45 +00:00
AlphaSubtarget.cpp
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