This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 20c5abb8e [ELF] Actually fix test from r344976
new dac7961ba [ELF] Split up emulation.s per backend
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:
test/ELF/emulation-aarch64.s | 34 ++++
test/ELF/emulation-arm.s | 27 +++
test/ELF/emulation-mips.s | 115 ++++++++++++
test/ELF/emulation-ppc.s | 67 +++++++
test/ELF/emulation-x86.s | 205 ++++++++++++++++++++
test/ELF/emulation.s | 436 -------------------------------------------
6 files changed, 448 insertions(+), 436 deletions(-)
create mode 100644 test/ELF/emulation-aarch64.s
create mode 100644 test/ELF/emulation-arm.s
create mode 100644 test/ELF/emulation-mips.s
create mode 100644 test/ELF/emulation-ppc.s
create mode 100644 test/ELF/emulation-x86.s
delete mode 100644 test/ELF/emulation.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 956dada0280 [dsymutil] Improve error reporting when we cannot create ou [...]
new ac0745ecd05 [hwasan] add stack frame descriptions.
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:
.../Instrumentation/HWAddressSanitizer.cpp | 76 +++++++++++++++++++++-
test/Instrumentation/HWAddressSanitizer/basic.ll | 1 +
.../HWAddressSanitizer/frame-descriptor.ll | 27 ++++++++
.../HWAddressSanitizer/with-calls.ll | 1 +
4 files changed, 104 insertions(+), 1 deletion(-)
create mode 100644 test/Instrumentation/HWAddressSanitizer/frame-descriptor.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 884af7cc1 [interception] Switch to _type suffix instead of _f, NFC.
new b59176d83 [hwasan] add stack frame descriptions.
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/hwasan/hwasan.cc | 20 ++++++++++++++++++++
lib/hwasan/hwasan_interface_internal.h | 3 +++
2 files changed, 23 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8ad683cced1 [WebAssembly] Fix assembly printing of br_table
new 956dada0280 [dsymutil] Improve error reporting when we cannot create ou [...]
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:
tools/dsymutil/dsymutil.cpp | 73 ++++++++++++++++++++++++++-------------------
1 file changed, 42 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from f3f36dd13 Fix typo in ASSERT_MODULE_LOCK macro definition
new e7d47ba03 [ValueObject] Stop assuming types are non-zero sized.
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:
source/Core/ValueObjectConstResultImpl.cpp | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from be227fee3 [ELF] Fix test from r344976
new 20c5abb8e [ELF] Actually fix test from r344976
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:
test/ELF/emulation.s | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d248358db82 [WebAssembly] Added test for inline assembly roundtrip.
new 8ad683cced1 [WebAssembly] Fix assembly printing of br_table
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/WebAssembly/WebAssemblyInstrControl.td | 4 +--
test/CodeGen/WebAssembly/stack-insts.ll | 32 +++++++++++++++++++++++
2 files changed, 34 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/stack-insts.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 9b4fd67ab [DWARF] Use a function-local offset for AT_call_return_pc
new f3f36dd13 Fix typo in ASSERT_MODULE_LOCK macro definition
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/lldb/Symbol/SymbolFile.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 337a633e1 [ELF] Handle elf32-littlearm in OUTPUT_FORMAT
new be227fee3 [ELF] Fix test from r344976
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:
test/ELF/emulation.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.