Go to file
Vincent Lejeune 21de8baa15 R600: Don't mix LDS and non-LDS instructions in the same group
There are a lot of restrictions on instruction groups that contain
LDS instructions, so for now we will be conservative and not packetize
anything else with them.

llvm-svn: 187513
2013-07-31 19:31:41 +00:00
clang ObjectiveC arc: minor refactoring in my last patch 2013-07-31 18:39:08 +00:00
clang-tools-extra Fixed path differences when using include/exclude headers 2013-07-31 04:00:28 +00:00
compiler-rt [msan] Fix msan tests with pipefail option. 2013-07-31 09:14:55 +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 Add missing integer min/max definitions 2013-07-26 13:02:02 +00:00
libcxx Debug mode for unordered_multimap. Some mods were done for unordered_map as well to keep all the tests passing. However unordered_map is at the very least still missing tests, if not functionality (if it isn't tested, it probably isn't working). 2013-07-30 21:04:42 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld [PECOFF] Add a comment about .bss section. 2013-07-31 17:45:48 +00:00
lldb Mark additional ICC failing tests as expected fail. 2013-07-31 17:56:22 +00:00
llvm R600: Don't mix LDS and non-LDS instructions in the same group 2013-07-31 19:31:41 +00:00
polly Dependence: Add DEBUG support. 2013-07-31 14:35:17 +00:00