This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1111ea1 [tablegen][globalisel] Capture instructions into locals and r [...]
new d462f1a [Outliner] Remove output for offset range check
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/AArch64/AArch64InstrInfo.cpp | 4 +---
1 file changed, 1 insertion(+), 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from dfc37d3 Always honour components' static_link config option.
new 27c8be5 Add configuration for gcc7.
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:
config/gcc7/binutils.conf | 1 +
config/gcc7/gcc.conf | 1 +
config/gcc7/glibc.conf | 1 +
config/{gcc6 => gcc7}/gmp.conf | 2 +-
config/{gcc6 => gcc7}/linux.conf | 2 +-
config/{gcc6 => gcc7}/mpfr.conf | 2 +-
config/gcc7/newlib.conf | 1 +
7 files changed, 7 insertions(+), 3 deletions(-)
create mode 100644 config/gcc7/binutils.conf
create mode 100644 config/gcc7/gcc.conf
create mode 100644 config/gcc7/glibc.conf
copy config/{gcc6 => gcc7}/gmp.conf (71%)
copy config/{gcc6 => gcc7}/linux.conf (70%)
copy config/{gcc6 => gcc7}/mpfr.conf (70%)
create mode 100644 config/gcc7/newlib.conf
--
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 194f244 [AMDGPU][MC] Fix for Bugs 28200, 28202 + LIT tests
new 1111ea1 [tablegen][globalisel] Capture instructions into locals and r [...]
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/TableGen/GlobalISelEmitter.td | 145 +++++++++++++++------------
utils/TableGen/GlobalISelEmitter.cpp | 185 +++++++++++++++++++++++------------
2 files changed, 209 insertions(+), 121 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 d5e0ba9 [arm] Document missing -mfpu entries.
new 4ea0266 Update the openrisc previous program counter (ppc) when runni [...]
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:
cpu/ChangeLog | 4 ++++
cpu/or1kcommon.cpu | 5 +++++
2 files changed, 9 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 clang.
from e88f773 Add more examples to clang-format configuration
new 5ab5499 [OpenCL] Fix extension guards for atomic functions
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/Headers/opencl-c.h | 6 ++----
1 file changed, 2 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 0c1e456 [GlobalISel] Use the correct calling conv for calls
new 194f244 [AMDGPU][MC] Fix for Bugs 28200, 28202 + LIT 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:
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 108 +++++++--
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 25 +-
test/MC/AMDGPU/literals.s | 8 +-
test/MC/AMDGPU/vop3-modifiers-err.s | 15 ++
test/MC/AMDGPU/vop3-modifiers.s | 258 +++++++++++++++++++++
test/MC/AMDGPU/vop3.s | 4 +-
test/MC/Disassembler/AMDGPU/vop3_vi.txt | 6 +
7 files changed, 393 insertions(+), 31 deletions(-)
create mode 100644 test/MC/AMDGPU/vop3-modifiers-err.s
create mode 100644 test/MC/AMDGPU/vop3-modifiers.s
--
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 cf5531b PR sanitizer/80063 * asan.c (DEF_SANITIZER_BUILTIN): Use do [...]
new 7f69013 PR c++/80059 - ICE with noexcept and __transaction_atomic * [...]
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/cp/ChangeLog | 7 +++++++
gcc/cp/except.c | 1 +
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/tm/pr80059-2.C | 13 +++++++++++++
gcc/testsuite/g++.dg/tm/pr80059.C | 13 +++++++++++++
5 files changed, 41 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/tm/pr80059-2.C
create mode 100644 gcc/testsuite/g++.dg/tm/pr80059.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 llvm.
from c94df81 [sancov] Fix broken links and displaced coloring in coverage- [...]
new 957caa2 Use MutableArrayRef for APFloat::convertToInteger
new 0c1e456 [GlobalISel] Use the correct calling conv for calls
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/ADT/APFloat.h | 18 ++++---
include/llvm/ADT/ArrayRef.h | 12 +++++
include/llvm/CodeGen/GlobalISel/CallLowering.h | 4 +-
lib/Analysis/ConstantFolding.cpp | 6 +--
lib/CodeGen/GlobalISel/CallLowering.cpp | 2 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 3 +-
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 7 +--
lib/ExecutionEngine/ExecutionEngine.cpp | 2 +-
lib/Support/APFloat.cpp | 63 ++++++++++++----------
lib/Target/AArch64/AArch64CallLowering.cpp | 5 +-
lib/Target/AArch64/AArch64CallLowering.h | 4 +-
lib/Target/ARM/ARMCallLowering.cpp | 5 +-
lib/Target/ARM/ARMCallLowering.h | 4 +-
lib/Transforms/Scalar/IndVarSimplify.cpp | 5 +-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 10 ++++
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 17 ++++++
16 files changed, 108 insertions(+), 59 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 release/2.25/master
in repository glibc.
from 0889003 x86_64: fix static build of __mempcpy_chk for compilers defau [...]
new 27ab0d9 posix_spawn: fix stack setup on ia64 [BZ #21275]
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 | 8 ++++++++
sysdeps/unix/sysv/linux/spawni.c | 11 ++++++-----
2 files changed, 14 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 glibc.
from 15e9a4f linux ttyname and ttyname_r: do not return wrong results
new ddc3fb3 posix_spawn: fix stack setup on ia64 [BZ #21275]
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 | 8 ++++++++
sysdeps/unix/sysv/linux/spawni.c | 11 ++++++-----
2 files changed, 14 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.