Go to file
Tom Stellard a99ada528c R600/SI: Emit s_mov_b32 m0, -1 before every DS instruction
This s_mov_b32 will write to a virtual register from the M0Reg
class and all the ds instructions now take an extra M0Reg explicit
argument.

This change is necessary to prevent issues with the scheduler
mixing together instructions that expect different values in the m0
registers.

llvm-svn: 222583
2014-11-21 22:31:44 +00:00
clang Objective-C ARC. Fixes a crash when checking for 'weak' propery 2014-11-21 21:12:11 +00:00
clang-tools-extra [clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10 2014-11-20 15:05:32 +00:00
compiler-rt [ASan] Get fake stack code working with GCC 4.8.2. 2014-11-21 21:25:09 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Handle extra whitespace in linux distribution name. 2014-11-21 08:54:35 +00:00
libcxxabi Ensure llvm-sanitizer is found by the tests when using sanitizers. 2014-11-21 02:16:19 +00:00
lld [Mips] Use endian::read() for relocation addendum reading 2014-11-21 21:26:32 +00:00
lldb Per off-list feedback, this API returns the *first* value with a given name, not the *only* one. Rename it to reflect that 2014-11-21 22:23:08 +00:00
llvm R600/SI: Emit s_mov_b32 m0, -1 before every DS instruction 2014-11-21 22:31:44 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Use isl_schedule_get_ctx 2014-11-21 19:39:42 +00:00