Go to file
Tom Stellard 7f6fa4c4c5 R600: Don't use trans slot for instructions that read LDS source registers
This fixes some regressions in the piglit local memory store tests
introduced by recent commits which made the scheduler aware of the trans
slot.

It's not possible to test this using lit, because there is no way to
determine from the assembly dumps whether or not an instruction is in
the trans slot.

Even if this were possible, the test would be highly sensitive to
changes in the scheduler and might generate confusing false negatives.

Reviewed-by: Vincent Lejeune<vljn at ovi.com>
llvm-svn: 190574
2013-09-12 02:55:06 +00:00
clang [libclang] In clang_getLocation, check that the provided line/column is valid. 2013-09-12 01:10:36 +00:00
clang-tools-extra clang-tools-extra/test/clang-modernize/HeaderReplacements/main.cpp: Tweak sed(1) to let paths with a driveletter quoted in *_expected.yaml. 2013-09-11 11:55:59 +00:00
compiler-rt Fix typo 2013-09-11 19:35:32 +00:00
debuginfo-tests Auto-detect the architecture of the executable instead of using the arch of 2013-09-07 20:04:29 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Implement uses-allocator construction 2013-09-12 02:11:16 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld Run clang-format. 2013-09-11 22:21:42 +00:00
lldb Updated CMakeLists to match XCode project 2013-09-12 02:20:39 +00:00
llvm R600: Don't use trans slot for instructions that read LDS source registers 2013-09-12 02:55:06 +00:00
polly Fix build after SCEV change 2013-09-10 20:22:17 +00:00