This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 86d786c PR target/71161 * elf.c (phdr_callback) [__i386__]: Add __ [...]
new 485be62 /cp 2016-05-18 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 8 ++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/template/crash122.C | 4 ++++
4 files changed, 19 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/crash122.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 76e32df AMDGPU: Error if branch distance exceeds limit
new 7ec0ea1 Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64
new bbc289f Delete dead code. Reloc::Default is the default.
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:
include/llvm/ObjectYAML/MachOYAML.h | 22 ++
lib/ObjectYAML/MachOYAML.cpp | 31 ++-
test/ObjectYAML/MachO/load_commands.yaml | 12 +-
test/ObjectYAML/MachO/sections.yaml | 284 ++++++++++++++++++++++++
tools/obj2yaml/macho2yaml.cpp | 54 +++++
tools/yaml2obj/yaml2macho.cpp | 32 +++
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h | 3 -
7 files changed, 427 insertions(+), 11 deletions(-)
create mode 100644 test/ObjectYAML/MachO/sections.yaml
--
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 c023b23 Trivial cleanups.
new 5d9f8fb AMDGPU: Fix assert when erroring on a call
new a9355d3 Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN [...]
new 3cd52ae AMDGPU: Other sizes of popcnt are fast
new 76e32df AMDGPU: Error if branch distance exceeds limit
The 4 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/RegAllocFast.cpp | 5 +
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 6 +-
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 2 +-
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 6 +-
lib/Target/X86/CMakeLists.txt | 1 +
lib/Target/X86/X86.h | 3 +
lib/Target/X86/X86ISelLowering.cpp | 23 +-
lib/Target/X86/X86ISelLowering.h | 3 -
lib/Target/X86/X86InstrCompiler.td | 33 ++-
lib/Target/X86/X86InstrInfo.td | 6 +-
lib/Target/X86/X86MachineFunctionInfo.h | 6 +
lib/Target/X86/X86TargetMachine.cpp | 1 +
lib/Target/X86/X86WinAllocaExpander.cpp | 294 +++++++++++++++++++++
test/CodeGen/AMDGPU/call.ll | 18 +-
test/CodeGen/AMDGPU/ctpop64.ll | 52 ++++
test/CodeGen/X86/cleanuppad-inalloca.ll | 4 +-
test/CodeGen/X86/dynamic-alloca-in-entry.ll | 2 +-
test/CodeGen/X86/inalloca-ctor.ll | 4 +-
test/CodeGen/X86/inalloca-invoke.ll | 3 +-
test/CodeGen/X86/inalloca-stdcall.ll | 4 +-
test/CodeGen/X86/inalloca.ll | 12 +-
test/CodeGen/X86/shrink-wrap-chkstk.ll | 4 +-
test/CodeGen/X86/win-alloca-expander.ll | 154 +++++++++++
test/Transforms/LoopIdiom/AMDGPU/popcnt.ll | 25 +-
24 files changed, 610 insertions(+), 61 deletions(-)
create mode 100644 lib/Target/X86/X86WinAllocaExpander.cpp
create mode 100644 test/CodeGen/X86/win-alloca-expander.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 compiler-rt.
from 310285e [sanitizer] Fix a crash when demangling Swift symbols, take 3
new b89453c [sanitizer] Allow dlopen/dlclose interception to be disabled [...]
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_platform_interceptors.h | 4 ++++
1 file 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 clang-tools-extra.
from be640cb [clang-tidy] Use unresolvedLookupExpr node matcher from ASTMatcher.
new 3755932 clang-rename: handle non-inline ctor definitions when renamin [...]
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:
clang-rename/USRLocFinder.cpp | 5 +++++
test/clang-rename/CtorDefTest.cpp | 15 +++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 test/clang-rename/CtorDefTest.cpp
--
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 83fffbf PR target/71161 * elf.c (phdr_callback) [__i386__]: Add __ [...]
new cdd97be * method.c (synthesized_method_walk): operator= can also be [...]
new 62dff0b Fix constexpr handling of SAVE_EXPR in loops.
new 60aab05 PR c++/70095 - variable template partial specialization
new 3c22084 PR c++/70353 - __func__ and constexpr
new eef9ce4 PR c++/70648 - constexpr empty list-initialization
new be408ef PR c++/70494 - lambda capture of array
new a8d6831 PR c++/70505 - partial instantiation of template-id
The 7 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/cp/ChangeLog | 34 ++++++++++++++++++
gcc/cp/constexpr.c | 42 +++++++++++++++++++----
gcc/cp/decl.c | 16 ++++++---
gcc/cp/method.c | 13 +++++--
gcc/cp/pt.c | 9 ++---
gcc/cp/typeck2.c | 11 ++----
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/g++.dg/cpp0x/constexpr-__func__2.C | 13 +++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-initlist10.C | 11 ++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-template10.C | 17 +++++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-array2.C | 10 ++++++
gcc/testsuite/g++.dg/cpp1y/constexpr-assign1.C | 9 +++++
gcc/testsuite/g++.dg/cpp1y/constexpr-loop3.C | 23 +++++++++++++
gcc/testsuite/g++.dg/cpp1y/constexpr-loop4.C | 27 +++++++++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ50.C | 11 ++++++
gcc/testsuite/g++.dg/ubsan/pr70135.C | 36 +++++++++++++++++++
gcc/tree-inline.c | 3 +-
18 files changed, 272 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-__func__2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-initlist10.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-template10.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-array2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-assign1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-loop3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-loop4.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ50.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr70135.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 gcc-4_9-branch
in repository gcc.
from 83d1bc9 Daily bump.
new 59070ac PR target/71161 * elf.c (phdr_callback) [__i386__]: 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:
libbacktrace/ChangeLog | 6 ++++++
libbacktrace/elf.c | 3 +++
2 files changed, 9 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 llvm.
from c33f9cd AMDGPU: Fix a few slightly broken tests
new 41cf920 AMDGPU: Handle alloca promoting with null operands
new c023b23 Trivial cleanups.
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:
include/llvm/CodeGen/CommandFlags.h | 26 +++++++--------
include/llvm/Support/CodeGen.h | 2 +-
lib/Target/AArch64/AArch64TargetMachine.cpp | 2 +-
lib/Target/AArch64/AArch64TargetMachine.h | 4 +--
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 39 ++++++++++++++++++++--
lib/Target/ARM/ARMTargetMachine.cpp | 2 +-
lib/Target/ARM/ARMTargetMachine.h | 12 +++----
lib/Target/Mips/MipsTargetMachine.h | 4 +--
lib/Target/PowerPC/PPCTargetMachine.h | 6 ++--
lib/Target/Sparc/SparcTargetMachine.cpp | 2 +-
lib/Target/Sparc/SparcTargetMachine.h | 4 +--
lib/Target/TargetMachine.cpp | 4 +--
lib/Target/X86/X86TargetMachine.cpp | 2 +-
lib/Target/XCore/XCoreTargetMachine.cpp | 2 +-
test/CodeGen/AMDGPU/promote-alloca-to-lds-icmp.ll | 26 +++++++++++++++
test/CodeGen/AMDGPU/promote-alloca-to-lds-phi.ll | 34 +++++++++++++++++++
.../CodeGen/AMDGPU/promote-alloca-to-lds-select.ll | 31 +++++++++++++++++
17 files changed, 163 insertions(+), 39 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 39107cc AMDGPU: Don't run passes that aren't useful
new c33f9cd AMDGPU: Fix a few slightly broken 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/cayman-loop-bug.ll | 10 ++++-
test/CodeGen/AMDGPU/commute-shifts.ll | 6 +--
test/CodeGen/AMDGPU/i1-copy-phi.ll | 3 +-
test/CodeGen/AMDGPU/mubuf.ll | 6 +--
test/CodeGen/AMDGPU/or.ll | 2 +-
test/CodeGen/AMDGPU/udivrem.ll | 6 +--
test/CodeGen/AMDGPU/uniform-crash.ll | 7 +--
test/CodeGen/AMDGPU/vselect.ll | 52 +++++++++++-----------
.../AMDGPU/lsr-postinc-pos-addrspace.ll | 45 ++++++++++---------
9 files changed, 72 insertions(+), 65 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 a475a1b [AArch64] PR target/70809: Delete aarch64_vmls<mode> pattern
new 83fffbf PR target/71161 * elf.c (phdr_callback) [__i386__]: 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:
libbacktrace/ChangeLog | 6 ++++++
libbacktrace/elf.c | 3 +++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.