aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-06-07 02:17:21 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-06-07 02:17:21 +0000
commit08b7a779ef7655dc1a80969482d10bdcda17680e (patch)
tree306a522316d0cca7e02ad8453d39c0d19b13ba07 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parent0af2e4731004819362c51d58c756940a05436efb (diff)
downloadllvm-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