Go to file
Greg Clayton cae0855a62 DWARF layout for bitfields is wrong when the bit offset is negative.
Some older versions of clang emitted bit offsets that were negative and these bitfields would have their bitfield-ness stripped off and it would cause a clang assertion in clang assertions were enabled. I updated the bitfield C test to make sure we don't regress.

<rdar://problem/21082998> 

llvm-svn: 267248
2016-04-22 23:14:35 +00:00
clang Revert the bool portion of r267054 2016-04-22 22:14:32 +00:00
clang-tools-extra [Clang-tidy] Fix Clang warning in misc/StringConstructorCheck.h. 2016-04-22 21:33:33 +00:00
compiler-rt [sanitizer] allow zero first parameter in MmapNoAccess; This is a part of r267094 that has been reverted 2016-04-22 20:05:52 +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 prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Fix some non-standard parts of our test suite. Reported by STL 2016-04-22 10:33:56 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind unwind: unify some more macros 2016-04-22 17:11:05 +00:00
lld Devirtualize ScriptParserBase. NFC. 2016-04-22 22:59:24 +00:00
lldb DWARF layout for bitfields is wrong when the bit offset is negative. 2016-04-22 23:14:35 +00:00
llgo benchcomp: Add a mode for analyzing rule execution time in ninja log files. 2016-04-08 22:42:22 +00:00
llvm AMDGPU: sext_inreg (srl x, K), vt -> bfe x, K, vt.Size 2016-04-22 22:59:16 +00:00
openmp [ITTNOTIFY] Remove serialized parallel regions from frame notification 2016-04-19 16:55:17 +00:00
polly Bail for complex execution contexts of invariant loads 2016-04-22 11:41:14 +00:00