This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e728d5b 2016-08-19 Richard Biener <rguenther(a)suse.de>
new e8ba202 2016-08-19 Richard Biener <rguenther(a)suse.de>
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/tree-ssa-pre.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.
unknown user pushed a change to branch release/2.19/master
in repository glibc.
from 9d328da linux: open and openat ignore 'mode' with O_TMPFILE in flags
new 7a60958 arm: mark __startcontext as .cantunwind (bug 20435)
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 | 6 ++++++
NEWS | 6 ++++++
ports/sysdeps/unix/sysv/linux/arm/setcontext.S | 7 +++++++
3 files changed, 19 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 gcc.
from e3243c7 2016-08-19 Richard Biener <rguenther(a)suse.de>
new e728d5b 2016-08-19 Richard Biener <rguenther(a)suse.de>
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/match.pd | 13 +++++++++----
2 files changed, 13 insertions(+), 4 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 b983d92 Add source information to -fverbose-asm
new e3243c7 2016-08-19 Richard Biener <rguenther(a)suse.de>
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.dg/torture/pr77286.c | 43 ++++++++++++++++++++++++++++++++++
gcc/tree-vect-loop-manip.c | 25 ++++++++++++++------
4 files changed, 72 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77286.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 0842b8d [Profile] Fix edge count read bug
new edd6994 Fix tests in llvm/test/tools/gold/X86 to satisfy r279014.
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/tools/gold/X86/emit-llvm.ll | 6 +++---
test/tools/gold/X86/parallel.ll | 2 +-
test/tools/gold/X86/slp-vectorize.ll | 2 +-
test/tools/gold/X86/strip_names.ll | 2 +-
test/tools/gold/X86/type-merge2.ll | 2 +-
test/tools/gold/X86/vectorize.ll | 2 +-
test/tools/gold/X86/visibility.ll | 2 +-
7 files changed, 9 insertions(+), 9 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 eb30ef9 [asan] Add one more test for __asan_set_shadow_*
new 68ca8ed [CMake] Fix ASM building in llvm/runtimes
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:
CMakeLists.txt | 4 ++--
lib/tsan/CMakeLists.txt | 19 -------------------
2 files changed, 2 insertions(+), 21 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 dfdbbee [LTO] Move callback member from base class to the derived whe [...]
new 0842b8d [Profile] Fix edge count read bug
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/Transforms/Instrumentation/PGOInstrumentation.cpp | 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 llvm.
from 6bdf641 [LTO] Add a move to inialize member in ctor initialization li [...]
new 855d81d Constify some path in the bitcode writer (NFC)
new dfdbbee [LTO] Move callback member from base class to the derived whe [...]
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/Bitcode/ReaderWriter.h | 2 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 12 ++++++------
lib/LTO/LTO.cpp | 22 ++++++++++------------
3 files changed, 17 insertions(+), 19 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 7146ad0 [Profile] Simple code refactoring for reuse /NFC
new 6bdf641 [LTO] Add a move to inialize member in ctor initialization li [...]
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/LTO/LTO.cpp | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 4c485c3 [XRay] Synthesize a reference to the xray_instr_map
new 7146ad0 [Profile] Simple code refactoring for reuse /NFC
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/PGOInstrumentation.cpp | 28 ++++++++++++----------
1 file changed, 16 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.