llvm-6502/lib
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
..
Analysis fix PR7589: In brief: 2010-08-18 04:28:19 +00:00
Archive
AsmParser
Bitcode
CodeGen Add hook for re-using virtual base registers for local stack slot access. 2010-08-18 17:57:37 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Remove dead code. Fixes a GCC warning. 2010-08-17 19:45:05 +00:00
Support Revert r111321. This doesn't fix a problem. 2010-08-18 01:34:52 +00:00
System
Target Add hook for re-using virtual base registers for local stack slot access. 2010-08-18 17:57:37 +00:00
Transforms Fix PR7755: knowing something about an inval for a pred 2010-08-18 03:14:36 +00:00
VMCore
Makefile