This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 155968f4f28 * config.gcc (arm*-*-*): Add missing 'fi'.
new 9098b9382fb gcc/ChangeLog: * builtins.c (check_sizes, check_strncat_si [...]
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/builtins.c | 30 +++++++++++-----------
gcc/testsuite/gcc.dg/pr78138.c | 2 +-
gcc/testsuite/gcc.dg/pr79214.c | 22 ++++++++--------
gcc/testsuite/gcc.dg/pr79222.c | 2 +-
gcc/testsuite/gcc.dg/pr79223.c | 6 ++---
.../gcc.dg/tree-ssa/builtins-folding-gimple-ub.c | 11 ++++++--
6 files changed, 40 insertions(+), 33 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 ace8b39f824 [KnownBits] Add wrapper methods for setting and clear all b [...]
new 5096d8de034 If posix_fallocate returns EOPNOTSUPP, fallback to ftruncat [...]
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/Support/Unix/Path.inc | 9 +++++----
1 file changed, 5 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 dca600b49cf Allow operator-> to work from a FixedStreamArrayIterator.
new ace8b39f824 [KnownBits] Add wrapper methods for setting and clear all b [...]
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/FunctionLoweringInfo.h | 2 +-
include/llvm/Support/KnownBits.h | 33 ++++++++++++++
lib/Analysis/Lint.cpp | 4 +-
lib/Analysis/ValueTracking.cpp | 50 ++++++++--------------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 9 ++--
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 +-
lib/Target/ARM/ARMISelLowering.cpp | 5 ++-
lib/Target/PowerPC/PPCISelLowering.cpp | 2 +-
lib/Target/Sparc/SparcISelLowering.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 4 +-
lib/Target/XCore/XCoreISelLowering.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 2 +-
.../InstCombine/InstCombineSimplifyDemanded.cpp | 3 +-
15 files changed, 70 insertions(+), 54 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-tools-extra.
from e063bac8 [clangd] Add documentation page
new 0fdef8c9 [clang-tidy] Fix misc-move-const-arg for move-only types.
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:
clang-tidy/misc/MoveConstantArgumentCheck.cpp | 6 ++++++
test/clang-tidy/misc-move-const-arg.cpp | 13 +++++++++++++
2 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 lldb.
from ca87850e9 Fix segfault resulting from empty print prompt
new 4876910ef Add missing 'arch' key to valid qHostInfo keys
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:
.../Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py | 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 gcc.
from 9375f596e06 2017-05-05 Steve Ellcey <sellcey(a)cavium.com>
new 155968f4f28 * config.gcc (arm*-*-*): Add missing 'fi'.
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/config.gcc | 1 +
2 files changed, 5 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 6a4e43bdd45 [ADT] Add BitVector::find_prev.
new a76abe9fb9d [Float2Int] Replace a ConstantRange copy with a move. Remov [...]
new dca600b49cf Allow operator-> to work from a FixedStreamArrayIterator.
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/Support/BinaryStreamArray.h | 3 ++-
lib/Transforms/Scalar/Float2Int.cpp | 7 ++++---
2 files changed, 6 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 clang.
from 4b565c44e9 Warn that the [] spelling of uuid(...) is deprecated.
new 9fc394c5a8 ANSIfy. No behavior change.
new 9dfca4e401 ANSIfy more. Still no behavior change.
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/CodeGen/CGBuiltin.cpp | 2 +-
lib/Sema/SemaDeclAttr.cpp | 2 +-
lib/Sema/SemaStmt.cpp | 2 +-
3 files changed, 3 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 llvm.
from 91c57a12522 Add more variations of addcarry in the tests. NFC.
new 6a4e43bdd45 [ADT] Add BitVector::find_prev.
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/ADT/BitVector.h | 27 +++++++++++++++++++++++++++
include/llvm/ADT/SmallBitVector.h | 18 ++++++++++++++++++
unittests/ADT/BitVectorTest.cpp | 10 ++++++++++
3 files changed, 55 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 90500c1350 Add a fix-it for -Wunguarded-availability
new 4b565c44e9 Warn that the [] spelling of uuid(...) is deprecated.
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/DiagnosticSemaKinds.td | 3 +++
lib/Parse/ParseDeclCXX.cpp | 2 --
lib/Sema/SemaDeclAttr.cpp | 9 +++++++++
test/Parser/MicrosoftExtensions.cpp | 2 +-
test/Parser/ms-square-bracket-attributes.mm | 2 +-
test/SemaCXX/ms-uuid.cpp | 2 +-
6 files changed, 15 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.