diff options
author | Akira Hatanaka <ahatanak@gmail.com> | 2011-06-07 02:17:21 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-06-07 02:17:21 +0000 |
commit | 08b7a779ef7655dc1a80969482d10bdcda17680e (patch) | |
tree | 306a522316d0cca7e02ad8453d39c0d19b13ba07 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 0af2e4731004819362c51d58c756940a05436efb (diff) | |
download | llvm-08b7a779ef7655dc1a80969482d10bdcda17680e.zip llvm-08b7a779ef7655dc1a80969482d10bdcda17680e.tar.gz llvm-08b7a779ef7655dc1a80969482d10bdcda17680e.tar.bz2 |
Add test case for C++ exception handling and fix the following mistakes in MipsFrameLowering::emitPrologue:
- cfi directives are not inserted at the right location or in the right order.
- The source MachineLocation for the cfi directive that changes the cfa register
to $fp should be MachineLocation::VirtualFP.
- A PROLOG_LABEL that marks the beginning of cfi_offset directives for
callee-saved register is emitted even when no callee-saved registers are
saved.
- When a callee-saved double precision register is saved, two cfi_offset
directives, one for each of the paired single precision registers, should be
emitted.
llvm-svn: 132703
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions