This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b4b9bfa [SCEV] Compute max be count from shift operator only if all e [...] new 18b9b9a [CodeView] Implement support for bitfields in LLVM
The 1 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: include/llvm/IR/DIBuilder.h | 16 +++ include/llvm/IR/DebugInfoFlags.def | 1 + include/llvm/IR/DebugInfoMetadata.h | 7 + lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 32 +++-- lib/IR/DIBuilder.cpp | 12 ++ test/DebugInfo/COFF/bitfields.ll | 215 +++++++++++++++++++++++++++++++ 6 files changed, 272 insertions(+), 11 deletions(-) create mode 100644 test/DebugInfo/COFF/bitfields.ll