This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6af49b5c06f [X86] Update fast-isel test cases for _mm256_mask_cvtepi16_ [...] new cdcd5e1cacc [MC] Relax .fill size requirements
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/MC/MCFragment.h | 21 ++++++++------- lib/MC/MCAssembler.cpp | 45 ++++++++++++++++++++++--------- lib/MC/MCFragment.cpp | 3 ++- lib/MC/MCObjectStreamer.cpp | 38 +++++++++++++++----------- lib/MC/WasmObjectWriter.cpp | 7 ++--- test/MC/ARM/assembler-fill.s | 23 ++++++++++++++++ test/MC/AsmParser/assembler-expressions.s | 21 +++++++++++++-- test/MC/AsmParser/directive_fill.s | 19 ++++++++----- test/MC/AsmParser/directive_fill_2.s | 32 ++++++++++++++++++++++ 9 files changed, 158 insertions(+), 51 deletions(-) create mode 100644 test/MC/ARM/assembler-fill.s create mode 100644 test/MC/AsmParser/directive_fill_2.s