Go to file
Bob Wilson 01cfbfe9d0 Be conservative about allocations that may alias the accessed pointer.
If an allocation has a must-alias relation to the access pointer, we treat it
as a Def.  Otherwise, without this check, the code here was just skipping over
the allocation call and ignoring it.  I noticed this by inspection and don't
have a specific testcase that it breaks, but it seems like we need to treat
a may-alias allocation as a Clobber.

llvm-svn: 163127
2012-09-04 03:30:13 +00:00
clang [ms-inline asm] Use the new GetMCInstOperandNum() interface in the front-end. 2012-09-03 20:40:52 +00:00
clang-tools-extra Update Makefiles to reflect split of clangRewrite.a into two libraries. 2012-09-01 07:44:41 +00:00
compiler-rt tsan: do not crash with obscure message if a user passes invalid arguments to malloc/free/memset/etc 2012-09-02 12:04:51 +00:00
debuginfo-tests
libclc Add rsqrt builtin. Based on patch by Cassie Epps! 2012-08-21 10:48:35 +00:00
libcxx Some minor mingw64 porting tweaks from Glen. 2012-09-03 18:13:11 +00:00
libcxxabi Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bits for 64 bit targets. This is controls the data layout of all exceptions defined in <stdexcept>. This aligns the ABI with that of gcc-4.2. 2012-08-08 16:15:16 +00:00
lld Hook up lld-test to llvm check-all. Patch by Andy Gibbs! 2012-07-31 18:44:52 +00:00
lldb Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unless you switch LLDB_FANCY_INLINED_STEPPING to true. With that 2012-09-01 01:02:41 +00:00
llvm Be conservative about allocations that may alias the accessed pointer. 2012-09-04 03:30:13 +00:00
polly Update isl to a newer version 2012-09-03 07:42:40 +00:00