This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from aed35af * gcc.dg/torture/float128-nan.c: Include stdint.h to [...]
new 076d1a5 Fix obvious typo in predict.c
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/predict.c | 4 ++--
2 files changed, 7 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 gcc.
from 6f71039 2016-06-15 Alan Hayward <alan.hayward(a)arm.com>
new aed35af * gcc.dg/torture/float128-nan.c: Include stdint.h to [...]
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 | 4 ++++
gcc/testsuite/gcc.dg/torture/float128-nan.c | 3 +--
2 files changed, 5 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 a94e734 Reverting r272778 because there's an assertion failure when r [...]
new d2f1fe5 Preserve DebugInfo when replacing values in DAGCombiner
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/CodeGen/SelectionDAG.h | 4 +++-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 --
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 4 ----
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 19 ++++++++++++++++++-
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 2 --
lib/Target/Hexagon/HexagonISelLowering.cpp | 4 ++--
test/DebugInfo/X86/dbg-value-dag-combine.ll | 11 +++++++++--
7 files changed, 32 insertions(+), 14 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 85c4c43 Daily bump.
new 42c14b0 David Edelsohn <dje.gcc(a)gmail.com>
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:
fixincludes/ChangeLog | 15 ++++
fixincludes/fixincl.x | 182 ++++++++++++++++++++++++++++++++++++++--
fixincludes/inclhack.def | 42 ++++++++++
fixincludes/tests/base/stdlib.h | 20 +++++
4 files changed, 254 insertions(+), 5 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-6-branch
in repository gcc.
from ff7bba3 Backport from mainline 2016-04-30 Rainer Orth <ro@CeBiTec [...]
new 59b4cc6 2016-06-15 David Edelsohn <dje.gcc(a)gmail.com>
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:
fixincludes/ChangeLog | 15 ++++
fixincludes/fixincl.x | 182 ++++++++++++++++++++++++++++++++++++++--
fixincludes/inclhack.def | 42 ++++++++++
fixincludes/tests/base/stdlib.h | 20 +++++
4 files changed, 254 insertions(+), 5 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 4b4f0e3 [AVX512] Remove the GCCBuiltins from the mask pcmpeq/pcmpgt i [...]
new a94e734 Reverting r272778 because there's an assertion failure when r [...]
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/IR/IntrinsicsARM.td | 15 +++++------
lib/Target/ARM/ARMISelDAGToDAG.cpp | 28 --------------------
lib/Target/ARM/ARMInstrInfo.td | 15 ++++-------
lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 34 ++++++-------------------
test/CodeGen/ARM/intrinsics-coprocessor.ll | 8 ------
5 files changed, 19 insertions(+), 81 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 6411069 [AVX512] Use native IR for mask pcmpeq/pcmpgt intrinsics.
new 6be9afb Don't use static variables in LambdaCapture
new 9b28d52 Apply some suggestions from clang-tidy's performance-unnecess [...]
new e03851a Reverting r272777 because one of the tests added in the llvm [...]
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:
include/clang/AST/DeclBase.h | 7 ++--
include/clang/AST/LambdaCapture.h | 37 ++++++++++----------
include/clang/Basic/BuiltinsARM.def | 10 +++---
lib/AST/ASTDiagnostic.cpp | 16 ++++-----
lib/AST/DeclBase.cpp | 7 ++--
lib/AST/ExprCXX.cpp | 18 ++++------
lib/ASTMatchers/ASTMatchFinder.cpp | 2 +-
lib/CodeGen/CGBuiltin.cpp | 68 -------------------------------------
lib/Sema/SemaChecking.cpp | 33 ++++++++----------
lib/Sema/SemaExprCXX.cpp | 2 +-
lib/Sema/SemaTemplateDeduction.cpp | 11 +++---
lib/Tooling/CommonOptionsParser.cpp | 2 +-
lib/Tooling/Tooling.cpp | 5 +--
test/CodeGen/builtins-arm.c | 30 +++++-----------
test/Sema/builtins-arm.c | 26 ++++----------
15 files changed, 82 insertions(+), 192 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 2ab3f3b [AMDGPU] Fix few coding style issues. NFC.
new 4b4f0e3 [AVX512] Remove the GCCBuiltins from the mask pcmpeq/pcmpgt i [...]
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/IR/IntrinsicsX86.td | 48 ++++++++++++++++++++--------------------
1 file changed, 24 insertions(+), 24 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 b9953be [Sparc] Change to let clang know that setjmp and longjmp intr [...]
new 6411069 [AVX512] Use native IR for mask pcmpeq/pcmpgt intrinsics.
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/CGBuiltin.cpp | 49 ++++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512bw-builtins.c | 20 +++++++++-------
test/CodeGen/avx512f-builtins.c | 20 +++++++++-------
test/CodeGen/avx512vl-builtins.c | 40 ++++++++++++++++++-------------
test/CodeGen/avx512vlbw-builtins.c | 40 ++++++++++++++++++-------------
5 files changed, 121 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.