This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d9fc007ba5e AMDGPU: Fix missing gfx9 atomic inc/dec tests
new 19f503cb024 AMDGPU: Fix -enable-var-scope violations
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/CodeGen/AMDGPU/and.ll | 7 ++---
test/CodeGen/AMDGPU/br_cc.f16.ll | 8 +++---
test/CodeGen/AMDGPU/control-flow-fastregalloc.ll | 6 ++---
test/CodeGen/AMDGPU/ctpop.ll | 8 +++---
test/CodeGen/AMDGPU/fabs.f16.ll | 8 +++---
test/CodeGen/AMDGPU/fcanonicalize-elimination.ll | 26 +++++++++---------
test/CodeGen/AMDGPU/fma-combine.ll | 8 +++---
test/CodeGen/AMDGPU/fmed3.ll | 14 +++++-----
test/CodeGen/AMDGPU/fmuladd.f16.ll | 18 ++++++-------
test/CodeGen/AMDGPU/fneg-combines.ll | 10 +++----
test/CodeGen/AMDGPU/fpext.f16.ll | 10 +++----
test/CodeGen/AMDGPU/fptrunc.f16.ll | 9 ++++---
test/CodeGen/AMDGPU/imm.ll | 6 ++---
test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 13 ++++-----
test/CodeGen/AMDGPU/llvm.fma.f16.ll | 6 ++---
test/CodeGen/AMDGPU/llvm.fmuladd.f16.ll | 10 +++----
test/CodeGen/AMDGPU/llvm.maxnum.f16.ll | 7 ++---
test/CodeGen/AMDGPU/llvm.minnum.f16.ll | 6 ++---
test/CodeGen/AMDGPU/mad-combine.ll | 15 ++++++-----
test/CodeGen/AMDGPU/pack.v2i16.ll | 8 +++---
test/CodeGen/AMDGPU/sext-in-reg.ll | 11 ++++----
test/CodeGen/AMDGPU/shift-and-i64-ubfe.ll | 6 ++---
test/CodeGen/AMDGPU/simplify-libcalls.ll | 34 ++++++++++++------------
test/CodeGen/AMDGPU/trunc-cmp-constant.ll | 6 ++---
test/CodeGen/AMDGPU/uniform-cfg.ll | 6 ++---
test/CodeGen/AMDGPU/v_cndmask.ll | 15 ++++++-----
26 files changed, 146 insertions(+), 135 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 5d947c3894e [X86] Add an X86ISD::RANGES opcode to use for the scalar in [...]
new d9fc007ba5e AMDGPU: Fix missing gfx9 atomic inc/dec tests
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/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll | 94 +++++++++++++++------------
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll | 80 ++++++++++++++---------
2 files changed, 102 insertions(+), 72 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 f7ef9fa1a [sanitizer] Try to see test output on armv7
new f4cd4c082 [sanitizer] Simplify stack check in accert.cc Somehow on arm [...]
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/sanitizer_common/TestCases/Linux/assert.cc | 4 ++--
1 file 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 compiler-rt.
from 71e27a1b7 Correct NetBSD build issue
new f7ef9fa1a [sanitizer] Try to see test output on armv7
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/sanitizer_common/TestCases/Linux/assert.cc | 1 +
1 file changed, 1 insertion(+)
--
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 users/hjl/pr22393
in repository binutils-gdb.
discards 3bd79168e1 ld: Create a new LOAD segment for -z textonly
discards a2b1680e0d Update ldlang_check_relro_region/lang_find_relro_sections_1
discards 5e1b3e3c25 Add start and end of text-only region
new 98b8ba312b Add start and end of text-only region
new 05987d9f8e ld: Create a new LOAD segment for -z textonly
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3bd79168e1)
\
N -- N -- N refs/heads/users/hjl/pr22393 (05987d9f8e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ld/scripttempl/elf.sc | 10 ++++------
1 file changed, 4 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 users/hjl/pr22393
in repository binutils-gdb.
discards 84b27c2b41 Update ldlang_check_relro_region/lang_find_relro_sections_1
discards 0a7cbb63f4 Add start and end of text-only region
discards ee694a7061 Add builtin linker scripts for -z readonly
discards 0f835ba79e Read linker script from disk
discards 20609dbda3 Generate -z readonly linker scripts
discards 1892043bb8 Remove link_info.readonly
discards a6938eb9fa ELF: Add a "-z readonly" option to ld
discards 01a8860070 ld: Add ldlang_check_relro_region/update lang_find_relro_sections_1
discards 342875f854 ld: Add lang_size_relro_segment
discards 7a3a9333da ld: Add fold_segment_align/fold_segment_relro_end/fold_segment_end
discards 6271b814d4 ld: Update phase_enum/relro_enum and add seg_align_type
adds 6093d69375 ld: Update phase_enum/relro_enum and add seg_align_type
adds 5780fdfc16 ld: Add fold_segment_align/fold_segment_relro_end/fold_segment_end
adds e252cb5e42 ld: Add lang_size_relro_segment
adds f289b4dcf4 ld: Add ldlang_check_relro_region/update lang_find_relro_sections_1
new d93a660ab8 ld: Add "-z textonly" option to ELF linker
new 5e1b3e3c25 Add start and end of text-only region
new a2b1680e0d Update ldlang_check_relro_region/lang_find_relro_sections_1
new 3bd79168e1 ld: Create a new LOAD segment for -z textonly
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (84b27c2b41)
\
N -- N -- N refs/heads/users/hjl/pr22393 (3bd79168e1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
include/bfdlink.h | 4 ++--
ld/NEWS | 2 ++
ld/emultempl/elf32.em | 4 ++--
ld/genscripts.sh | 36 ++++++++++++++++++------------------
ld/ld.texinfo | 10 +++++++++-
5 files changed, 33 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 llvm.
from 9c71f591136 [llvm] Remove redundant return [NFC]
new d1d7d9c52df [X86] Remove some no longer needed intrinsic lowering code.
new fc0c3a0fe77 [X86] Add test cases and command lines demonstrating how we [...]
new 5d947c3894e [X86] Add an X86ISD::RANGES opcode to use for the scalar in [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 20 ++-------------
lib/Target/X86/X86ISelLowering.h | 2 +-
lib/Target/X86/X86InstrAVX512.td | 4 +--
lib/Target/X86/X86InstrFragmentsSIMD.td | 1 +
lib/Target/X86/X86IntrinsicsInfo.h | 6 ++---
test/CodeGen/X86/avx512dq-intrinsics.ll | 43 ++++++++++++++++++++++++---------
6 files changed, 40 insertions(+), 36 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 55eda5dfc Updated C++2a status page with new features/defects approved [...]
new 7513814cb Two more papers from Albuquerque
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/cxx2a_status.html | 2 ++
1 file changed, 2 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 libcxx.
from b4a34c08a Add _LIBCPP_INLINE_VISIBILITY to __compressed_pair_elem members
new 55eda5dfc Updated C++2a status page with new features/defects approved [...]
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/cxx2a_status.html | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 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 users/hjl/x86
in repository binutils-gdb.
discards bdc28ee265 ld: Remove PF_X from PT_PHDR segment
discards d89ffd7476 Add ldlang_check_relro_region and upate lang_find_relro_sections_1
discards c0835c50e1 Add lang_size_relro_segment/lang_size_segment
discards ad9a3f85fb Add fold_segment_align/fold_segment_relro_end/fold_segment_end
discards 9b3899c8a4 Add seg_align_type
discards 933f6146e4 ld: Add OTHER_PLT_SECTIONS
adds 529fe20eeb non_got_ref after adjust_dynamic_relocs
adds e3e53eed9c weakdef list handling
adds ce3ad33357 ld: Add OTHER_PLT_SECTIONS
adds 2a49099271 ld: Remove PF_X from PT_PHDR segment
new 6093d69375 ld: Update phase_enum/relro_enum and add seg_align_type
new 5780fdfc16 ld: Add fold_segment_align/fold_segment_relro_end/fold_segment_end
new e252cb5e42 ld: Add lang_size_relro_segment
new f289b4dcf4 ld: Add ldlang_check_relro_region/update lang_find_relro_sections_1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (bdc28ee265)
\
N -- N -- N refs/heads/users/hjl/x86 (f289b4dcf4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
bfd/ChangeLog | 28 ++++++++++++++
bfd/elf32-hppa.c | 75 ++++++++++++++++++--------------------
bfd/elf32-ppc.c | 109 ++++++++++++++++++++++++++++++++-----------------------
bfd/elf64-ppc.c | 97 ++++++++++++++++++++++---------------------------
bfd/elflink.c | 8 ++--
ld/ChangeLog | 11 ++++++
ld/ldlang.c | 4 +-
7 files changed, 187 insertions(+), 145 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.