1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc relativ...
authorWesley Peck <peckw@wesleypeck.com>
Sun, 12 Dec 2010 20:52:31 +0000 (20:52 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Sun, 12 Dec 2010 20:52:31 +0000 (20:52 +0000)
commiteb1338233399dec17c4a7b88f5ec2866606d4bb0
tree3772699753da166480d1dc94826c0336e40c7466
parenta30b7d2c707b5720691f7aea0652e37bd333d3af
1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc relative branch BRLD.
2. Make sure that the MBlaze stack is aligned to 4-byte boundaries.
3. Determine frame indexes that should be placed in the callers stack frame, as per the MBlaze ABI, and place them in the correct locations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121639 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/MBlaze/MBlazeFrameInfo.cpp
lib/Target/MBlaze/MBlazeISelLowering.cpp
lib/Target/MBlaze/MBlazeInstrInfo.td
lib/Target/MBlaze/MBlazeMachineFunction.h
lib/Target/MBlaze/MBlazeRegisterInfo.cpp