This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f92f694 2016-06-02 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 5a65398 PR tree-optimization/71328 * tree-ssa-threadupdate.c (dupli [...]
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr71328.c | 16 ++++++++++++++++
gcc/tree-ssa-threadupdate.c | 4 ++--
4 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr71328.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 2a82185 [X86] Remove unnecessary pattern predicates from the vector b [...]
new 3702eed [X86] Simplify a multiclass to remove a parameter. NFC
new 1b4de08 [AVX512] Fix shuffle comment printing for EVEX encoded PSHUFD [...]
new e94dfe2 [AVX512] Ensure EVEX vpshufd, vpshuflw, and vpshufhw have ise [...]
The 3 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/X86/InstPrinter/X86InstComments.cpp | 46 ++++++----------
lib/Target/X86/X86InstrSSE.td | 75 +++++++++++++-------------
test/CodeGen/X86/avx512-intrinsics.ll | 6 +--
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 16 ++++--
test/CodeGen/X86/avx512vl-intrinsics.ll | 8 ++-
5 files changed, 76 insertions(+), 75 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 2edd48d Revert "[profile] enable a subtest for vcall inline virtual func"
new 0096329 [esan] Ensure internal_sigaction() bypasses interceptors
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/esan/esan_interceptors.cpp | 11 +++++++++++
lib/sanitizer_common/sanitizer_posix.h | 2 ++
2 files changed, 13 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 c5689fd [pdb] Dump file checksums from pdb codeview line info.
new 971429e [X86] Remove redundant bitcast patterns for 128/256-bit vecto [...]
new e3650a4 [X86] Cleanup formatting a bit to align similar parts of adja [...]
new 2a82185 [X86] Remove unnecessary pattern predicates from the vector b [...]
The 3 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/X86/X86InstrAVX512.td | 130 ++++++++++-----------------------------
lib/Target/X86/X86InstrSSE.td | 128 +++++++++++++++++++-------------------
2 files changed, 94 insertions(+), 164 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 7e17f48 [codeview] Dump line number and column information.
new c5689fd [pdb] Dump file checksums from pdb codeview line info.
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/CodeView.h | 7 +++++
include/llvm/DebugInfo/CodeView/EnumTables.h | 1 +
include/llvm/DebugInfo/CodeView/Line.h | 11 -------
.../DebugInfo/CodeView/ModuleSubstreamVisitor.h | 35 ++++++++++++++++++----
lib/DebugInfo/CodeView/EnumTables.cpp | 10 +++++++
lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp | 16 ++++++----
test/DebugInfo/PDB/pdbdump-headers.test | 22 +++++++-------
tools/llvm-pdbdump/llvm-pdbdump.cpp | 18 +++++++----
8 files changed, 82 insertions(+), 38 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 glibc.
from f06f3f0 fork in libpthread cannot use IFUNC resolver [BZ #19861]
new 1c1e7fb Fix macro API for __USE_KERNEL_IPV6_DEFS.
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:
ChangeLog | 9 +++++++++
inet/netinet/in.h | 14 +++++++-------
sysdeps/unix/sysv/linux/bits/in.h | 4 +++-
3 files changed, 19 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 llvm.
from a4bbfe5 Fix indentation.
new 7e17f48 [codeview] Dump line number and column information.
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/ModuleSubstream.h | 87 +++++++++++++++++++
.../DebugInfo/CodeView/ModuleSubstreamVisitor.h | 96 +++++++++++++++++++++
include/llvm/DebugInfo/CodeView/StreamArray.h | 85 ++++++++++++++-----
include/llvm/DebugInfo/CodeView/StreamReader.h | 6 +-
include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 2 +-
include/llvm/DebugInfo/PDB/Raw/ModStream.h | 9 +-
.../llvm/DebugInfo/PDB/Raw/ModuleSubstreamRecord.h | 51 -----------
include/llvm/DebugInfo/PDB/Raw/RawTypes.h | 39 ---------
lib/DebugInfo/CodeView/CMakeLists.txt | 2 +
.../ModuleSubstream.cpp} | 23 ++---
lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp | 98 ++++++++++++++++++++++
lib/DebugInfo/PDB/CMakeLists.txt | 1 -
lib/DebugInfo/PDB/Raw/ModStream.cpp | 2 +-
test/DebugInfo/PDB/pdbdump-headers.test | 25 +++++-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 76 ++++++++++++++---
tools/llvm-readobj/COFFDumper.cpp | 1 +
16 files changed, 448 insertions(+), 155 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/ModuleSubstream.h
create mode 100644 include/llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h
delete mode 100644 include/llvm/DebugInfo/PDB/Raw/ModuleSubstreamRecord.h
rename lib/DebugInfo/{PDB/Raw/ModuleSubstreamRecord.cpp => CodeView/ModuleSubstrea [...]
create mode 100644 lib/DebugInfo/CodeView/ModuleSubstreamVisitor.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 c7ed63a [esan|cfrag] Instrument GEP instr for struct field access.
new a4bbfe5 Fix indentation.
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:
tools/llvm-pdbdump/llvm-pdbdump.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 86f8b0f Revert "Testcase cleanup: Remove an unused input file."
new c7ed63a [esan|cfrag] Instrument GEP instr for struct field access.
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:
.../Instrumentation/EfficiencySanitizer.cpp | 61 ++++++++++++++
.../struct_field_count_basic.ll | 95 ++++++++++++++++++++++
2 files changed, 156 insertions(+)
create mode 100644 test/Instrumentation/EfficiencySanitizer/struct_field_count_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 gcc.
from 57960d5 Daily bump.
new f92f694 2016-06-02 Jerry DeLisle <jvdelisle(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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/fmt_read_3.f90 | 2 +-
gcc/testsuite/gfortran.dg/fmt_read_4.f90 | 8 ++++++++
3 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/fmt_read_4.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.