This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch linaro-local/gcc-7-integration-branch
in repository toolchain/gcc.
from 41af3176859 gcc/ Backport from trunk r247603. 2016-05-04 Kyrylo Tka [...]
new bdbf0a23238 gcc/ Backport from trunk r247640. 2017-05-05 Andre Viei [...]
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/config/arm/arm.c | 21 +++++++++---
gcc/config/arm/arm.md | 9 ++----
gcc/config/arm/vfp.md | 37 ++++++++++++++++++++++
...low-flash-data.c => thumb2-slow-flash-data-1.c} | 0
.../gcc.target/arm/thumb2-slow-flash-data-2.c | 28 ++++++++++++++++
.../gcc.target/arm/thumb2-slow-flash-data-3.c | 25 +++++++++++++++
.../gcc.target/arm/thumb2-slow-flash-data-4.c | 26 +++++++++++++++
.../gcc.target/arm/thumb2-slow-flash-data-5.c | 14 ++++++++
.../gcc.target/arm/tls-disable-literal-pool.c | 14 ++++++++
9 files changed, 163 insertions(+), 11 deletions(-)
rename gcc/testsuite/gcc.target/arm/{thumb2-slow-flash-data.c => thumb2-slow-flash [...]
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-2.c
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-3.c
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-4.c
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-5.c
create mode 100644 gcc/testsuite/gcc.target/arm/tls-disable-literal-pool.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 63d2fab3cfd Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
new 83a953d909d [gtest] Create a shared include directory for gtest utilities.
new 7e8532edeb4 Add an include of gtest-printers.h to appease the buildbots.
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/Testing/Support/Error.h | 69 +++++++++
include/llvm/Testing/Support/SupportHelpers.h | 47 ++++++
lib/CMakeLists.txt | 1 +
lib/LLVMBuild.txt | 1 +
lib/Testing/CMakeLists.txt | 1 +
lib/{ => Testing}/LLVMBuild.txt | 33 +----
lib/Testing/Support/CMakeLists.txt | 12 ++
lib/Testing/Support/Error.cpp | 22 +++
lib/{ => Testing/Support}/LLVMBuild.txt | 36 +----
unittests/DebugInfo/CodeView/CMakeLists.txt | 25 ++--
unittests/DebugInfo/CodeView/ErrorChecking.h | 70 ---------
.../DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 18 ++-
.../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 1 -
unittests/DebugInfo/PDB/CMakeLists.txt | 1 +
unittests/DebugInfo/PDB/ErrorChecking.h | 61 --------
unittests/DebugInfo/PDB/HashTableTest.cpp | 10 +-
unittests/DebugInfo/PDB/MSFBuilderTest.cpp | 101 ++++++-------
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 119 ++++++++-------
unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 19 ++-
unittests/DebugInfo/PDB/TypeServerHandlerTest.cpp | 32 ++--
unittests/Support/BinaryStreamTest.cpp | 163 ++++++++++-----------
unittests/Support/CMakeLists.txt | 1 +
22 files changed, 408 insertions(+), 435 deletions(-)
create mode 100644 include/llvm/Testing/Support/Error.h
create mode 100644 include/llvm/Testing/Support/SupportHelpers.h
create mode 100644 lib/Testing/CMakeLists.txt
copy lib/{ => Testing}/LLVMBuild.txt (59%)
create mode 100644 lib/Testing/Support/CMakeLists.txt
create mode 100644 lib/Testing/Support/Error.cpp
copy lib/{ => Testing/Support}/LLVMBuild.txt (59%)
delete mode 100644 unittests/DebugInfo/CodeView/ErrorChecking.h
delete mode 100644 unittests/DebugInfo/PDB/ErrorChecking.h
--
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 eaa74739c Mark `__is_inplace_*` tests as UNSUPPORTED in <= C++14.
new 13498f688 PR32476: __nop_locale_mgmt.h not needed with newlib 2.5+
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/support/newlib/xlocale.h | 3 +++
1 file changed, 3 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 newlib.
from 6a6c1c52e Feature test macros overhaul: Cygwin signal.h
new 40ca6f02e newlib/MAINTAINERS: Add OS maintainers section and myself for [...]
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:
newlib/MAINTAINERS | 7 +++++++
1 file changed, 7 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 binutils-gdb.
from f461bbd847 Fix address violation bug when disassembling a corrupt SH binary.
new e64519d1ed Fix seg-fault when trying to disassemble a corrupt score binary.
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:
opcodes/ChangeLog | 5 +++++
opcodes/score7-dis.c | 3 ++-
2 files changed, 7 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 c4e8bef923f Improve Cortex-A53 FP scheduler
new b4bbadc125a Recognize '-' as special -MF argument (write to stdout)
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 | 4 ++++
gcc/c-family/ChangeLog | 4 ++++
gcc/c-family/c-opts.c | 4 +++-
gcc/doc/cppopts.texi | 2 ++
4 files changed, 13 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 binutils-gdb.
from ae87f7e73e Fix address violation when disassembling a corrupt binary.
new f461bbd847 Fix address violation bug when disassembling a corrupt SH binary.
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:
bfd/ChangeLog | 6 ++++++
bfd/elf32-sh.c | 2 +-
2 files changed, 7 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.
Christophe Lyon pushed a change to branch linaro-local/linaro_binutils-2_27-branch
in repository toolchain/binutils-gdb.
from 576d151194 Require --no-dynamic-linker with -static -E/--dynamic-list
new b4b71a6d5d Add .gitreview
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:
.gitreview | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 .gitreview
--
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 b9bba8a9e8b Revert "[ARM] Support constant pools in data when generatin [...]
new 63d2fab3cfd Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
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:
.../DebugInfo/CodeView/DebugFrameDataSubsection.h | 1 +
.../DebugInfo/CodeView/DebugSubsectionRecord.h | 7 +-
.../DebugInfo/CodeView/DebugSubsectionVisitor.h | 80 +----
.../llvm/DebugInfo/CodeView/StringsAndChecksums.h | 104 +++++++
.../PDB/Native/DbiModuleDescriptorBuilder.h | 2 +-
include/llvm/DebugInfo/PDB/Native/PDBStringTable.h | 2 +-
.../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 5 +-
include/llvm/ObjectYAML/COFFYAML.h | 4 +
.../llvm/ObjectYAML/CodeViewYAMLDebugSections.h | 25 +-
include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 3 +
lib/DebugInfo/CodeView/CMakeLists.txt | 3 +-
.../CodeView/DebugStringTableSubsection.cpp | 5 +
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp | 2 +-
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp | 37 +--
lib/DebugInfo/CodeView/StringsAndChecksums.cpp | 48 +++
.../PDB/Native/DbiModuleDescriptorBuilder.cpp | 2 +-
lib/DebugInfo/PDB/Native/PDBStringTable.cpp | 3 +-
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 5 +
lib/ObjectYAML/COFFYAML.cpp | 11 +-
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 338 ++++++++++-----------
lib/ObjectYAML/CodeViewYAMLTypes.cpp | 40 +++
tools/llvm-pdbutil/LLVMOutputStyle.cpp | 27 +-
tools/llvm-pdbutil/YAMLOutputStyle.cpp | 7 +-
tools/llvm-pdbutil/llvm-pdbutil.cpp | 17 +-
tools/obj2yaml/CMakeLists.txt | 1 +
tools/obj2yaml/coff2yaml.cpp | 57 ++++
tools/yaml2obj/CMakeLists.txt | 1 +
tools/yaml2obj/yaml2coff.cpp | 56 ++++
28 files changed, 572 insertions(+), 321 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
create mode 100644 lib/DebugInfo/CodeView/StringsAndChecksums.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 lld.
from c2e07c0eb [ELF] Add armelf emulation mode
new 13dc3878d Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
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/COFF/Inputs/pdb1.yaml | 138 ++++++++++++++++++++++++++++++++++++++++++++-
test/COFF/Inputs/pdb2.yaml | 119 +++++++++++++++++++++++++++++++++++++-
test/COFF/sort-debug.test | 41 +++++++++++++-
3 files changed, 293 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.