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 c8d70402d [asan] Optimize strchr for strict_string_checks=false
new ba68c62d8 Suppress DTLS leak happening in some glibc versions.
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/lsan/lsan_common.cc | 7 ++++---
1 file changed, 4 insertions(+), 3 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-5-branch
in repository gcc.
from 2f41a6f2fef [ARM] PR68390 Incorrect code due to indirect tail call of v [...]
new d9665d180e7 2017-04-21 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/class.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/class_62.f90 | 29 +++++++++++++++++++++++++++++
4 files changed, 43 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/class_62.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 0720f631bf0 Revert r301040 "X86: Don't emit zero-byte functions on Windows"
new 29f3141f909 [PartialInliner] Partial inliner needs to check use kind be [...]
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/IPO/PartialInlining.cpp | 19 ++++++++
.../CodeExtractor/PartialInlineCallRef.ll | 56 ++++++++++++++++++++++
2 files changed, 75 insertions(+)
create mode 100644 test/Transforms/CodeExtractor/PartialInlineCallRef.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 llvm.
from fe76aaa6eee X86: Don't emit zero-byte functions on Windows
new 0720f631bf0 Revert r301040 "X86: Don't emit zero-byte functions on Windows"
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/Target/TargetInstrInfo.h | 2 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 16 +++++++---------
lib/CodeGen/TargetInstrInfo.cpp | 4 ++--
lib/Target/AArch64/AArch64InstrInfo.cpp | 2 +-
lib/Target/AArch64/AArch64InstrInfo.h | 2 +-
lib/Target/ARM/ARMBaseInstrInfo.h | 4 ++++
lib/Target/ARM/ARMInstrInfo.cpp | 4 ++--
lib/Target/ARM/ARMInstrInfo.h | 4 ++--
lib/Target/ARM/ARMMCInstLower.cpp | 4 +++-
lib/Target/ARM/Thumb1InstrInfo.cpp | 4 ++--
lib/Target/ARM/Thumb1InstrInfo.h | 4 ++--
lib/Target/ARM/Thumb2InstrInfo.cpp | 4 ++--
lib/Target/ARM/Thumb2InstrInfo.h | 4 ++--
lib/Target/PowerPC/PPCInstrInfo.cpp | 4 ++--
lib/Target/PowerPC/PPCInstrInfo.h | 2 +-
lib/Target/X86/X86InstrInfo.cpp | 2 +-
lib/Target/X86/X86InstrInfo.h | 2 +-
test/CodeGen/X86/empty-function.ll | 22 ----------------------
18 files changed, 36 insertions(+), 54 deletions(-)
delete mode 100644 test/CodeGen/X86/empty-function.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 llvm.
from 9044c52d569 Add a dependency from llvm/test to llvm-cvtres.
new fe76aaa6eee X86: Don't emit zero-byte functions on Windows
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/Target/TargetInstrInfo.h | 2 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 16 +++++++++-------
lib/CodeGen/TargetInstrInfo.cpp | 4 ++--
lib/Target/AArch64/AArch64InstrInfo.cpp | 2 +-
lib/Target/AArch64/AArch64InstrInfo.h | 2 +-
lib/Target/ARM/ARMBaseInstrInfo.h | 4 ----
lib/Target/ARM/ARMInstrInfo.cpp | 4 ++--
lib/Target/ARM/ARMInstrInfo.h | 4 ++--
lib/Target/ARM/ARMMCInstLower.cpp | 4 +---
lib/Target/ARM/Thumb1InstrInfo.cpp | 4 ++--
lib/Target/ARM/Thumb1InstrInfo.h | 4 ++--
lib/Target/ARM/Thumb2InstrInfo.cpp | 4 ++--
lib/Target/ARM/Thumb2InstrInfo.h | 4 ++--
lib/Target/PowerPC/PPCInstrInfo.cpp | 4 ++--
lib/Target/PowerPC/PPCInstrInfo.h | 2 +-
lib/Target/X86/X86InstrInfo.cpp | 2 +-
lib/Target/X86/X86InstrInfo.h | 2 +-
test/CodeGen/X86/empty-function.ll | 22 ++++++++++++++++++++++
18 files changed, 54 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGen/X86/empty-function.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 gcc-6-branch
in repository gcc.
from b222422404f Backport from mainline 2017-04-19 Eric Botcazou <ebotca [...]
new 6ba19fe98ff 2017-04-21 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/class.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/class_62.f90 | 29 +++++++++++++++++++++++++++++
4 files changed, 43 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/class_62.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 clang.
from 0832a0080c [ms] Give -Wmicrosoft-enum-forward-reference a chance to fir [...]
new 161f2d6624 Add comments to the diagnostic kinds in Diagnostic.td.
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/clang/Basic/Diagnostic.td | 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 llvm.
from 5623f8d30ae AArch64: add test for "fence singlethread"
new 9044c52d569 Add a dependency from llvm/test to llvm-cvtres.
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/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 9dfab9e7689 Fixed a type conversion error in BitVector.
new b51ea00f001 [InstCombine] revert r300977 and r301021
new 602538f2e2c ARM: make sure we use all entries in a vector before formin [...]
new 5623f8d30ae AArch64: add test for "fence singlethread"
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/ARM/ARMISelLowering.cpp | 10 +++++-----
.../InstCombine/InstCombineSimplifyDemanded.cpp | 18 ++++--------------
test/CodeGen/AArch64/fence-singlethread.ll | 21 +++++++++++++++++++++
test/CodeGen/ARM/vpadd.ll | 9 +++++++++
test/Transforms/InstCombine/xor.ll | 17 -----------------
test/Transforms/InstCombine/zext.ll | 2 +-
6 files changed, 40 insertions(+), 37 deletions(-)
create mode 100644 test/CodeGen/AArch64/fence-singlethread.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 d9751a3c0f3 PR c++/80179 - ICE with initialized flexible array member.
new 4c8eb8412f4 2017-04-21 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-types.c | 7 ++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/proc_ptr_comp_49.f90 | 21 +++++++++++++++++++++
4 files changed, 37 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_comp_49.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.