This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 15884a222db [x86] use hasAVX2() rather than hasInt256(); NFC
new e21f86e44ea [X86][MPX] Tag MPX instructions scheduler classes
new fc1d511f897 Reverting r320166 to fix test failures.
The 2 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/MachO.h | 3 -
lib/Object/MachOObjectFile.cpp | 24 +-
lib/Target/X86/X86InstrMPX.td | 32 +-
lib/Target/X86/X86Schedule.td | 1 +
.../llvm-objdump/X86/Inputs/macho-preload-x86_64 | Bin 1084 -> 0 bytes
.../X86/macho-preload-relocations.test | 6 -
tools/llvm-objdump/MachODump.cpp | 330 +--------------------
7 files changed, 24 insertions(+), 372 deletions(-)
delete mode 100755 test/tools/llvm-objdump/X86/Inputs/macho-preload-x86_64
delete mode 100644 test/tools/llvm-objdump/X86/macho-preload-relocations.test
--
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 bed8c447e46 Updated llvm-objdump to display local relocations in Mach-O [...]
new 17640ba1738 [X86] Tag move immediate instructions scheduler classes
new 15884a222db [x86] use hasAVX2() rather than hasInt256(); NFC
The 2 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/X86/X86ISelLowering.cpp | 6 +++---
lib/Target/X86/X86InstrCompiler.td | 23 +++++++++++++----------
lib/Target/X86/X86InstrInfo.td | 26 ++++++++++++++++----------
3 files changed, 32 insertions(+), 23 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 zorg.
from b470a1c Moved builder llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast to a [...]
new 578ec2d Changed settings for slave ps4-buildslave4.
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:
buildbot/osuosl/master/config/slaves.py | 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 clang.
from 523bc693cf Fix a comment in the code
new ec621d1166 [hwasan] typo in docs
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:
docs/HardwareAssistedAddressSanitizerDesign.rst | 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 llvm.
from 4a34fb21cae [DebugInfo] Use llc instead of llc_dwarf to fix this test.
new bed8c447e46 Updated llvm-objdump to display local relocations in Mach-O [...]
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/MachO.h | 3 +
lib/Object/MachOObjectFile.cpp | 24 +-
.../llvm-objdump/X86/Inputs/macho-preload-x86_64 | Bin 0 -> 1084 bytes
.../X86/macho-preload-relocations.test | 6 +
tools/llvm-objdump/MachODump.cpp | 330 ++++++++++++++++++++-
5 files changed, 358 insertions(+), 5 deletions(-)
create mode 100755 test/tools/llvm-objdump/X86/Inputs/macho-preload-x86_64
create mode 100644 test/tools/llvm-objdump/X86/macho-preload-relocations.test
--
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 6aa8fea23 Print the bad value and required alignment for unaligned relocations
new 692b23948 [WebAssembly] Add --no-entry argument
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/wasm/data-layout.ll | 2 +-
wasm/Driver.cpp | 32 +++++++++++++++++++-------------
wasm/Options.td | 3 +++
3 files changed, 23 insertions(+), 14 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 gcc.
from 73fd9521822 * ipa-polymorphic-call.c (noncall_stmt_may_be_vtbl_ptr_sto [...]
new 83d3a417d37 Fix PR83323
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:
gcc/ChangeLog | 11 ++++++++++
gcc/common.opt | 8 ++-----
gcc/doc/invoke.texi | 8 +++----
gcc/gimple-loop-jam.c | 41 +++++++++++++++++------------------
gcc/opts.c | 2 +-
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.dg/pr83323.c | 23 ++++++++++++++++++++
gcc/testsuite/gcc.dg/unroll-and-jam.c | 2 +-
8 files changed, 67 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83323.c
--
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 clang.
from 7bdebc2ec4 Revert "Unify implementation of our two different flavours o [...]
new 523bc693cf Fix a comment in the code
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/Driver/ToolChains/CommonArgs.cpp | 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 binutils-gdb.
from 10af2a65c8 gas: xtensa: fix comparison of trampoline chain symbols
new 8e481c3ba8 C++-ify parse_format_string
new a738ea1d41 Clear non-significant bits of address on memory access
new a0de8c21ba Adjust breakpoint address by clearing non-significant bits
new f17d947477 Clear non-significant bits of address in watchpoint
The 4 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:
gdb/ChangeLog | 36 +++++++
gdb/aarch64-tdep.c | 5 +
gdb/ax-gdb.c | 17 +---
gdb/ax-gdb.h | 2 -
gdb/breakpoint.c | 49 ++++------
gdb/common/format.c | 62 +-----------
gdb/common/format.h | 42 +++++++--
gdb/gdbarch.c | 22 +++++
gdb/gdbarch.h | 8 ++
gdb/gdbarch.sh | 6 ++
gdb/gdbserver/ChangeLog | 4 +
gdb/gdbserver/ax.c | 22 ++---
gdb/printcmd.c | 41 +++-----
gdb/target.c | 2 +
gdb/testsuite/ChangeLog | 15 +++
.../aarch64-tagged-pointer.c} | 55 ++++++-----
gdb/testsuite/gdb.arch/aarch64-tagged-pointer.exp | 105 +++++++++++++++++++++
gdb/utils.c | 17 ++++
gdb/utils.h | 3 +
19 files changed, 339 insertions(+), 174 deletions(-)
copy gdb/testsuite/{gdb.btrace/enable-running.c => gdb.arch/aarch64-tagged-pointer [...]
create mode 100644 gdb/testsuite/gdb.arch/aarch64-tagged-pointer.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.