This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 02f82baedd2 [AVR] Implement non-constant bit rotations new 079b067df74 [LLVM][inline-asm] Altmacro absolute expression '%' feature
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/MCParser/MCAsmLexer.h | 9 ++++ lib/MC/MCParser/AsmParser.cpp | 56 ++++++++++++++++++--- lib/MC/MCParser/MCAsmLexer.cpp | 2 +- test/MC/AsmParser/altmacro_expression.s | 65 +++++++++++++++++++++++++ test/MC/AsmParser/negativ_altmacro_expression.s | 34 +++++++++++++ 5 files changed, 159 insertions(+), 7 deletions(-) create mode 100644 test/MC/AsmParser/altmacro_expression.s create mode 100644 test/MC/AsmParser/negativ_altmacro_expression.s