This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae8f4e85a8e [X86] Improve lowering of concats of mask vectors to better [...] new b45d5a85238 Revert "[AVR] Override ParseDirective" new 2d9d3063150 [AVR] Fix two CodeGen tests
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: 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/CodeGen/AVR/return.ll | 10 +-- .../AVR/select-must-add-unconditional-jump.ll | 4 +- test/MC/AVR/relocations.s | 61 -------------- 17 files changed, 31 insertions(+), 364 deletions(-) delete mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp delete mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h