Go to file
Hongbin Zheng 63cc9467af Ensure a correct order between memory accesses.
Ensure that the scalar write access corresponds to the result of a load
instruction appears after the generic read access corresponds to the load
instruction.

llvm-svn: 186419
2013-07-16 15:20:29 +00:00
clang Remove unnecessary assignment. 2013-07-16 13:58:44 +00:00
clang-tools-extra Fix UseAuto not transforming iterator when non-fully qualifiers are used and 2013-07-15 15:37:05 +00:00
compiler-rt [ASan] Bump min supported Mac OS X version to 10.6 - makefile build 2013-07-16 13:16:15 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Fix and re-enable R600 vload/vstore assembly 2013-07-16 14:29:01 +00:00
libcxx Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14 2013-07-15 20:46:11 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [PECOFF][Writer] Replace magic numbers with sizeof(). 2013-07-16 06:21:39 +00:00
lldb Fixed a problem in IRForTarget where we would not 2013-07-15 23:31:47 +00:00
llvm Create files with mode 666. This matches the behavior of other unix tools. 2013-07-16 14:10:07 +00:00
polly Ensure a correct order between memory accesses. 2013-07-16 15:20:29 +00:00