Go to file
Manman Ren fe5a61edbe Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the
reachablity.

We conservatively approximate the reachability analysis by saying it is not
reachable if there is a single path starting from "From" and the path does not
reach "To".

rdar://12801584

llvm-svn: 171512
2013-01-04 19:19:47 +00:00
clang Update CMakeLists.txt 2013-01-04 19:04:47 +00:00
clang-tools-extra Port loop-convert into cpp11-migrate 2013-01-04 18:25:18 +00:00
compiler-rt Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx atomic_bool was missing (just a typedef to atomic<bool>). 2013-01-04 18:58:50 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld Add .arcconfig for Phabricator command-line support 2013-01-03 02:15:37 +00:00
lldb Added a bit more explanation for the python modules that aid with symbolication. 2013-01-04 19:01:39 +00:00
llvm Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the 2013-01-04 19:19:47 +00:00
polly Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to 2013-01-02 11:47:44 +00:00