This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from dd8995f33 [lld] Fix test RUN commands so they don't fail when run in a [...]
new 262696a71 Allow oformat to accept format starting with elf as acceptabl [...]
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:
ELF/Driver.cpp | 2 ++
test/ELF/oformat-binary.s | 2 ++
2 files changed, 4 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 gcc.
from 98605dea9f9 c-family: clean up the data tables in c-format.c
new 0b2927f031a Introduce instance discriminators
new f89ca6e1a67 Save discriminator info for LTO
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/ChangeLog | 25 +++++++++++++
gcc/ada/ChangeLog | 10 +++++
gcc/ada/gcc-interface/gigi.h | 2 +-
gcc/ada/gcc-interface/trans.c | 29 ++++++++++++---
gcc/debug.h | 15 ++++++++
gcc/final.c | 74 +++++++++++++++++++++++++++++++++++--
gcc/gimple-streamer-in.c | 1 +
gcc/gimple-streamer-out.c | 1 +
gcc/lto-streamer-in.c | 8 ++++
gcc/lto-streamer-out.c | 8 ++++
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gnat.dg/dinst.adb | 20 ++++++++++
gcc/testsuite/gnat.dg/dinst_pkg.adb | 7 ++++
gcc/testsuite/gnat.dg/dinst_pkg.ads | 4 ++
14 files changed, 200 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/dinst.adb
create mode 100644 gcc/testsuite/gnat.dg/dinst_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/dinst_pkg.ads
--
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 0da00372337 Revert r338431: "Add DebugCounters to DivRemPairs"
new 402cad06199 [llvm-objcopy] Make --strip-debug strip .gdb_index
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/tools/llvm-objcopy/strip-debug.test | 8 +++++++-
tools/llvm-objcopy/llvm-objcopy.cpp | 3 ++-
2 files changed, 9 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 llvm.
from 7cef9e8fc8a [DWARF] Do not create a .debug_ranges section when no range [...]
new 0da00372337 Revert r338431: "Add DebugCounters to DivRemPairs"
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/Transforms/Scalar/DivRemPairs.cpp | 6 ---
test/Other/debugcounter-divrempairs.ll | 90 ----------------------------------
2 files changed, 96 deletions(-)
delete mode 100644 test/Other/debugcounter-divrempairs.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 lld.
from 103b4dc70 ELF: Add libcall symbols to the link when LTO is being used.
new dd8995f33 [lld] Fix test RUN commands so they don't fail when run in a [...]
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/ELF/arm-tag-vfp-args-errs.s | 12 ++++++------
1 file changed, 6 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 master
in repository gcc.
from 30929ff6997 * targhooks.c (default_have_speculation_safe_value): Add [...]
new 98605dea9f9 c-family: clean up the data tables in c-format.c
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/c-family/ChangeLog | 13 ++++
gcc/c-family/c-format.c | 99 ++++++++++---------------------
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/gcc.dg/format/gcc_diag-1.c | 4 +-
gcc/testsuite/gcc.dg/format/gcc_diag-10.c | 7 +--
5 files changed, 55 insertions(+), 75 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 71e711b71ac dumpfile.c: eliminate special-casing of dump_file/alt_dump_file
new 30929ff6997 * targhooks.c (default_have_speculation_safe_value): Add [...]
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/targhooks.c | 2 +-
2 files changed, 6 insertions(+), 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 llvm.
from fa5ec153c2d AMDGPU: Split amdgcn/r600 fminnum/fmaxnum tests
new 7cef9e8fc8a [DWARF] Do not create a .debug_ranges section when no range [...]
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/DwarfDebug.cpp | 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 glibc.
from f650932b34 Update tooling versions verified to work with glibc.
new f195ea0e2f hurd: Fix startup of static binaries linked against libpthread
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:
sysdeps/mach/hurd/i386/init-first.c | 68 +++++++++++++++++++------------------
1 file changed, 35 insertions(+), 33 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 2f227c480af Add DebugCounters to DivRemPairs
new fa5ec153c2d AMDGPU: Split amdgcn/r600 fminnum/fmaxnum 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/fmaxnum.ll | 359 ++++++++-------------
.../CodeGen/AMDGPU/{fmaxnum.ll => fmaxnum.r600.ll} | 224 ++++---------
test/CodeGen/AMDGPU/fminnum.ll | 346 ++++++++------------
.../CodeGen/AMDGPU/{fminnum.ll => fminnum.r600.ll} | 208 ++++--------
4 files changed, 382 insertions(+), 755 deletions(-)
copy test/CodeGen/AMDGPU/{fmaxnum.ll => fmaxnum.r600.ll} (54%)
copy test/CodeGen/AMDGPU/{fminnum.ll => fminnum.r600.ll} (56%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.