This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e9fdaa1 [PowerPC] - No SExt/ZExt needed for count trailing zeros new e0d500a [AVR] Add the machine code emitter
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: lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp | 304 +++++++++++++++++++++++ lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.h | 115 +++++++++ lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp | 3 + lib/Target/AVR/MCTargetDesc/CMakeLists.txt | 1 + 4 files changed, 423 insertions(+) create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.h