This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c64f12d301e [CodeGen] Add lifetime markers to the list of meta-instructions.
new 9f2f4847b9e [X86][MC] Fix assembling rip-relative addressing + immediat [...]
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/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 10 +++++++---
test/MC/X86/x86-64.s | 5 +++++
2 files changed, 12 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 b39f4115762 [WebAssebmly] Report undefined symbols correctly in objdump
new c64f12d301e [CodeGen] Add lifetime markers to the list of meta-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:
include/llvm/CodeGen/MachineInstr.h | 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 glibc.
from bfd475876f Remove unused math/Makefile variable libm-test-incs.
new 63716ab270 Add build infrastructure for narrowing libm 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:
ChangeLog | 32 +++
include/bits/mathcalls-narrow.h | 1 +
math/Makefile | 14 +-
.../ipc_priv.h => math/bits/mathcalls-narrow.h | 8 +-
math/math-narrow.h | 146 +++++++++++
math/math.h | 284 +++++++++++++++++++++
sysdeps/i386/fpu/fenv_private.h | 2 +
sysdeps/ieee754/float128/float128_private.h | 17 ++
8 files changed, 499 insertions(+), 5 deletions(-)
create mode 100644 include/bits/mathcalls-narrow.h
copy sysdeps/unix/sysv/linux/riscv/ipc_priv.h => math/bits/mathcalls-narrow.h (83%)
create mode 100644 math/math-narrow.h
--
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 3568b8dc1a3 compiler: track //go:nointerface in export data
new 5afc0a411d9 [testsuite]
new f3558be0b84 PR c++/81917 - ICE with void_t and partial specialization.
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:
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 18 +++++++++---------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/alias-decl-62.C | 22 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist-template2.C | 7 ++-----
gcc/testsuite/g++.dg/template/crash125.C | 4 +---
gcc/testsuite/g++.dg/template/pr51488.C | 4 +---
gcc/testsuite/g++.dg/template/pr55843.C | 11 +++--------
gcc/testsuite/gcc.target/powerpc/vsx-vector-6-le.c | 5 +++--
.../{vsx-vector-6-le.c => vsx-vector-6-le.p9.c} | 13 +++++++------
10 files changed, 59 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-62.C
copy gcc/testsuite/gcc.target/powerpc/{vsx-vector-6-le.c => vsx-vector-6-le.p9.c} (74%)
--
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 e18a2b4e7d7 [CodeGen] Print predecessors as MIR comments in -debug output
new b39f4115762 [WebAssebmly] Report undefined symbols correctly in objdump
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/Object/Wasm.h | 15 +++++++--------
lib/Object/WasmObjectFile.cpp | 21 +++++++++++++--------
test/MC/WebAssembly/weak-alias.ll | 20 ++++++++++----------
.../llvm-objdump/WebAssembly/symbol-table.test | 8 ++++----
4 files changed, 34 insertions(+), 30 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 6ccb37f13ab llvm-objdump when printing the Objective-C meta data also p [...]
new e18a2b4e7d7 [CodeGen] Print predecessors as MIR comments in -debug output
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/CodeGen/MachineBasicBlock.cpp | 10 +++++++---
1 file changed, 7 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 gcc.
from d9757bb67f5 [PR c/84293] Unexpected strict-alias warning
new 3568b8dc1a3 compiler: track //go:nointerface in export data
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.cc | 50 ++++++++++++++++++++++++++++++++++++++++++---
gcc/go/gofrontend/gogo.h | 24 +++++++++++++++++++---
gcc/go/gofrontend/import.cc | 7 ++++++-
gcc/go/gofrontend/types.cc | 7 ++++++-
5 files changed, 81 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 llvm.
from a8be8c611e1 [AArch64] Adjust the cost model for Exynos M3
new 6ccb37f13ab llvm-objdump when printing the Objective-C meta data also p [...]
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:
tools/llvm-objdump/MachODump.cpp | 16 ++++++++++++++++
1 file changed, 16 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 lldb.
from b1b1acd5b [Testsuite] Remove leak tests, it's not useful anymore.
new e5da93fe9 [lldb-mi] This test now passes consistently, unXFAIL it.
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:
packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.