Go to file
Rafael Espindola fdc3e6fab6 Use .cfi_sections to put the unwind info in .debug_frame when possible. With
this clang will use .debug_frame in, for example,
clang -g -c -m32 test.c
This matches gcc's behaviour. It looks like .debug_frame is a bit bigger
than .eh_frame, but has the big advantage of not being allocated.

llvm-svn: 131140
2011-05-10 18:39:09 +00:00
clang Reimplement Sema::MatchTemplateParametersToScopeSpecifier() based on 2011-05-10 18:27:06 +00:00
compiler-rt Check architectures to make sure that we can build for all of them 2011-05-09 20:24:43 +00:00
debuginfo-tests Test case for r130373. 2011-04-28 02:23:17 +00:00
libcxx Updated type_traits and the type_traits design doc with recent work done in clang. 2011-05-09 19:21:17 +00:00
libcxxabi initial import 2011-05-05 15:27:28 +00:00
lldb Add TestExprs2.py for recent check-ins related to the 'expression' subsystem. 2011-05-09 23:41:06 +00:00
llvm Use .cfi_sections to put the unwind info in .debug_frame when possible. With 2011-05-10 18:39:09 +00:00
polly ScopInfo: Do not return reference to member variable 'domain'. 2011-05-06 19:52:19 +00:00