This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f8d5c73 [ARM] Classification Improvements to ARM Sched-Models. NFCI.
new 5aa636d Attempt to fix the testcase in r292824
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/ObjectYAML/MachO/build_version_command.yaml | 39 +++++-------------------
1 file changed, 8 insertions(+), 31 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 6d5a027 Add LC_BUILD_VERSION load command
new f8d5c73 [ARM] Classification Improvements to ARM Sched-Models. NFCI.
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/ARMInstrVFP.td | 252 +++++++++++++++++++++++------------
lib/Target/ARM/ARMSchedule.td | 37 ++++-
lib/Target/ARM/ARMScheduleA9.td | 28 +++-
lib/Target/ARM/ARMScheduleR52.td | 64 ++++++---
lib/Target/ARM/ARMScheduleSwift.td | 28 +++-
test/CodeGen/ARM/misched-fp-basic.ll | 69 ++++++++++
6 files changed, 363 insertions(+), 115 deletions(-)
create mode 100644 test/CodeGen/ARM/misched-fp-basic.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 binutils-gdb.
from 2d0ca82 Fix AArch64 relocation handling in ILP32 mode.
new 60685cd Minor simplification of (Python) find_thread_object
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 | 5 +++++
gdb/python/py-inferior.c | 9 +--------
2 files changed, 6 insertions(+), 8 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 c0b3f68 2017-01-23 Thomas Koenig <tkoenig(a)netcologne.de>
new 340a249 PR c++/71406 - ICE with scope-ref'd template id exprs PR c+ [...]
new 76b0d9e PR c++/71710 - template using directive of field * pt.c (ts [...]
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/cp/ChangeLog | 11 +++++++++++
gcc/cp/pt.c | 16 +++++++--------
gcc/cp/typeck.c | 35 +++++++++++++++++----------------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/template/pr71406.C | 28 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/template/pr71710.C | 10 ++++++++++
6 files changed, 84 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/pr71406.C
create mode 100644 gcc/testsuite/g++.dg/template/pr71710.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 2394101 [SLP] Additional test with extra args in horizontal reductions.
new 6d5a027 Add LC_BUILD_VERSION load command
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/Object/MachO.h | 46 +++++++++++++++++
include/llvm/ObjectYAML/MachOYAML.h | 6 +++
include/llvm/Support/MachO.def | 2 +
include/llvm/Support/MachO.h | 45 +++++++++++++++++
lib/Object/MachOObjectFile.cpp | 34 +++++++++++++
lib/ObjectYAML/MachOYAML.cpp | 21 ++++++++
test/MC/MachO/darwin-version-min-load-command.s | 7 +++
test/ObjectYAML/MachO/build_version_command.yaml | 58 ++++++++++++++++++++++
.../X86/invalid-macho-build-version.yaml | 44 ++++++++++++++++
.../llvm-objdump/X86/macho-build-version.yaml | 57 +++++++++++++++++++++
tools/llvm-objdump/MachODump.cpp | 36 ++++++++++++++
tools/llvm-readobj/MachODumper.cpp | 20 +++++++-
tools/obj2yaml/macho2yaml.cpp | 17 +++++++
tools/yaml2obj/yaml2macho.cpp | 15 ++++++
14 files changed, 407 insertions(+), 1 deletion(-)
create mode 100644 test/ObjectYAML/MachO/build_version_command.yaml
create mode 100644 test/tools/llvm-objdump/X86/invalid-macho-build-version.yaml
create mode 100644 test/tools/llvm-objdump/X86/macho-build-version.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 libcxx.
from ec1d3f7 Revert previous cleanup; I got too agressive removing #ifdefs
new 6111e65 Fixed a typo in __config that prevented the aligned new/delet [...]
new fbe68a6 Implement LWG#2778: basic_string_view is missing constexpr.
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/__config | 2 +-
include/string_view | 10 ++---
.../string.view/string.view.cons/assign.pass.cpp | 50 ++++++++++++++++++++++
www/cxx1z_status.html | 4 +-
4 files changed, 58 insertions(+), 8 deletions(-)
create mode 100644 test/std/strings/string.view/string.view.cons/assign.pass.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 master
in repository gcc.
from 5785236 PR go/79037 compiler, runtime: align gc data for m68k
new 88682cc 2017-01-23 Andreas Tobler <andreast(a)gcc.gnu.org>
new c0b3f68 2017-01-23 Thomas Koenig <tkoenig(a)netcologne.de>
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 | 6 ++++++
gcc/config/aarch64/aarch64.c | 10 ++++++++--
gcc/fortran/ChangeLog | 5 +++++
gcc/fortran/arith.c | 4 ++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gfortran.dg/integer_exponentiation_7.f90 | 5 +++++
6 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/integer_exponentiation_7.f90
--
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 release_40
in repository llvm.
from 9723832 Merging r292583: -------------------------------------------- [...]
new b3eb8fe Cherry pick r292625
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/AArch64/AArch64LoadStoreOptimizer.cpp | 25 ++++-
test/CodeGen/AArch64/ldst-opt-dbg-limit.mir | 133 -----------------------
test/CodeGen/AArch64/ldst-opt.mir | 132 ++++++++++++++++++++++
3 files changed, 155 insertions(+), 135 deletions(-)
delete mode 100644 test/CodeGen/AArch64/ldst-opt-dbg-limit.mir
create mode 100644 test/CodeGen/AArch64/ldst-opt.mir
--
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 8611e02 AMDGPU: Propagate fast math flags in fneg combines
new 2394101 [SLP] Additional test with extra args in horizontal reductions.
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:
.../SLPVectorizer/X86/horizontal-list.ll | 63 ++++++++++++++++++++++
1 file changed, 63 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.
from 425765b Fix documentation typo from r292558.
new 13f97ca Guard __gnuc_va_list typedef.
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/Headers/stdarg.h | 3 +--
test/Headers/stdarg-gnuc_va_list.c | 10 ++++++++++
2 files changed, 11 insertions(+), 2 deletions(-)
create mode 100644 test/Headers/stdarg-gnuc_va_list.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.