This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 67a7add24b5 Update BTVER2 sched numbers for SSE42 string instructions. [...]
new 2facd581a0b [ARM] Fix an off-by-one error when restoring LR for 16-bit Thumb
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/ARM/Thumb1FrameLowering.cpp | 2 +-
test/CodeGen/ARM/thumb1_return_sequence.ll | 6 +++---
test/CodeGen/ARM/v8m-tail-call.ll | 4 ++--
test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 2 +-
4 files changed, 7 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 llvm.
from cd0e647e134 [SelectionDAG] Teach SplitVecRes_SETCC to call GetSplitVect [...]
new 67a7add24b5 Update BTVER2 sched numbers for SSE42 string 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:
lib/Target/X86/X86ScheduleBtVer2.td | 54 ++++++++++++++++++++-----------------
test/CodeGen/X86/sse42-schedule.ll | 16 +++++------
2 files changed, 38 insertions(+), 32 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 df8bf3f59af PR target/83100 * varasm.c (bss_initializer_p): Return tr [...]
new d9791f9b151 PR debug/81307 * dbxout.c (lastlineno): New variable. (d [...]
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 | 23 ++++++
gcc/dbxout.c | 150 ++++++++++++++++++++++++++++++++----
gcc/final.c | 13 +++-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/g++.dg/debug/debug9.C | 5 --
5 files changed, 170 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 gcc.
from 85f3424bd96 Fix PR82488 - signed integer overflow in expr.c
new df8bf3f59af PR target/83100 * varasm.c (bss_initializer_p): Return tr [...]
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 | 6 ++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/pr83100-1.c | 7 +++++++
gcc/testsuite/gcc.dg/pr83100-2.c | 15 +++++++++++++++
gcc/testsuite/gcc.dg/pr83100-3.c | 6 ++++++
gcc/testsuite/gcc.dg/pr83100-4.c | 7 +++++++
gcc/varasm.c | 6 +++---
7 files changed, 52 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83100-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr83100-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr83100-3.c
create mode 100644 gcc/testsuite/gcc.dg/pr83100-4.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 75de121e01e [X86] Fix an assert that was incorrectly checking for BMI i [...]
new c532db32e1b [SelectionDAG] Fix function name in comment. NFC
new cd0e647e134 [SelectionDAG] Teach SplitVecRes_SETCC to call GetSplitVect [...]
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/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 19 +-
test/CodeGen/X86/vector-compare-results.ll | 676 +++++++++++------------
2 files changed, 339 insertions(+), 356 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 lld.
from 70cb0908a Delete dead code.
new f02119617 [ELF] Do not keep symbols if they referenced only from discar [...]
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/MarkLive.cpp | 6 ++++++
ELF/SymbolTable.cpp | 5 +++--
ELF/Symbols.h | 7 +++++--
ELF/Writer.cpp | 3 ++-
test/ELF/Inputs/gc-sections-shared2.s | 3 +++
test/ELF/gc-collect-undefined.s | 19 +++++++++++++++++++
test/ELF/gc-sections-shared.s | 23 ++++++++++++++---------
7 files changed, 52 insertions(+), 14 deletions(-)
create mode 100644 test/ELF/Inputs/gc-sections-shared2.s
create mode 100644 test/ELF/gc-collect-undefined.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 fdf7a799cec Daily bump.
new 85f3424bd96 Fix PR82488 - signed integer overflow in expr.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/ChangeLog | 5 +++++
gcc/expr.c | 7 +++++--
2 files changed, 10 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 binutils-gdb.
from e8e7d10c39 python: Fix memleak in do_start_initialization
new ee9a09e959 Update find command help and search memory docs
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:
gdb/ChangeLog | 6 ++++++
gdb/doc/ChangeLog | 6 ++++++
gdb/doc/gdb.texinfo | 8 +++++++-
gdb/findcmd.c | 4 +++-
4 files changed, 22 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 binutils-gdb.
from 7db85adb3b Automatic date update in version.in
new e8e7d10c39 python: Fix memleak in do_start_initialization
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:
gdb/ChangeLog | 6 ++++++
gdb/python/python.c | 12 ++++++------
2 files changed, 12 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 87d7483a020 * config/i386/i386.c (processor_target_table): Add skylake [...]
new fdf7a799cec 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.