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 9b8267f70 [test] Build sanitizer/xray tests only if COMPILER_RT_BUILD_* is on
new 775df7943 [lsan] When necessary, define LSan suppression for tls_get_addr.
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 | 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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from f2d0e03 tcwg-llvm-build.sh: Simplify buildid/revision/url
new ee82dce start-container-docker.sh: Allow seccomp:unconfined on all targets
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:
start-container-docker.sh | 17 ++++++++---------
1 file changed, 8 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 gcc.
from 1c2d100c4c0 * ipa-cp.c (estimate_local_effects): Convert sreal to int. [...]
new 1fc3fc06ffe * tree.h (crc32_unsigned_n): Declare. (crc32_unsigned, cr [...]
new 82d479d0c12 * parser.c (cp_parser_nested_name_specifier_opt): A [...]
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:
gcc/ChangeLog | 9 +++++
gcc/cp/ChangeLog | 5 +++
gcc/cp/parser.c | 7 +++-
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/g++.dg/diagnostic/nested-name-1.C | 13 +++++++
gcc/tree.c | 52 +++++++++++--------------
gcc/tree.h | 13 ++++++-
7 files changed, 70 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/diagnostic/nested-name-1.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 263da12ab25 Reverts commit r301424, r301425 and r301426
new 58c7fe69d03 [ValueTracking] Introduce a KnownBits struct to wrap the tw [...]
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/Analysis/DemandedBits.h | 4 +-
include/llvm/Analysis/ValueTracking.h | 3 +-
include/llvm/Support/KnownBits.h | 43 ++
lib/Analysis/ConstantFolding.cpp | 17 +-
lib/Analysis/DemandedBits.cpp | 31 +-
lib/Analysis/InstructionSimplify.cpp | 44 +-
lib/Analysis/Lint.cpp | 14 +-
lib/Analysis/ScalarEvolution.cpp | 22 +-
lib/Analysis/ValueTracking.cpp | 852 ++++++++++-----------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 7 +-
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 8 +-
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 47 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 20 +-
lib/Transforms/InstCombine/InstCombineCasts.cpp | 30 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 67 +-
lib/Transforms/InstCombine/InstCombineInternal.h | 19 +-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 9 +-
.../InstCombine/InstCombineSimplifyDemanded.cpp | 386 +++++-----
.../InstCombine/InstructionCombining.cpp | 27 +-
lib/Transforms/Scalar/GuardWidening.cpp | 7 +-
lib/Transforms/Utils/BypassSlowDivision.cpp | 9 +-
lib/Transforms/Utils/Local.cpp | 7 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 9 +-
lib/Transforms/Utils/SimplifyLibCalls.cpp | 11 +-
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 8 +-
25 files changed, 839 insertions(+), 862 deletions(-)
create mode 100644 include/llvm/Support/KnownBits.h
--
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 2dfb9da1cc Update to LLVM's use of WeakTrackingVH; NFC
new 808ced1c4d Revert "Update to LLVM's use of WeakTrackingVH; 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:
lib/CodeGen/CGDeclCXX.cpp | 7 +++----
lib/CodeGen/CGObjCMac.cpp | 2 +-
lib/CodeGen/CodeGenFunction.h | 7 +++----
lib/CodeGen/CodeGenModule.cpp | 2 +-
lib/CodeGen/CodeGenModule.h | 8 ++++----
5 files changed, 12 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 master
in repository clang-tools-extra.
from 6c7485c7 [clang-tidy] run-clang-tidy.py: check if clang-apply-replacem [...]
new 00359fbf [clang-tidy] Update IdentifierNamingCheck to remove extra lea [...]
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/readability/IdentifierNamingCheck.cpp | 15 +++++++++++----
test/clang-tidy/readability-identifier-naming.cpp | 3 +++
2 files changed, 14 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 9c580d21f6 [Sema] Avoid using a null type pointer (fixes PR32750)
new 2dfb9da1cc Update to LLVM's use of WeakTrackingVH; 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:
lib/CodeGen/CGDeclCXX.cpp | 7 ++++---
lib/CodeGen/CGObjCMac.cpp | 2 +-
lib/CodeGen/CodeGenFunction.h | 7 ++++---
lib/CodeGen/CodeGenModule.cpp | 2 +-
lib/CodeGen/CodeGenModule.h | 8 ++++----
5 files changed, 14 insertions(+), 12 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 lld.
from cde1ce5cd Use CHECK-NEXT in a test.
new 8987245c4 Move code to emit error messages from Filesystem.cpp to Driver.cpp.
new e350178a9 Make LLD work even if the current directory is not writable.
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:
ELF/Driver.cpp | 8 +++++---
ELF/Filesystem.cpp | 17 +++++++----------
ELF/Filesystem.h | 2 +-
test/ELF/driver-access.test | 14 ++++++++++++++
4 files changed, 27 insertions(+), 14 deletions(-)
create mode 100644 test/ELF/driver-access.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.