This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ea9ff22 [RegAllocGreedy] Attempt to split unspillable live intervals new cb9627f [AVR] Add the assembly instruction printer new eabad28 Revert "[RegAllocGreedy] Attempt to split unspillable live in [...] new 6f7cc38 [AVR] Add the ELF object file writer
The 3 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/CodeGen/RegAllocGreedy.cpp | 14 +- lib/Target/AVR/CMakeLists.txt | 3 +- lib/Target/AVR/InstPrinter/AVRInstPrinter.cpp | 172 +++++++++++++++++++++ lib/Target/AVR/InstPrinter/AVRInstPrinter.h | 54 +++++++ lib/Target/AVR/InstPrinter/CMakeLists.txt | 8 + .../AVR/{TargetInfo => InstPrinter}/LLVMBuild.txt | 4 +- lib/Target/AVR/LLVMBuild.txt | 2 +- lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp | 127 +++++++++++++++ lib/Target/AVR/MCTargetDesc/CMakeLists.txt | 1 + test/CodeGen/AVR/high-pressure-on-ptrregs.ll | 78 ---------- 10 files changed, 373 insertions(+), 90 deletions(-) create mode 100644 lib/Target/AVR/InstPrinter/AVRInstPrinter.cpp create mode 100644 lib/Target/AVR/InstPrinter/AVRInstPrinter.h create mode 100644 lib/Target/AVR/InstPrinter/CMakeLists.txt copy lib/Target/AVR/{TargetInfo => InstPrinter}/LLVMBuild.txt (82%) create mode 100644 lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp delete mode 100644 test/CodeGen/AVR/high-pressure-on-ptrregs.ll