This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f9debd3 gcc/testsuite/ChangeLog:
new 1959174 Use FOR_ALL_BB_FN in a few more places
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 | 5 +++++
gcc/cfg.c | 2 +-
gcc/config/nvptx/nvptx.c | 8 +-------
3 files changed, 7 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 bef7c1f [InterleavedAccessPass] Remove global variable.
new 9bfbc7b [X86][SSE] Added vector lshr/shl combine 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/CodeGen/X86/combine-shl.ll | 581 ++++++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/combine-srl.ll | 546 +++++++++++++++++++++++++++++++++++++
2 files changed, 1127 insertions(+)
create mode 100644 test/CodeGen/X86/combine-shl.ll
create mode 100644 test/CodeGen/X86/combine-srl.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 clang.
from d698b92 [CodeGen][ObjC] Do not call objc_storeStrong when initializin [...]
new 76b1a6d Fix clang tests
new a43654c When two function types have equivalent (but distinct) noexce [...]
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:
lib/AST/ASTContext.cpp | 85 +++++++++++++++++++--------
test/Driver/mips-cs.cpp | 2 +
test/Driver/mips-fsf.cpp | 2 +
test/Driver/mips-img-v2.cpp | 2 +
test/Driver/mips-img.cpp | 2 +
test/Driver/sysroot.c | 2 +
test/SemaCXX/cxx0x-defaulted-functions.cpp | 9 +--
test/SemaCXX/cxx1z-noexcept-function-type.cpp | 19 ++++++
8 files changed, 93 insertions(+), 30 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 3a5a4d8 Drop a redundant ".get()" call (NFC)
new d698b92 [CodeGen][ObjC] Do not call objc_storeStrong when initializin [...]
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/CGDecl.cpp | 31 -------------------------------
lib/CodeGen/CGExpr.cpp | 10 +++++++++-
lib/CodeGen/CGObjC.cpp | 3 ++-
lib/CodeGen/CGStmtOpenMP.cpp | 4 ++--
lib/CodeGen/CodeGenFunction.h | 1 -
test/CodeGenObjCXX/arc-constexpr.mm | 18 ++++++++++++++++++
6 files changed, 31 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGenObjCXX/arc-constexpr.mm
--
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 d4163ee Fix indentation of experimental::shared_ptr code
new 2b7e7fc xtensa: add HW FPU sequences for DIV/SQRT/RECIP/RSQRT
new 5dc8060 xtensa: don't use unwind-dw2-fde-dip with elf targets
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:
libgcc/ChangeLog | 23 +++++
libgcc/config/xtensa/ieee754-df.S | 178 +++++++++++++++++++++++++++++++++++++-
libgcc/config/xtensa/ieee754-sf.S | 156 ++++++++++++++++++++++++++++++++-
libgcc/config/xtensa/t-elf | 2 +
libgcc/config/xtensa/t-linux | 2 +
libgcc/config/xtensa/t-windowed | 2 +-
libgcc/config/xtensa/t-xtensa | 4 +-
7 files changed, 363 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 llvm.
from 761c1ff [libFuzzer] detect leaks after every run when executing fixed [...]
new bef7c1f [InterleavedAccessPass] Remove global variable.
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/InterleavedAccessPass.cpp | 15 +++++++++------
1 file changed, 9 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 ecd85eb [sancov] add __sanitizer_cov_trace_pc_guard to the supported [...]
new bbcb21d revert r284495: [Target] remove TargetRecip class
new 761c1ff [libFuzzer] detect leaks after every run when executing fixed [...]
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/Target/TargetLowering.h | 63 +++-------
include/llvm/Target/TargetOptions.h | 1 +
include/llvm/Target/TargetRecip.h | 71 +++++++++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 41 ++----
lib/CodeGen/TargetLoweringBase.cpp | 202 +++--------------------------
lib/Fuzzer/FuzzerDriver.cpp | 1 +
lib/Fuzzer/FuzzerInternal.h | 4 +-
lib/Fuzzer/test/fuzzer-leak.test | 3 +
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 10 +-
lib/Target/AMDGPU/AMDGPUISelLowering.h | 10 +-
lib/Target/CMakeLists.txt | 1 +
lib/Target/PowerPC/PPCISelLowering.cpp | 65 +++++++---
lib/Target/PowerPC/PPCISelLowering.h | 8 +-
lib/Target/TargetRecip.cpp | 210 +++++++++++++++++++++++++++++++
lib/Target/X86/X86ISelLowering.cpp | 71 ++++++-----
lib/Target/X86/X86ISelLowering.h | 8 +-
16 files changed, 442 insertions(+), 327 deletions(-)
create mode 100644 include/llvm/Target/TargetRecip.h
create mode 100644 lib/Target/TargetRecip.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 compiler-rt.
from 0516202 [profile] Mark lprofCurFilename as COMPILER_RT_WEAK
new db2e46d [tsan] Always use -std=c++11 in TSan 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/tsan/lit.cfg | 5 ++---
1 file changed, 2 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 master
in repository gcc.
from 0b6e681 Fix typos in experimental::shared_ptr
new d4163ee Fix indentation of experimental::shared_ptr code
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:
libstdc++-v3/ChangeLog | 2 +
.../include/experimental/bits/shared_ptr.h | 292 ++++++++++-----------
2 files changed, 148 insertions(+), 146 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.