Go to file
Matt Arsenault e682a19a1c R600: Fix asserts related to constant initializers
This would assert if a constant address space was extern
and therefore didn't have an initializer. If the initializer
was undef, it would hit the unreachable unhandled initializer case.

An extern global should never really occur since we don't have
machine linking, but bugpoint likes to remove initializers.

llvm-svn: 210967
2014-06-14 04:26:05 +00:00
clang Fix a crash in Retain Count checker error reporting 2014-06-13 23:47:38 +00:00
clang-tools-extra Prefix error_code with std. 2014-06-12 22:08:48 +00:00
compiler-rt Exclude Android from the tests for valloc/pvalloc. 2014-06-14 00:50:03 +00:00
debuginfo-tests
libclc Add intptr types 2014-06-13 19:43:18 +00:00
libcxx Revert "fixes duplicate header installation" 2014-06-12 23:19:55 +00:00
libcxxabi Add a FAQ section, with a question about why the std::exception class destructors live in libc++abi 2014-06-11 16:54:09 +00:00
lld Update for llvm api change. 2014-06-13 17:20:48 +00:00
lldb Properly terminated POSIX register sets with LLDB_INVALID_REGNUM. 2014-06-14 03:13:01 +00:00
llvm R600: Fix asserts related to constant initializers 2014-06-14 04:26:05 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [Refactor] C++11 Memory access iterators in SCoP stmts 2014-06-13 18:01:45 +00:00