Go to file
Daniel Dunbar a1d8bcd33e When generating cleanup blocks for Obj-C @finally, mark them as catch all blocks
from the perspective of LLVM exception handling. Otherwise the C++ personality
function may decide not to run them, if it only detects cleanup handlers.
 - Test case for this is exceptions.m in llvm-test.

llvm-svn: 77999
2009-08-03 21:20:07 +00:00
clang When generating cleanup blocks for Obj-C @finally, mark them as catch all blocks 2009-08-03 21:20:07 +00:00
compiler-rt Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris. 2009-08-03 05:59:48 +00:00
llvm Lower CONCAT_VECTOR during legalization instead of matching it during isel. 2009-08-03 20:36:38 +00:00