Go to file
Bill Wendling 0058520770 Omit extracting a loop if one of the exits is a landing pad.
The landing pad must accompany the invoke when it's extracted. However, if it
does, then the loop isn't properly extracted. I.e., the resulting extraction has
a loop in it. The extracted function is then extracted, etc. resulting in an
infinite loop.

llvm-svn: 140193
2011-09-20 22:23:09 +00:00
clang In SourceManager::translateLineCol, handle the case where we are pointing 2011-09-20 22:14:54 +00:00
compiler-rt platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit the 2011-09-14 21:19:45 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Chris Jefferson noted that vector iterator ownership can be transferred from source to target under move construction and move assignment. This commit makes that happen for debug mode. 2011-09-19 16:34:29 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
llvm Omit extracting a loop if one of the exits is a landing pad. 2011-09-20 22:23:09 +00:00
polly Also force a fixed version of cloog 2011-09-09 11:02:10 +00:00