This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ff1a005844c 2017-06-09 Tamar Christina <tamar.christina(a)arm.com>
new 1ccb310ebf1 * predict.c (unlikely_executed_stmt_p): Cleanup.
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/predict.c | 5 +++--
2 files changed, 7 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-6-branch
in repository gcc.
from 2e3beb3b5fb Daily bump.
new e2d04301544 2017-06-09 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/trans-expr.c | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/proc_ptr_comp_50.f90 | 26 ++++++++++++++++++++++++++
4 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_comp_50.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 4b665d2445e Allow VarStreamArray to use stateful extractors.
new 248cabd1f51 Fix -Wreorder-fields warning.
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/BinaryStreamArray.h | 4 ++--
1 file changed, 2 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 master
in repository lld.
from 5e020715f [ELF] - Simplify gdb-index-empty.s
new 3b9bcabe2 Don't check the raw bits in 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/ELF/aarch64-undefined-weak.s | 20 ++++++++++----------
test/ELF/arm-thumb-no-undefined-thunk.s | 6 +++---
test/ELF/arm-thumb-undefined-weak.s | 12 ++++++------
test/ELF/arm-undefined-weak.s | 12 ++++++------
4 files changed, 25 insertions(+), 25 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 3028aaffc2c Implement COFF emission for parsed Windows Resource ( .res) files.
new 4b665d2445e Allow VarStreamArray to use stateful extractors.
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/DebugInfo/CodeView/CVRecord.h | 6 +-
.../DebugInfo/CodeView/DebugChecksumsSubsection.h | 4 +-
.../DebugInfo/CodeView/DebugCrossImpSubsection.h | 4 +-
.../CodeView/DebugInlineeLinesSubsection.h | 7 +-
.../llvm/DebugInfo/CodeView/DebugLinesSubsection.h | 6 +-
.../DebugInfo/CodeView/DebugSubsectionRecord.h | 6 +-
.../DebugInfo/PDB/Native/DbiModuleDescriptor.h | 5 +-
include/llvm/Support/BinaryStreamArray.h | 258 +++++++++------------
include/llvm/Support/BinaryStreamReader.h | 20 +-
.../CodeView/DebugChecksumsSubsection.cpp | 4 +-
lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp | 6 +-
.../CodeView/DebugInlineeLinesSubsection.cpp | 9 +-
lib/DebugInfo/CodeView/DebugLinesSubsection.cpp | 9 +-
lib/DebugInfo/CodeView/TypeTableCollection.cpp | 3 +-
unittests/Support/BinaryStreamTest.cpp | 9 +-
15 files changed, 141 insertions(+), 215 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 clang.
from 38ed6a1f94 Repair 2010-05-31-palignr.c test
new ce2bd42c85 [ASTMatchers] Fix use after free.
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/ASTMatchers/Dynamic/Parser.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 glibc.
from a17973efc6 Fix waitid namespace (bug 21561).
new d6bd839b9a Add a way to bypass the PLT when calling getauxval
new cdfbe5037f powerpc: add sysconf support for cache geometries
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:
ChangeLog | 17 ++++
include/sys/auxv.h | 7 ++
misc/getauxval.c | 1 +
sysdeps/unix/sysv/linux/powerpc/Makefile | 1 +
sysdeps/unix/sysv/linux/powerpc/sysconf.c | 96 ++++++++++++++++++++++
.../linux/powerpc/test-powerpc-linux-sysconf.c | 73 ++++++++++++++++
6 files changed, 195 insertions(+)
create mode 100644 sysdeps/unix/sysv/linux/powerpc/sysconf.c
create mode 100644 sysdeps/unix/sysv/linux/powerpc/test-powerpc-linux-sysconf.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 binutils-gdb.
from dbb2bcd005 Revert "[AArch64] Allow COPY relocation elimination"
new 654f3b6a2a x86-64: Add some x32 ELF property 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:
ld/ChangeLog | 16 +++++++++++++
.../{property-x86-3.d => property-x86-3-x32.d} | 7 +++---
ld/testsuite/ld-x86-64/property-x86-3.d | 2 +-
ld/testsuite/ld-x86-64/property-x86-3.s | 28 ++++++++++++++++++++++
.../property-x86-4a-x32.d} | 4 ++--
ld/testsuite/ld-x86-64/property-x86-4a.d | 2 +-
.../property-x86-4b-x32.d} | 4 ++--
ld/testsuite/ld-x86-64/property-x86-4b.d | 2 +-
ld/testsuite/ld-x86-64/property-x86-4b.s | 15 +++++++++++-
ld/testsuite/ld-x86-64/x86-64.exp | 3 +++
10 files changed, 72 insertions(+), 11 deletions(-)
copy ld/testsuite/ld-x86-64/{property-x86-3.d => property-x86-3-x32.d} (61%)
copy ld/testsuite/{ld-i386/property-x86-4a.d => ld-x86-64/property-x86-4a-x32.d} (81%)
copy ld/testsuite/{ld-i386/property-x86-4b.d => ld-x86-64/property-x86-4b-x32.d} (67%)
--
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-7-branch
in repository gcc.
from e3e8751a9f0 Daily bump.
new 2465f7d5b05 2017-06-09 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/trans-expr.c | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/proc_ptr_comp_50.f90 | 26 ++++++++++++++++++++++++++
4 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_comp_50.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 1fb874b24cd We do not need google test utils if we disabled LLVM_INCLUDE_TESTS
new 727659d0c80 [X86][SSE] Add support for PACKSS nodes to faux shuffle extraction
new 3028aaffc2c Implement COFF emission for parsed Windows Resource ( .res) files.
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/Object/COFF.h | 7 +
include/llvm/Object/WindowsResource.h | 72 ++-
lib/Object/WindowsResource.cpp | 516 +++++++++++++++++++-
lib/Target/X86/X86ISelLowering.cpp | 38 +-
test/CodeGen/X86/vector-compare-results.ll | 538 ++++++++++-----------
.../llvm-cvtres/Inputs/test_resource.obj.coff | Bin 0 -> 3468 bytes
test/tools/llvm-cvtres/object.test | 229 +++++++++
.../llvm-cvtres/{resource.test => parse.test} | 2 +-
tools/llvm-cvtres/LLVMBuild.txt | 2 +-
tools/llvm-cvtres/llvm-cvtres.cpp | 73 +--
tools/llvm-cvtres/llvm-cvtres.h | 2 -
11 files changed, 1146 insertions(+), 333 deletions(-)
create mode 100644 test/tools/llvm-cvtres/Inputs/test_resource.obj.coff
create mode 100644 test/tools/llvm-cvtres/object.test
rename test/tools/llvm-cvtres/{resource.test => parse.test} (94%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.