This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e9e4ec Teach fast isel about thiscall (and callee-pop) calls. new aacf2fb [Object] Re-apply r275316 now that I have the corresponding L [...]
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/Object/Archive.h | 41 +++++++++------ include/llvm/Support/Error.h | 5 ++ lib/ExecutionEngine/MCJIT/MCJIT.cpp | 9 ++-- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 9 ++-- lib/Object/Archive.cpp | 48 +++++++++-------- lib/Support/Error.cpp | 11 ++++ tools/dsymutil/BinaryHolder.cpp | 8 +-- tools/llvm-ar/llvm-ar.cpp | 68 ++++++++++++------------ tools/llvm-cxxdump/llvm-cxxdump.cpp | 14 +++-- tools/llvm-nm/llvm-nm.cpp | 74 +++++++++++++-------------- tools/llvm-objdump/MachODump.cpp | 48 ++++++++--------- tools/llvm-objdump/llvm-objdump.cpp | 8 +-- tools/llvm-readobj/llvm-readobj.cpp | 19 +++++-- tools/llvm-size/llvm-size.cpp | 54 +++++++++---------- tools/sancov/sancov.cc | 17 +++--- 15 files changed, 236 insertions(+), 197 deletions(-)