This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from a1f6a9a Make build-many-glibcs.py support running as a bot.
new b2491db Refactor FP_ILOGB* out of bits/mathdef.h.
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 | 29 ++++++++++++++++++++++
sysdeps/aarch64/bits/fp-fast.h => bits/fp-logb.h | 20 ++++++---------
bits/mathdef.h | 9 -------
math/Makefile | 2 +-
math/math.h | 19 +++++++++++++-
sysdeps/aarch64/bits/mathdef.h | 9 -------
sysdeps/alpha/bits/mathdef.h | 12 ---------
.../ia64/bits/fp-logb.h | 12 ++++-----
sysdeps/ia64/bits/mathdef.h | 9 -------
.../m68k/m680x0/bits/fp-logb.h | 12 ++++-----
sysdeps/m68k/m680x0/bits/mathdef.h | 9 -------
sysdeps/mips/bits/mathdef.h | 9 -------
sysdeps/powerpc/bits/mathdef.h | 16 ------------
sysdeps/s390/bits/mathdef.h | 9 -------
sysdeps/sparc/bits/mathdef.h | 12 ---------
.../strcspn-ppc64.c => x86/bits/fp-logb.h} | 12 ++++-----
sysdeps/x86/bits/mathdef.h | 9 -------
17 files changed, 72 insertions(+), 137 deletions(-)
copy sysdeps/aarch64/bits/fp-fast.h => bits/fp-logb.h (69%)
copy stdlib/tst-strtod-round.c => sysdeps/ia64/bits/fp-logb.h (79%)
copy stdlib/tst-strtod-round.c => sysdeps/m68k/m680x0/bits/fp-logb.h (79%)
copy sysdeps/{powerpc/powerpc64/multiarch/strcspn-ppc64.c => x86/bits/fp-logb.h} (78%)
--
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 5084b13 Automatic date update in version.in
new 5486f16 Use new/delete instead of malloc/free-based functions
new 56df308 Use std::vector for ui_out::levels
new 4a9d4ea Use std::vector for mi_ui_out_data::streams
new b9b118c Use std::vector for cli_ui_out_data::streams
new 95a2328 Use std::string in ui_out_table
The 5 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:
gdb/ChangeLog | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/cli-out.c | 35 +++++++++++++---------------
gdb/cli-out.h | 9 ++-----
gdb/mi/mi-out.c | 35 ++++++++++++----------------
gdb/tui/tui-out.c | 2 +-
gdb/ui-out.c | 56 +++++++++++++++++++++-----------------------
6 files changed, 130 insertions(+), 77 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 ee15512 [TableGen] Minor clean-ups. NFC.
new 61df53b PR31081: ignore exception specifications when deducing functi [...]
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/clang/Sema/Sema.h | 11 ++-
lib/Sema/SemaExprCXX.cpp | 12 +--
lib/Sema/SemaOverload.cpp | 4 +-
lib/Sema/SemaTemplate.cpp | 3 +-
lib/Sema/SemaTemplateDeduction.cpp | 113 ++++++++++++++++++--------
test/SemaCXX/cxx1z-noexcept-function-type.cpp | 48 ++++++++++-
6 files changed, 143 insertions(+), 48 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 aa77703 [libFuzzer] temporary disable a part of the test broken by r288283
new 0719114 revert r288283 as it causes debug info (line numbers) to be l [...]
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/AsmPrinter/DebugHandlerBase.cpp | 4 +-
lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 6 +--
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 55 ++++-----------------
lib/Fuzzer/test/coverage.test | 2 +-
test/CodeGen/X86/stack-protector.ll | 15 ++----
test/DebugInfo/AArch64/line-header.ll | 2 +-
test/DebugInfo/X86/dwarf-no-source-loc.ll | 74 -----------------------------
7 files changed, 18 insertions(+), 140 deletions(-)
delete mode 100644 test/DebugInfo/X86/dwarf-no-source-loc.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 gcc.
from 70e3b3a Daily bump.
new 5388b49 combine: Emit a barrier after unconditional trap (PR78607)
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 | 5 +++++
gcc/combine.c | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr78607.c | 12 ++++++++++++
4 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr78607.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 a95cded [WebAssembly] Emit .import_global assembler directives
new aa77703 [libFuzzer] temporary disable a part of the test broken by r288283
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/Fuzzer/test/coverage.test | 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 lld.
from 5e11b16 Change how we manage groups in ICF.
new ed5fd2a Dump Codeview type information correctly.
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:
COFF/PDB.cpp | 57 ++++++++++++++++++++++++---------------
test/COFF/dumppdb.test | 73 +++++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 105 insertions(+), 25 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 29c7b3a Move most EH from MachineModuleInfo to MachineFunction
new a95cded [WebAssembly] Emit .import_global assembler directives
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/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp | 7 +++++++
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h | 4 ++++
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 5 +++++
test/CodeGen/WebAssembly/globl.ll | 4 ++++
4 files changed, 20 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 e6a9e3f Clean up CGObjCMac's APIs for deriving class references. NFC.
new ee15512 [TableGen] Minor clean-ups. 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:
utils/TableGen/ClangAttrEmitter.cpp | 94 +++++++++++++++++--------------------
1 file changed, 42 insertions(+), 52 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 gcc-5-branch
in repository gcc.
from e3650e9 Daily bump.
new 0509d5f Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.