This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 36d0ee6c8 [libc++] Allow users to explicitly specify ABI
new f7e906386 [libc++] Move cache variable definition. NFC
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:
CMakeLists.txt | 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 libcxx.
from 2b7279cb0 Fix accidental assignment inside test asserts
new 36d0ee6c8 [libc++] Allow users to explicitly specify ABI
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:
CMakeLists.txt | 8 ++++++++
include/__config | 14 +++++++++-----
include/__config_site.in | 2 ++
3 files changed, 19 insertions(+), 5 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 compiler-rt.
from a16d35ab9 [XRay][compiler-rt] Fix logical failure in BufferQueue::getBuffer()
new 9433990fc [sanitizer] Move cxx-abi library earlier in link 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:
lib/asan/CMakeLists.txt | 4 +---
lib/tsan/dd/CMakeLists.txt | 4 +---
lib/ubsan/CMakeLists.txt | 4 +---
3 files changed, 3 insertions(+), 9 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 libcxx.
from 2bba98eea [libc++] Add site config option for ABI macros
new 2b7279cb0 Fix accidental assignment inside test asserts
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/std/utilities/utility/pairs/pairs.pair/const_pair_U_V.pass.cpp | 2 +-
test/std/utilities/utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp | 2 +-
2 files changed, 2 insertions(+), 2 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 libcxx.
from 29ae2ba65 Initial cut at infastructure for fuzzing support for OSS-fuzz
new 2bba98eea [libc++] Add site config option for ABI macros
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:
CMakeLists.txt | 13 +++++++++++++
docs/BuildingLibcxx.rst | 7 +++++++
include/__config_site.in | 2 ++
utils/libcxx/test/config.py | 2 +-
4 files changed, 23 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 glibc.
from 758f1bfa2a test-math-iscanonical.cc: Return errors != 0
new 5dba84b324 Add a test for main () in a shared object
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:
ChangeLog | 12 ++++++++++++
elf/Makefile | 11 +++++++++--
sysdeps/x86_64/tst-x86_64mod-1.c => elf/tst-main1.c | 7 ++-----
sysdeps/x86_64/tst-x86_64-1.c => elf/tst-main1mod.c | 11 +++++------
4 files changed, 28 insertions(+), 13 deletions(-)
copy sysdeps/x86_64/tst-x86_64mod-1.c => elf/tst-main1.c (90%)
copy sysdeps/x86_64/tst-x86_64-1.c => elf/tst-main1mod.c (87%)
--
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 f1bd8070e1e AMDGPU: Correctly set EI_OSABI based on the os
new b151df8f6db AMDGPU: Fix not accounting for instruction size in bundles
new e86553295b9 [InstCombine] Improve support for ashr in foldICmpAndShift
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/AMDGPU/SIInstrInfo.cpp | 15 +++++-
lib/Target/AMDGPU/SIInstrInfo.h | 1 +
lib/Transforms/InstCombine/InstCombineCompares.cpp | 21 +++++----
test/CodeGen/AMDGPU/branch-relax-bundle.ll | 53 ++++++++++++++++++++++
test/Transforms/InstCombine/icmp.ll | 44 ++++++++++++++++++
5 files changed, 124 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/branch-relax-bundle.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 binutils-gdb.
from 5cd63fda03 Fix "Remote 'g' packet reply is too long" problems with mult [...]
new db4677b8bd PR21167, relocation sections not included in groups
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 | 11 ++++++
bfd/elf.c | 46 +++++++++++++---------
gas/ChangeLog | 17 +++++++++
gas/config/obj-elf.c | 65 +++++++++++++++++++-------------
gas/testsuite/gas/arc/jli-1.d | 1 +
gas/testsuite/gas/elf/groupautob.d | 2 +-
gas/testsuite/gas/mips/compact-eh-eb-2.d | 2 +-
gas/testsuite/gas/mips/compact-eh-eb-5.d | 2 +-
gas/testsuite/gas/mips/compact-eh-el-2.d | 2 +-
gas/testsuite/gas/mips/compact-eh-el-5.d | 2 +-
ld/ChangeLog | 5 +++
ld/testsuite/ld-elf/group9b.d | 9 +++--
12 files changed, 111 insertions(+), 53 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 b7b34f85c55 clang-format file.
new f1bd8070e1e AMDGPU: Correctly set EI_OSABI based on the os
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:
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 20 +++++++++-
.../AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp | 10 ++---
.../AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h | 1 +
test/CodeGen/AMDGPU/elf-header.ll | 43 ++++++++++++++++++++++
test/CodeGen/AMDGPU/elf.ll | 4 +-
test/CodeGen/AMDGPU/elf.r600.ll | 2 +-
6 files changed, 70 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/elf-header.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 release/2.26/master
in repository glibc.
from 3b10c5d2ab Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm [...]
new dd3a7239fd test-math-iscanonical.cc: Replace bool with int
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:
ChangeLog | 5 +++++
math/test-math-iscanonical.cc | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.