Go to file
Chris Lattner dc8070ed6d when merging two alias sets, the result set is volatile if either
of the sets is volatile.  We were dropping the volatile bit of the
merged in set, leading (luckily) to assertions in cases like 
PR7535.  I cannot produce a testcase that repros with opt, but this
is obviously correct.

llvm-svn: 112402
2010-08-29 04:14:47 +00:00
clang Complain if a __pragma isn't terminated. 2010-08-29 01:09:54 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
libcxx [futures.promise]. Depends on rvalue-ref support to work 100%. 2010-08-28 21:01:06 +00:00
lldb Detect when ValueObject values change each time they are evaluated. 2010-08-28 00:08:07 +00:00
llvm when merging two alias sets, the result set is volatile if either 2010-08-29 04:14:47 +00:00