This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f2566e5 2016-12-07 François Dumont <fdumont(a)gcc.gnu.org>
new 29c670b sync config/* from binutils
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:
config/ChangeLog | 7 +++++++
config/elf.m4 | 2 +-
config/override.m4 | 12 ++++++++++++
config/picflag.m4 | 7 ++++++-
4 files changed, 26 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 gcc-5-branch
in repository gcc.
from 1ab885e 2016-12-07 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new cefdd9c rs6000: Don't forget to initialize the TOC (PR77957)
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 | 9 ++++++
gcc/config/rs6000/rs6000.c | 81 +++++++++++++++++++++++-----------------------
2 files changed, 50 insertions(+), 40 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 553d8c8 [ADT, IR] Fix some Clang-tidy modernize-use-equals-delete and [...]
new 581f04c [yaml2obj] Refactor and abstract yaml2dwarf functions
new 8302e1c [asan] Split load and store checks in test. NFCI
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:
.../AddressSanitizer/asan-masked-load-store.ll | 124 ++++++++++-----------
tools/yaml2obj/CMakeLists.txt | 1 +
tools/yaml2obj/yaml2dwarf.cpp | 41 +++++++
tools/yaml2obj/yaml2macho.cpp | 17 +--
tools/yaml2obj/yaml2obj.h | 9 ++
5 files changed, 115 insertions(+), 77 deletions(-)
create mode 100644 tools/yaml2obj/yaml2dwarf.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-6-branch
in repository gcc.
from 31876bc 2016-12-07 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new aa93059 Backported from mainline 2016-09-16 Jakub Jelinek <jakub@ [...]
new 3ccca82 Backported from mainline 2016-09-16 Jakub Jelinek <jakub@ [...]
new cbd1efb Backported from mainline 2016-09-19 Jakub Jelinek <jakub@ [...]
new ff579b9 Backported from mainline 2016-09-20 Jakub Jelinek <jakub@ [...]
new f9f4a10 Backported from mainline 2016-09-20 Jakub Jelinek <jakub@ [...]
new 39d003c Backported from mainline 2016-09-20 Jakub Jelinek <jakub@ [...]
new bac87ae Backported from mainline 2016-09-22 Jakub Jelinek <jakub@ [...]
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 | 24 ++++++++++++++++
gcc/builtins.c | 6 ++--
gcc/cgraph.c | 17 +++++++-----
gcc/cp/ChangeLog | 24 ++++++++++++++++
gcc/cp/class.c | 2 ++
gcc/cp/error.c | 15 +++++-----
gcc/cp/parser.c | 11 ++++++--
gcc/testsuite/ChangeLog | 35 ++++++++++++++++++++++++
gcc/testsuite/c-c++-common/pr77624-1.c | 14 ++++++++++
gcc/testsuite/c-c++-common/pr77624-2.c | 26 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-77482.C | 6 ++++
gcc/testsuite/g++.dg/cpp0x/gen-attrs-62.C | 5 ++++
gcc/testsuite/g++.dg/cpp0x/mutable1.C | 12 ++++++++
gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-arg-neg2.C | 7 +++++
gcc/testsuite/gcc.dg/pr77587.c | 14 ++++++++++
gcc/testsuite/gcc.dg/pr77587a.c | 23 ++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/pr77665.f90 | 18 ++++++++++++
gcc/tree-inline.c | 18 ++++++++----
18 files changed, 252 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr77624-1.c
create mode 100644 gcc/testsuite/c-c++-common/pr77624-2.c
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-77482.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-62.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/mutable1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-arg-neg2.C
create mode 100644 gcc/testsuite/gcc.dg/pr77587.c
create mode 100644 gcc/testsuite/gcc.dg/pr77587a.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr77665.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 master
in repository llvm.
from 4e51983 [BDCE] Skip metadata while replacing uses.
new 553d8c8 [ADT, IR] Fix some Clang-tidy modernize-use-equals-delete and [...]
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/ADT/BitVector.h | 4 +-
include/llvm/ADT/ImmutableList.h | 32 +++++---
include/llvm/ADT/ImmutableMap.h | 20 +++--
include/llvm/ADT/PackedVector.h | 8 +-
include/llvm/ADT/ScopedHashTable.h | 24 +++---
include/llvm/ADT/SmallPtrSet.h | 26 +++---
include/llvm/ADT/SmallVector.h | 29 ++++---
include/llvm/ADT/SparseMultiSet.h | 32 ++++----
include/llvm/ADT/SparseSet.h | 23 +++---
include/llvm/ADT/Twine.h | 18 ++---
include/llvm/ADT/ilist.h | 24 +++---
lib/IR/AttributeImpl.h | 42 +++++-----
lib/IR/AttributeSetNode.h | 22 +++--
lib/IR/ConstantsContext.h | 162 +++++++++++++++++++++++++------------
14 files changed, 287 insertions(+), 179 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 af83c66 [builtin] Add Thumb1 implementation for idivsi3 and aeabi_idivmod
new d3e58a9 [XRay][AArch64] Disable the unstable test XRay-aarch64-linux: [...]
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/xray/TestCases/Linux/patching-unpatching.cc | 1 +
test/xray/lit.cfg | 5 +++++
2 files changed, 6 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 4f75860 GlobalISel: use correct builder for ConstantExprs.
new 1523505 [obj2yaml] Refactor and abstract dwarf2yaml
new 4e51983 [BDCE] Skip metadata while replacing uses.
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/IR/Value.h | 7 +++
lib/IR/Value.cpp | 12 ++++-
lib/Transforms/Scalar/BDCE.cpp | 5 +-
.../BDCE/{pr26587.ll => dbg-multipleuses.ll} | 1 +
tools/obj2yaml/CMakeLists.txt | 1 +
tools/obj2yaml/dwarf2yaml.cpp | 53 ++++++++++++++++++++++
tools/obj2yaml/macho2yaml.cpp | 45 ++----------------
tools/obj2yaml/obj2yaml.h | 11 +++++
8 files changed, 90 insertions(+), 45 deletions(-)
copy test/Transforms/BDCE/{pr26587.ll => dbg-multipleuses.ll} (98%)
create mode 100644 tools/obj2yaml/dwarf2yaml.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 llvm.
from 66746a7 GlobalISel: store the current MachineFunction as direct state. NFC.
new 31adbb6 [ObjectYAML] Pull DWARF support into DWARFYAML namespace
new 4f75860 GlobalISel: use correct builder for ConstantExprs.
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/GlobalISel/IRTranslator.h | 255 ++++++++++++---------
include/llvm/ObjectYAML/DWARFYAML.h | 108 +++++++++
include/llvm/ObjectYAML/MachOYAML.h | 76 +-----
lib/CodeGen/GlobalISel/IRTranslator.cpp | 77 ++++---
lib/ObjectYAML/CMakeLists.txt | 1 +
lib/ObjectYAML/DWARFYAML.cpp | 47 ++++
lib/ObjectYAML/MachOYAML.cpp | 24 --
.../AArch64/GlobalISel/arm64-irtranslator.ll | 3 +-
tools/obj2yaml/macho2yaml.cpp | 4 +-
9 files changed, 353 insertions(+), 242 deletions(-)
create mode 100644 include/llvm/ObjectYAML/DWARFYAML.h
create mode 100644 lib/ObjectYAML/DWARFYAML.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.