This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from 34f95f8f4c Automatic date update in version.in
new 33130d00dc Fix segfault in relocate_erratum_stub on aarch64.
new c2fd86f2bd Fix problem where erratum stubs are not always applied.
new ce8bf2af57 Fix internal error in fix_errata on aarch64.
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:
gold/ChangeLog | 21 +++++++++++++++++++++
gold/aarch64.cc | 33 +++++++++++++++++++++++++++++----
2 files changed, 50 insertions(+), 4 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 421983a9de5 AMDGPU: Use gfx9 carry-less add/sub instructions
new 50d97d40268 Simplify the DenseSet used for hashing CodeView records.
new 31b9aa7755a ThinLTOBitcodeWriter: Try harder to discard unused referenc [...]
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:
.../DebugInfo/CodeView/MergingTypeTableBuilder.h | 26 +++-
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp | 140 +++++++--------------
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 14 ++-
.../ThinLTOBitcodeWriter/filter-alias.ll | 2 +
4 files changed, 77 insertions(+), 105 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 clang.
from b44ae5f9b1 [clang] Use add_llvm_install_targets
new 462d0a77d7 Update website to mention that you still need -frelaxed-temp [...]
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:
www/cxx_status.html | 3 ++-
1 file changed, 2 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 binutils-gdb.
from 4a7e523498 PR22533, dynamic relocs generated for weak aliases
new 036aae7930 Fix segfault in relocate_erratum_stub on aarch64.
new e0feb13342 Fix problem where erratum stubs are not always applied.
new fd6798fa2d Fix internal error in fix_errata on aarch64.
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:
gold/ChangeLog | 21 +++++++++++++++++++++
gold/aarch64.cc | 33 +++++++++++++++++++++++++++++----
2 files changed, 50 insertions(+), 4 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 a4d647d52ac XOR the frame pointer with the stack cookie when protecting [...]
new 421983a9de5 AMDGPU: Use gfx9 carry-less add/sub instructions
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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 18 ++-
lib/Target/AMDGPU/SIISelLowering.cpp | 8 ++
lib/Target/AMDGPU/SIInstrInfo.cpp | 89 ++++++++++---
lib/Target/AMDGPU/SIInstrInfo.h | 7 +-
lib/Target/AMDGPU/SIInstructions.td | 12 +-
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 18 ++-
test/CodeGen/AMDGPU/add.ll | 158 ++++++++++++++---------
test/CodeGen/AMDGPU/ds-combine-large-stride.ll | 136 ++++++++++++--------
test/CodeGen/AMDGPU/ds-sub-offset.ll | 24 ++--
test/CodeGen/AMDGPU/ds_read2.ll | 7 +-
test/CodeGen/AMDGPU/ds_read2st64.ll | 8 +-
test/CodeGen/AMDGPU/ds_write2.ll | 10 +-
test/CodeGen/AMDGPU/ds_write2st64.ll | 4 +-
test/CodeGen/AMDGPU/function-args.ll | 18 +--
test/CodeGen/AMDGPU/llvm.amdgcn.init.exec.ll | 4 +-
test/CodeGen/AMDGPU/mubuf-offset-private.ll | 2 +-
test/CodeGen/AMDGPU/pack.v2f16.ll | 2 +-
test/CodeGen/AMDGPU/pack.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/saddo.ll | 12 +-
test/CodeGen/AMDGPU/sdiv.ll | 1 +
test/CodeGen/AMDGPU/sdwa-peephole.ll | 7 +-
test/CodeGen/AMDGPU/sibling-call.ll | 31 +++--
test/CodeGen/AMDGPU/sminmax.ll | 63 ++++++---
test/CodeGen/AMDGPU/smrd.ll | 20 ++-
test/CodeGen/AMDGPU/ssubo.ll | 19 ++-
test/CodeGen/AMDGPU/sub.ll | 169 ++++++++++++++++++-------
test/CodeGen/AMDGPU/uaddo.ll | 35 +++--
test/CodeGen/AMDGPU/udivrem64.ll | 1 +
test/CodeGen/AMDGPU/usubo.ll | 38 ++++--
29 files changed, 631 insertions(+), 292 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 a0720f33c Fix this test so that the breakpoints you set are unambiguous [...]
new 5828f6ee4 [lldb] A few minor fixes in TaskPool
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/Host/TaskPool.h | 6 ++++++
source/Host/common/TaskPool.cpp | 23 +++++++++++++++++------
unittests/Host/TaskPoolTest.cpp | 2 ++
3 files changed, 25 insertions(+), 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 binutils-gdb.
from 6f14765f9f [spu] Some additional test fixes
new 4a7e523498 PR22533, dynamic relocs generated for weak aliases
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:
bfd/ChangeLog | 21 +++++++++++++++++++++
bfd/elf32-hppa.c | 50 +++++++++++++++++---------------------------------
bfd/elf32-ppc.c | 23 ++++++++---------------
bfd/elf64-ppc.c | 22 +++++++---------------
4 files changed, 53 insertions(+), 63 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 2b1b9e5ead1 Add visibility flag to Wasm symbol flags
new a4d647d52ac XOR the frame pointer with the stack cookie when protecting [...]
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/CodeGen/TargetLowering.h | 11 ++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 13 +-
lib/CodeGen/StackProtector.cpp | 6 +-
lib/Target/X86/X86ISelLowering.cpp | 13 ++
lib/Target/X86/X86ISelLowering.h | 4 +
lib/Target/X86/X86InstrCompiler.td | 9 ++
lib/Target/X86/X86InstrInfo.cpp | 15 +++
test/CodeGen/X86/stack-protector-msvc.ll | 154 ++++++++++++++++++++---
test/CodeGen/X86/stack-protector-weight.ll | 3 +-
9 files changed, 206 insertions(+), 22 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 0c864c7c700 gcc/
new 7f38a6aaa30 * spellcheck-tree.c (test_find_closest_identifier): Use ; [...]
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 | 17 +++++++++++++++++
gcc/builtins.c | 2 +-
gcc/c/ChangeLog | 4 ++++
gcc/c/c-parser.c | 2 +-
gcc/gengtype-state.c | 2 +-
gcc/gimple-fold.c | 2 +-
gcc/graphite-scop-detection.c | 2 +-
gcc/hsa-gen.c | 2 +-
gcc/ifcvt.c | 2 +-
gcc/ipa-cp.c | 4 ++--
gcc/jit/ChangeLog | 6 ++++++
gcc/jit/jit-recording.c | 2 +-
gcc/lto/ChangeLog | 4 ++++
gcc/lto/lto.c | 2 +-
gcc/objc/ChangeLog | 5 +++++
gcc/objc/objc-next-runtime-abi-01.c | 2 +-
gcc/omp-grid.c | 2 +-
gcc/sel-sched-dump.c | 2 +-
gcc/spellcheck-tree.c | 2 +-
gcc/tree-ssa-ccp.c | 2 +-
20 files changed, 52 insertions(+), 16 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 c5a00e0fac4 [memcpyopt] Commit file missed in r319482.
new 2b1b9e5ead1 Add visibility flag to Wasm symbol flags
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/BinaryFormat/Wasm.h | 4 ++++
include/llvm/MC/MCSymbolWasm.h | 4 ++++
include/llvm/Object/Wasm.h | 8 ++++++++
lib/MC/MCWasmStreamer.cpp | 5 ++++-
lib/MC/WasmObjectWriter.cpp | 8 ++++++--
lib/Object/WasmObjectFile.cpp | 4 +++-
test/MC/WebAssembly/visibility.ll | 23 +++++++++++++++++++++++
7 files changed, 52 insertions(+), 4 deletions(-)
create mode 100644 test/MC/WebAssembly/visibility.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.