This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8d76d00d95c [LVI] Fix LVI compile time regression around constantFoldUser()
new 0302f3db411 [LCG] Fix an assert in a on-scope-exit lambda that checked [...]
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/Analysis/LazyCallGraph.cpp | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 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 libcxxabi.
from 414f1a5 [demangler] Fix a bunch of -Wshadow warnings
new 7de232a [demangler] Fix some more -Wshadow warnings I missed in r310535
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:
src/cxa_demangle.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 9e6aa3e0fef Linker: Create a function declaration when moving a non-pre [...]
new 8d76d00d95c [LVI] Fix LVI compile time regression around constantFoldUser()
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/Analysis/LazyValueInfo.cpp | 42 ++++++++++++++++++++++++++++--------------
1 file changed, 28 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 clang.
from ecdef4b206 Remove unused function
new a84910e589 [clang-format] let PointerAlignment dictate spacing of funct [...]
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/Format/TokenAnnotator.cpp | 3 +--
unittests/Format/FormatTest.cpp | 6 ++++--
2 files changed, 5 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 glibc.
from 24d9f53ab0 Remove __qaddr_t.
new 60e2846e26 sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL const [...]
new 68dc02d1dc aarch64/sys/ptrace.h: fix typo in comment
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:
ChangeLog | 14 ++++++++++++++
NEWS | 3 ++-
sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h | 8 +-------
sysdeps/unix/sysv/linux/ia64/sys/ptrace.h | 6 ------
sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h | 6 ------
sysdeps/unix/sysv/linux/s390/sys/ptrace.h | 6 ------
sysdeps/unix/sysv/linux/sparc/sys/ptrace.h | 6 ------
sysdeps/unix/sysv/linux/sys/ptrace.h | 6 ------
8 files changed, 17 insertions(+), 38 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 75134ec4826 [AMDGPU] Fix some Clang-tidy modernize-use-using and Includ [...]
new 3c1a9a04858 [InstSimplify] Add test cases that show that simplifySelect [...]
new 9e6aa3e0fef Linker: Create a function declaration when moving a non-pre [...]
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/Analysis/InstructionSimplify.cpp | 1 +
lib/Linker/IRMover.cpp | 4 +++
.../X86/function-alias-non-prevailing.ll | 17 ++++++++++++
test/Transforms/InstSimplify/select.ll | 30 ++++++++++++++++++++++
4 files changed, 52 insertions(+)
create mode 100644 test/LTO/Resolution/X86/function-alias-non-prevailing.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_50
in repository llvm.
from 2a35d3b6ec4 More x86 release notes.
new aab7f85c1c6 Merging r309758: ------------------------------------------ [...]
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/Analysis/ScalarEvolution.cpp | 19 +++++++++++++++
test/Transforms/IndVarSimplify/exit_value_test2.ll | 28 +++++++++++++++++++---
2 files changed, 44 insertions(+), 3 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 7255f4820fd Fix thinlto cache key computation for cfi-icall.
new 75134ec4826 [AMDGPU] Fix some Clang-tidy modernize-use-using and Includ [...]
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/AMDGPUUnifyMetadata.cpp | 9 ++--
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 40 ++++++++--------
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 41 +++++++++++------
.../AMDGPU/Disassembler/AMDGPUDisassembler.h | 8 ++--
lib/Target/AMDGPU/GCNIterativeScheduler.cpp | 53 ++++++++++++++++------
lib/Target/AMDGPU/GCNIterativeScheduler.h | 27 ++++++-----
lib/Target/AMDGPU/GCNRegPressure.cpp | 25 +++++++---
lib/Target/AMDGPU/GCNRegPressure.h | 29 ++++++++----
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 12 +++--
lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp | 20 ++++----
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp | 21 ++++-----
lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 28 ++++++++++--
lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp | 27 ++++++-----
lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.h | 29 ++++++------
14 files changed, 227 insertions(+), 142 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 fc6973886a5 jit: add gcc_jit_type_get_vector
new ed5078db5b6 PR c/81687 * omp-low.c (omp_copy_decl): Don't remap FORCE [...]
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 | 10 ++++++++++
gcc/omp-low.c | 2 ++
gcc/tree-cfg.c | 25 ++++++++++++++++++++++++-
libgomp/ChangeLog | 6 ++++++
libgomp/testsuite/libgomp.c/pr81687-1.c | 23 +++++++++++++++++++++++
libgomp/testsuite/libgomp.c/pr81687-2.c | 27 +++++++++++++++++++++++++++
6 files changed, 92 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.c/pr81687-1.c
create mode 100644 libgomp/testsuite/libgomp.c/pr81687-2.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 gcc.
from 33e017c432b Daily bump.
new fc6973886a5 jit: add gcc_jit_type_get_vector
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/jit/ChangeLog | 30 +
gcc/jit/docs/_build/texinfo/libgccjit.texi | 1011 +++++++++++---------
gcc/jit/docs/cp/topics/types.rst | 14 +
gcc/jit/docs/topics/compatibility.rst | 7 +
gcc/jit/docs/topics/types.rst | 43 +-
gcc/jit/jit-playback.c | 11 +
gcc/jit/jit-playback.h | 1 +
gcc/jit/jit-recording.c | 56 +-
gcc/jit/jit-recording.h | 26 +-
gcc/jit/libgccjit++.h | 8 +
gcc/jit/libgccjit.c | 28 +
gcc/jit/libgccjit.h | 15 +
gcc/jit/libgccjit.map | 5 +
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/jit.dg/all-non-failing-tests.h | 2 +
... test-error-gcc_jit_type_get_vector-bad-type.c} | 12 +-
...ror-gcc_jit_type_get_vector-non-power-of-two.c} | 9 +-
gcc/testsuite/jit.dg/test-vector-types.cc | 185 ++++
18 files changed, 998 insertions(+), 475 deletions(-)
copy gcc/testsuite/jit.dg/{test-error-gcc_jit_type_get_aligned-non-power-of-two.c [...]
copy gcc/testsuite/jit.dg/{test-error-gcc_jit_type_get_aligned-non-power-of-two.c [...]
create mode 100644 gcc/testsuite/jit.dg/test-vector-types.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.