This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 03f3a72f26a Revert "[WebAssembly] Import the linear memory and function [...] new 57c16f92679 [AVR] Override ParseDirective
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/BinaryFormat/ELFRelocs/AVR.def | 5 +- include/llvm/MC/MCExpr.h | 8 ++ lib/MC/MCExpr.cpp | 10 +++ lib/Target/AVR/AsmParser/AVRAsmParser.cpp | 92 ++++++++++++++++++++-- lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp | 5 +- lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp | 45 +++++++++-- lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h | 7 +- lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp | 51 ++++++++++++ lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h | 54 +++++++++++++ lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp | 26 ++++++ lib/Target/AVR/MCTargetDesc/AVRMCExpr.h | 6 +- lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp | 8 +- lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h | 2 + lib/Target/AVR/MCTargetDesc/CMakeLists.txt | 1 + test/MC/AVR/relocations.s | 61 ++++++++++++++ 15 files changed, 357 insertions(+), 24 deletions(-) create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h