This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8e828b87b2d AMDGPU: Setup SP/FP in callee function prolog/epilog
new 71d7c09ce8b [GVN] Recommit the patch "Add phi-translate support in scalarpre".
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/Transforms/Scalar/GVN.h | 30 ++++-
lib/Transforms/Scalar/GVN.cpp | 186 ++++++++++++++++++++++++-----
test/Transforms/GVN/PRE/phi-translate-2.ll | 131 ++++++++++++++++++++
test/Transforms/GVN/PRE/pre-gep-load.ll | 2 +-
test/Transforms/GVN/PRE/pre-load.ll | 6 +-
5 files changed, 321 insertions(+), 34 deletions(-)
create mode 100644 test/Transforms/GVN/PRE/phi-translate-2.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 c704233186a PR c++/81169 - -Wclass-memaccess illegitimate warning relat [...]
new 3e8d2bb2ecc libgo: redefine ia64 struct names around linux/ptrace.h
new c8efa6c97e5 syscall: don't define PtraceRegs for Alpha
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/go/gofrontend/MERGE | 2 +-
libgo/go/syscall/syscall_linux_alpha.go | 32 --------------------------------
libgo/sysinfo.c | 5 +++++
3 files changed, 6 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 69e4d36881e Replace trivial use of external rc.exe by writing our own . [...]
new 8e828b87b2d AMDGPU: Setup SP/FP in callee function prolog/epilog
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/SIFrameLowering.cpp | 75 +++++++++++++++++++++++++-
lib/Target/AMDGPU/SIFrameLowering.h | 4 ++
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 1 +
test/CodeGen/AMDGPU/callee-frame-setup.ll | 27 ++++++++++
test/CodeGen/AMDGPU/frame-index-elimination.ll | 8 +--
5 files changed, 110 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/callee-frame-setup.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 llvm.
from 7226719a52d [llvm-pdbutil] Add a mode to `bytes` for dumping split debu [...]
new 69e4d36881e Replace trivial use of external rc.exe by writing our own . [...]
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/BinaryFormat/COFF.h | 6 ++++
include/llvm/Object/WindowsResource.h | 48 ++++++++++++++++++++++++++------
lib/BinaryFormat/Magic.cpp | 3 +-
lib/Object/WindowsResource.cpp | 24 ++++++----------
unittests/BinaryFormat/TestFileMagic.cpp | 3 +-
5 files changed, 57 insertions(+), 27 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 37f2bbeeb Move `assert` upwards so that it fails early if it fails.
new 9a6bef2df Replace trivial use of external rc.exe by writing our own .res file.
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/DriverUtils.cpp | 109 ++++++++++++++++++++++++-------------------
test/COFF/manifestinput.test | 25 ++++++++++
test/lit.cfg | 5 +-
3 files changed, 88 insertions(+), 51 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 libcxx.
from 2ac0ed06e Updated for the Toronto meeting
new a028f3c8d [libcxx] Annotate c++17 aligned new/delete operators with ava [...]
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/__config | 6 ++++
include/new | 20 ++++++------
.../new.delete.placement/new_deployment.fail.cpp | 36 ++++++++++++++++++++++
3 files changed, 52 insertions(+), 10 deletions(-)
create mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete [...]
--
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 b75ef09f567 2017-06-26 Jerome Lambourg <lambourg(a)adacore.com> [...]
new c704233186a PR c++/81169 - -Wclass-memaccess illegitimate warning relat [...]
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/cp/ChangeLog | 6 +++
gcc/cp/call.c | 7 +++-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/Wclass-memaccess-2.C | 61 +++++++++++++++++++++++++++++++
4 files changed, 77 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/Wclass-memaccess-2.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 8ae15db2a4e [opt-viewer] Python 3 support in opt-stats.py
new 7226719a52d [llvm-pdbutil] Add a mode to `bytes` for dumping split debu [...]
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/Support/BinaryStreamRef.h | 10 +++++
test/DebugInfo/PDB/module-bytes.test | 12 +++++
tools/llvm-pdbutil/BytesOutputStyle.cpp | 53 +++++++++++++++++++---
tools/llvm-pdbutil/llvm-pdbutil.cpp | 78 ++++++++++++++++++---------------
tools/llvm-pdbutil/llvm-pdbutil.h | 2 +-
5 files changed, 112 insertions(+), 43 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 39cb462f1 Remove confusing `return`.
new 37f2bbeeb Move `assert` upwards so that it fails early if it fails.
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/LinkerScript.cpp | 3 ++-
1 file changed, 2 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 gcc.
from 9fb367801de gcc/cp/ * cp-tree.h (lang_decl_fn): Remove assignment_ope [...]
new b75ef09f567 2017-06-26 Jerome Lambourg <lambourg(a)adacore.com> [...]
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 | 13 +++++++++++++
gcc/config.gcc | 5 +++++
gcc/config/vxworks.h | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++--
3 files changed, 69 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.