This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 99172ed [mips] Fix comment to respect 80 chars per line; NFC new 2762dba [mips][rtdyld] Move MIPS relocation resolution to a subclass [...]
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/ExecutionEngine/RuntimeDyld/CMakeLists.txt | 1 + lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 9 +- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 298 ++------------------ lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h | 29 +- .../RuntimeDyld/Targets/RuntimeDyldELFMips.cpp | 312 +++++++++++++++++++++ .../RuntimeDyld/Targets/RuntimeDyldELFMips.h | 68 +++++ 6 files changed, 411 insertions(+), 306 deletions(-) create mode 100644 lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp create mode 100644 lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.h