Go to file
Matt Arsenault 69bfb90419 R600/SI: Fix assertion from copying a TargetGlobalAddress
Assert in scheduler from an inserted copy_to_regclass from
a constant.

This only seems to break sometimes when a constant initializer
address is forced into VGPRs in a non-entry block. No test
since the only case I've managed to hit only happens with a future
patch, and that case will also not be a problem once scalar instructions
are used in non-entry blocks.

llvm-svn: 217380
2014-09-08 15:07:33 +00:00
clang Add .clang-tidy configuration file to provide LLVM-optimized defaults for clang-tidy. 2014-09-08 13:33:32 +00:00
clang-tools-extra Fixed a typo. 2014-09-08 15:04:35 +00:00
compiler-rt [msan] Fix wrong array index in io_submit interceptor. 2014-09-08 09:28:25 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc add isordered builtin 2014-09-05 13:59:15 +00:00
libcxx PR20546: Fix tests for compare_exchange_weak. 2014-09-06 20:38:25 +00:00
libcxxabi Remove an unused typedef from __class_type_info::search_below_dst 2014-09-08 13:56:36 +00:00
lld Update current LLD status for MIPS target. 2014-09-08 14:56:20 +00:00
lldb remove a couple of default cases from switches 2014-09-08 14:59:36 +00:00
llvm R600/SI: Fix assertion from copying a TargetGlobalAddress 2014-09-08 15:07:33 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Add test/lit.site.cfg to .gitignore 2014-09-07 15:03:30 +00:00