llvm-6502/lib
Hal Finkel 3080d23fde Provide the register scavenger to processFunctionBeforeFrameFinalized
Add the current PEI register scavenger as a parameter to the
processFunctionBeforeFrameFinalized callback.

This change is necessary in order to allow the PowerPC target code to
set the register scavenger frame index after the save-area offset
adjustments performed by processFunctionBeforeFrameFinalized. Only
after these adjustments have been made is it possible to estimate
the size of the stack frame.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177108 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-14 20:33:40 +00:00
..
Analysis Small fix for cost analysis of ptrtoint. 2013-03-12 13:18:30 +00:00
Archive
AsmParser
Bitcode
CodeGen Provide the register scavenger to processFunctionBeforeFrameFinalized 2013-03-14 20:33:40 +00:00
DebugInfo
ExecutionEngine
IR Remove the unused 4th operand for DIFile debug info metadata 2013-03-13 22:05:21 +00:00
Linker
MC Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MCDwarfFilesCUMap 2013-03-12 20:17:00 +00:00
Object
Option
Support Android uses cacheflush(long start, long end, long flags) for MIPS. 2013-03-14 19:01:00 +00:00
TableGen
Target Provide the register scavenger to processFunctionBeforeFrameFinalized 2013-03-14 20:33:40 +00:00
Transforms LoopVectorize: Invert case when we use a vector cmp value to query select cost 2013-03-14 18:54:36 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile