Go to file
Bill Wendling f0d2dfde4f Split the landing pad's edge. Then for all uses of a landingpad instruction's
value, we insert a load of the exception object and selector object from memory,
which is where it actually resides. If it's used by a PHI node, we follow that
to where it is being used. Eventually, all landingpad instructions should have
no uses. Any PHI nodes that were associated with those landingpads should be
removed.

llvm-svn: 138302
2011-08-22 23:38:40 +00:00
clang [analyzer] MacOSKeychainAPIChecker: Users of KeyChain API often use free() to deallocate the password. Catch this error explicitly and generate the error message at the place where free() is called. 2011-08-22 23:18:12 +00:00
compiler-rt Refactor DEFINE_COMPILERRT_FUNCTION. 2011-08-22 21:49:47 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Merge the Apple branch into trunk 2011-08-18 15:53:00 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Restored the version of LLVM that we previously 2011-08-22 22:34:22 +00:00
llvm Split the landing pad's edge. Then for all uses of a landingpad instruction's 2011-08-22 23:38:40 +00:00
polly Temporarily remove reduction support and interchange pass 2011-08-21 14:57:58 +00:00