llvm-6502/include/llvm/Target
Jim Grosbach 74d803a58c Add hook for re-using virtual base registers for local stack slot access.
Nothing fancy, just ask the target if any currently available base reg
is in range for the instruction under consideration and use the first one
that is. Placeholder ARM implementation simply returns false for now.

ongoing saga of rdar://8277890



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111374 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-18 17:57:37 +00:00
..
Mangler.h
SubtargetFeature.h
Target.td tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl', 2010-08-12 00:55:32 +00:00
TargetAsmBackend.h
TargetAsmLexer.h
TargetAsmParser.h MC/AsmParser: Push the burdon of emitting diagnostics about unmatched 2010-08-12 00:55:38 +00:00
TargetCallingConv.h Split the SDValue out of OutputArg so that SelectionDAG-independent 2010-07-07 15:54:55 +00:00
TargetCallingConv.td Fix eabi calling convention when a 64 bit value shadows r3. 2010-08-06 15:35:32 +00:00
TargetData.h Don't use unsigned char for alignments in TargetData. There aren't 2010-08-11 18:15:01 +00:00
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h Implement register class inflation. 2010-08-10 18:37:40 +00:00
TargetInstrInfo.h Use the "isCompare" machine instruction attribute instead of calling the 2010-08-08 05:04:59 +00:00
TargetInstrItineraries.h
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLowering.h Hook in GlobalMerge pass 2010-07-24 21:52:08 +00:00
TargetLoweringObjectFile.h
TargetMachine.h Add hook to insert late LLVM=>LLVM passes just before isel 2010-07-24 20:48:54 +00:00
TargetOpcodes.h Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and 2010-07-16 22:20:36 +00:00
TargetOptions.h Grammar. 2010-07-29 18:11:28 +00:00
TargetRegisterInfo.h Add hook for re-using virtual base registers for local stack slot access. 2010-08-18 17:57:37 +00:00
TargetRegistry.h Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. 2010-07-29 17:48:06 +00:00
TargetSchedule.td
TargetSelect.h Fix PR7809 by creating a header for just llvm variables that can be 2010-08-08 02:44:17 +00:00
TargetSelectionDAG.td
TargetSelectionDAGInfo.h
TargetSubtarget.h