This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bfd4119 [libfuzzer][doc] documenting running libfuzzer tests.
new 8d8d014 [esan] Add calls from the ctor/dtor to the runtime library
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 | 47 +++++++++++++++++++---
.../EfficiencySanitizer/cache_frag_basic.ll | 4 +-
2 files changed, 45 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 gcc.
from 4e173d6 gcc/ChangeLog:
new 18cbda1 2016-05-24 Paolo Carlini <paolo.carlini(a)oracle.com>
new af648be [gcc] 2016-05-24 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 51 +++++++++
gcc/config/rs6000/altivec.h | 17 +++
gcc/config/rs6000/altivec.md | 27 ++++-
gcc/config/rs6000/rs6000-builtin.def | 125 +++++++++++++++++++++
gcc/config/rs6000/rs6000-c.c | 73 ++++++++++++
gcc/config/rs6000/rs6000.md | 4 +-
gcc/config/rs6000/vector.md | 19 ++++
gcc/doc/extend.texi | 60 +++++++++-
gcc/testsuite/ChangeLog | 9 ++
.../g++.dg/cpp1y/lambda-generic-static1.C | 2 +-
.../g++.dg/cpp1y/lambda-generic-static2.C | 2 +-
gcc/testsuite/gcc.target/powerpc/ctz-3.c | 62 ++++++++++
gcc/testsuite/gcc.target/powerpc/ctz-4.c | 110 ++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/p9-vparity.c | 107 ++++++++++++++++++
14 files changed, 661 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/ctz-3.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/ctz-4.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-vparity.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 ba65804 [MBP] Factor out the optimizations on branch conditions and u [...]
new bfd4119 [libfuzzer][doc] documenting running libfuzzer 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:
docs/LibFuzzer.rst | 12 ++++++++++++
1 file changed, 12 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 27c10ea [ms] Allow more unqualified lookup of types in dependent base [...]
new 09bb63e Make the altivec intrinsics that require immediate constant p [...]
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/altivec.h | 32 ++++++++++++--------------------
1 file changed, 12 insertions(+), 20 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 64c52e9 2016-05-24 Paolo Carlini <paolo.carlini(a)oracle.com>
new a0c02a5 * gcc.target/powerpc/lhs-1.c: Fix testcase to avoid subreg changes.
new 4e173d6 gcc/ChangeLog:
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 | 5 +++++
gcc/testsuite/ChangeLog | 9 +++++++++
.../gcc.dg/{pr27382-1.c => tree-ssa/reassoc-44.c} | 9 +++++----
gcc/testsuite/gcc.target/powerpc/lhs-1.c | 19 ++++++-------------
gcc/tree-ssa-reassoc.c | 2 ++
5 files changed, 27 insertions(+), 17 deletions(-)
copy gcc/testsuite/gcc.dg/{pr27382-1.c => tree-ssa/reassoc-44.c} (50%)
--
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 6063d9d LiveIntervalAnalysis: Fix handleMove() re-using the wrong val [...]
new a313eee There's no reason to use _ to name variables different just f [...]
new ba65804 [MBP] Factor out the optimizations on branch conditions and u [...]
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/MC/MCAssembler.h | 4 +-
lib/CodeGen/MachineBlockPlacement.cpp | 93 ++++++++++++++++++-----------------
lib/MC/MCAssembler.cpp | 6 +--
3 files changed, 54 insertions(+), 49 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 a0f78dd [profile] clean up profile file handling code
new aa4e6ee [esan] Add compilation unit init/exit routines.
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.cpp | 10 ++++++++++
lib/esan/esan.h | 4 ++++
lib/esan/esan.syms.extra | 1 +
lib/esan/esan_interface.cpp | 8 +++++++-
lib/esan/esan_interface_internal.h | 3 ++-
5 files changed, 24 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 lldb.
from f645b49 In r268475 I made a change to ObjectFileMachO so that if it i [...]
new bd8b0e7 Ach, editing too many files at once. Make this file compile again.
new 577f2a4 Fix an issue where the NSDate data formatter was not using th [...]
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:
source/Plugins/Language/ObjC/Cocoa.cpp | 4 +++-
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 2 +-
2 files changed, 4 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 llvm.
from d455d52 DWARF: Omit DW_AT_APPLE attributes (except ObjC ones) when no [...]
new 6063d9d LiveIntervalAnalysis: Fix handleMove() re-using the wrong val [...]
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/CodeGen/LiveIntervalAnalysis.cpp | 10 +++-------
unittests/MI/LiveIntervalTest.cpp | 26 ++++++++++++++++++++++++--
2 files changed, 27 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.