This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a7480ba [EarlyCSE] Change LoadValue field Value *Data to Instruction [...] new 9ed561f Debug info: Support DWARF4 bitfields via DW_AT_data_bit_offset. new ee1e043 Debug Info: Restore the pre-r240853 behavior for DWARF2 bitfields.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 44 ++++++++------------ test/DebugInfo/ARM/big-endian-bitfield.ll | 56 +++++++++++++++++++++++++ test/DebugInfo/ARM/bitfield.ll | 2 +- test/DebugInfo/X86/bitfields-dwarf4.ll | 68 +++++++++++++++++++++++++++++++ 4 files changed, 141 insertions(+), 29 deletions(-) create mode 100644 test/DebugInfo/ARM/big-endian-bitfield.ll create mode 100644 test/DebugInfo/X86/bitfields-dwarf4.ll