Go to file
Akira Hatanaka 08b7a779ef 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
2011-06-07 02:17:21 +00:00
clang Catch the memory leak in a bucket 2011-06-07 00:11:58 +00:00
compiler-rt If a test case is not compiled on a specific platform, print "skipped" 2011-05-29 21:43:29 +00:00
debuginfo-tests Remove working directory path from intermediate files. They are not checked in the output anyway. 2011-05-31 23:57:48 +00:00
libcxx Move nullptr_t to unversioned namespace: Sean Hunt 2011-06-05 13:00:46 +00:00
libcxxabi Add more tests for cxa_guard methods. This includes our first two tests using 2011-06-04 18:01:24 +00:00
lldb Remove extra whitespace. 2011-06-06 21:36:56 +00:00
llvm Add test case for C++ exception handling and fix the following mistakes in MipsFrameLowering::emitPrologue: 2011-06-07 02:17:21 +00:00
polly www: Add website for the LLVM bugtracker use 2011-06-06 15:50:09 +00:00