This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f331b9f * config/i386/i386.c (ix86_spill_class): Enable for TARGET_S [...]
new d8000c9 df: make df_problem instances "const"
new 6313d5d maybe_set_first_label_num can take an rtx_code_label *
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 | 24 ++++++++++++++++++++++++
gcc/df-core.c | 4 ++--
gcc/df-problems.c | 16 ++++++++--------
gcc/df-scan.c | 2 +-
gcc/df.h | 6 +++---
gcc/emit-rtl.c | 2 +-
gcc/rtl.h | 2 +-
7 files changed, 40 insertions(+), 16 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 facf17c [LV] Reallow positive-stride interleaved load groups with gaps
new 8d96053 Revert "[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M [...]
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 | 3 +-
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 6 --
.../AMDGPU/Disassembler/AMDGPUDisassembler.h | 1 -
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 5 +-
lib/Target/AMDGPU/SIInstructions.td | 14 ++---
lib/Target/AMDGPU/SIRegisterInfo.td | 23 ++------
test/MC/AMDGPU/mubuf.s | 67 ----------------------
test/MC/AMDGPU/reg-syntax-extra.s | 28 ---------
test/MC/AMDGPU/smrd.s | 12 ----
9 files changed, 13 insertions(+), 146 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 9841605 [SLPVectorizer] Refactor where MinVecRegSize and MaxVecRegSize live.
new facf17c [LV] Reallow positive-stride interleaved load groups with gaps
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/Vectorize/LoopVectorize.cpp | 56 +++++++++--
.../LoopVectorize/interleaved-accesses.ll | 105 +++++++++++++++++++--
2 files changed, 146 insertions(+), 15 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 7bc6778 Fix comment in rtl.def
new 6a1231a * sem_aux.adb (Is_By_Reference_Type): Also return true for a [...]
new 5b8dd5e Convert DF_SCAN etc from #define to an enum
new f331b9f * config/i386/i386.c (ix86_spill_class): Enable for TARGET_S [...]
The 3 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 | 28 +-
gcc/ada/ChangeLog | 88 ++
gcc/ada/gcc-interface/ada-tree.h | 11 +-
gcc/ada/gcc-interface/decl.c | 1467 +++++++++++++++------------
gcc/ada/gcc-interface/gigi.h | 42 +-
gcc/ada/gcc-interface/misc.c | 6 +-
gcc/ada/gcc-interface/trans.c | 145 ++-
gcc/ada/gcc-interface/utils.c | 101 +-
gcc/ada/sem_aux.adb | 6 +-
gcc/ada/sem_ch6.adb | 100 +-
gcc/ada/types.h | 5 +-
gcc/config/i386/i386.c | 7 +-
gcc/df.h | 27 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gnat.dg/limited_with4.adb | 43 +
gcc/testsuite/gnat.dg/limited_with4.ads | 29 +
gcc/testsuite/gnat.dg/limited_with4_pkg.ads | 19 +
17 files changed, 1213 insertions(+), 916 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/limited_with4.adb
create mode 100644 gcc/testsuite/gnat.dg/limited_with4.ads
create mode 100644 gcc/testsuite/gnat.dg/limited_with4_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 gcc.
from 573e25d * config/i386/i386.md (lea arith with mem operand + setcc p [...]
new 7bc6778 Fix comment in rtl.def
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/rtl.def | 4 ++--
2 files changed, 8 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 compiler-rt.
from a6a82f3 [sanitizer] [SystemZ] Abort if the kernel might be vulnerable [...]
new 327e730 [sanitizers] read/write page fault detection on mac.
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/sanitizer_common/sanitizer_mac.cc | 7 ++++++-
test/asan/TestCases/{Linux => Darwin}/segv_read_write.c | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
copy test/asan/TestCases/{Linux => Darwin}/segv_read_write.c (96%)
--
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 69bf036 [DAGCombiner] Follow coding convention for function name (NFC)
new 9841605 [SLPVectorizer] Refactor where MinVecRegSize and MaxVecRegSize live.
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/Vectorize/SLPVectorizer.cpp | 48 +++++++++++++++++-------------
1 file changed, 28 insertions(+), 20 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 lldb.
from f5b5d3a Use absolute module path when possible if sent in svr4 packets
new 76be34f Renamed system plugin directory to address https://bugs.swift [...]
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:
source/Host/linux/HostInfoLinux.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 gcc.
from 4dad9e0 Extend STV pass to 64-bit mode
new 573e25d * config/i386/i386.md (lea arith with mem operand + setcc 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:
gcc/ChangeLog | 5 +++++
gcc/config/i386/i386.md | 4 ++--
2 files changed, 7 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 clang.
from 13781e3 Revert r267691, it caused PR27535.
new a4cbc2e PR21823: 'nodebug' attribute on global/static variables.
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/Basic/Attr.td | 2 +-
include/clang/Basic/AttrDocs.td | 9 ++++++
lib/CodeGen/CGDebugInfo.cpp | 6 ++++
test/CodeGenCXX/debug-info-nodebug.cpp | 55 ++++++++++++++++++++++++++++++++++
4 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenCXX/debug-info-nodebug.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.