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 508f347b7 Remove scudo standalone tests from check-all
new c3ac57883 Revert Remove scudo standalone tests from check-all
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/scudo/standalone/tests/CMakeLists.txt | 2 --
1 file changed, 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 371c5dc60ca [cmake] With utils disabled, don't build tblgen in cross mode
new 2aa8825d2fd Revert Recommit [PowerPC] Update P9 vector costs for insert [...]
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/Target/PowerPC/PPCTargetTransformInfo.cpp | 29 --------------
test/Analysis/CostModel/PowerPC/insert_extract.ll | 48 +++++++++++------------
2 files changed, 24 insertions(+), 53 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 1ed8f43fca [analyzer] exploded-graph-rewriter: NFC: Add a forgotten test file.
new 651488e3af [analyzer] Support kfree in MallocChecker
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/StaticAnalyzer/Checkers/MallocChecker.cpp | 26 ++++++++++++++------------
test/Analysis/kmalloc-linux.c | 6 +++---
2 files changed, 17 insertions(+), 15 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 compiler-rt.
from 2e140cf32 [TSan] Fix initialized and declared ‘extern’ warning
new 78cca3f49 [TSan] Improve handling of stack pointer mangling in {set,lon [...]
new 508f347b7 Remove scudo standalone tests from check-all
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/scudo/standalone/tests/CMakeLists.txt | 2 ++
lib/tsan/rtl/tsan_interceptors.cc | 2 +-
lib/tsan/rtl/tsan_rtl_amd64.S | 42 ++++++-------------------------
3 files changed, 10 insertions(+), 36 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 e3eea3c6bcc [PGO] Update ICP pass for recent byval type changes
new 371c5dc60ca [cmake] With utils disabled, don't build tblgen in cross mode
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:
cmake/modules/TableGen.cmake | 8 +++++++-
1 file changed, 7 insertions(+), 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.
unknown user pushed a change to branch master
in repository libcxx.
from 268aced50 Update status for bit operations
new e380104a4 Add a private call '__libcpp_is_constant_evaluated' which 'wo [...]
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/type_traits | 7 ++++-
.../type_traits/is_constant_evaluated.pass.cpp | 34 ++++++++++++++++++++++
2 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 test/libcxx/type_traits/is_constant_evaluated.pass.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 clang.
from 81a5eb2a89 Fix breakage introduced by D60974
new d4916e2a6f [analyzer] exploded-graph-rewriter: Implement program point tags.
new f21127243d [analyzer] exploded-graph-rewriter: Add support for dynamic types.
new fac64c1d01 [analyzer] NFC: Add a convenient CallDescriptionMap class.
new 7e6b46e94a [analyzer] NFC: CallDescription: Implement describing C libr [...]
new bfe30c39d4 [analyzer] CStringChecker: Modernize to use CallDescriptions.
new 273f8722be [analyzer] NonnullGlobalConstants: Don't be confused by a _N [...]
new 6d6bd29028 [analyzer] Fix invalidation when returning into a ctor initializer.
new 1ed8f43fca [analyzer] exploded-graph-rewriter: NFC: Add a forgotten test file.
The 8 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:
.../StaticAnalyzer/Core/PathSensitive/CallEvent.h | 113 ++++++++----
lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 205 ++++++---------------
.../Checkers/NonnullGlobalConstantsChecker.cpp | 23 ++-
lib/StaticAnalyzer/Core/CallEvent.cpp | 25 ++-
.../Core/ExprEngineCallAndReturn.cpp | 17 +-
.../exploded-graph-rewriter/constraints.dot | 1 +
.../exploded-graph-rewriter/constraints_diff.dot | 5 +-
.../exploded-graph-rewriter/dynamic_types.cpp | 21 +++
.../exploded-graph-rewriter/environment.dot | 1 +
.../exploded-graph-rewriter/environment_diff.dot | 3 +
.../exploded-graph-rewriter/program_points.dot | 10 +-
test/Analysis/exploded-graph-rewriter/store.dot | 1 +
.../exploded-graph-rewriter/store_diff.dot | 2 +
test/Analysis/nonnull-global-constants.mm | 12 ++
test/Analysis/rvo.cpp | 25 +++
test/Analysis/string.c | 6 +
unittests/StaticAnalyzer/CMakeLists.txt | 1 +
unittests/StaticAnalyzer/CallDescriptionTest.cpp | 162 ++++++++++++++++
unittests/StaticAnalyzer/Reusables.h | 20 +-
utils/analyzer/exploded-graph-rewriter.py | 48 +++--
20 files changed, 476 insertions(+), 225 deletions(-)
create mode 100644 test/Analysis/exploded-graph-rewriter/dynamic_types.cpp
create mode 100644 test/Analysis/rvo.cpp
create mode 100644 unittests/StaticAnalyzer/CallDescriptionTest.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 libcxx.
from b87e5f52a Ensure bitset's string constructor doesn't poison the overload set.
new 606235451 Bit Operations: P0556, P0553 and P1355. Reviewed as: https:// [...]
new 268aced50 Update status for bit operations
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/bit | 272 +++++++++++++++++++--
test/std/numerics/bit/bit.pow.two/ceil2.fail.cpp | 50 ++++
test/std/numerics/bit/bit.pow.two/ceil2.pass.cpp | 148 +++++++++++
test/std/numerics/bit/bit.pow.two/floor2.pass.cpp | 164 +++++++++++++
test/std/numerics/bit/bit.pow.two/ispow2.pass.cpp | 162 ++++++++++++
test/std/numerics/bit/bit.pow.two/log2p1.pass.cpp | 177 ++++++++++++++
.../numerics/bit/bitops.count/countl_one.pass.cpp | 165 +++++++++++++
.../numerics/bit/bitops.count/countl_zero.pass.cpp | 172 +++++++++++++
.../numerics/bit/bitops.count/countr_one.pass.cpp | 170 +++++++++++++
.../numerics/bit/bitops.count/countr_zero.pass.cpp | 169 +++++++++++++
.../numerics/bit/bitops.count/popcount.pass.cpp | 167 +++++++++++++
test/std/numerics/bit/bitops.rot/rotl.pass.cpp | 167 +++++++++++++
test/std/numerics/bit/bitops.rot/rotr.pass.cpp | 181 ++++++++++++++
test/std/numerics/bit/nothing_to_do.pass.cpp | 12 +
www/cxx2a_status.html | 4 +-
15 files changed, 2160 insertions(+), 20 deletions(-)
create mode 100644 test/std/numerics/bit/bit.pow.two/ceil2.fail.cpp
create mode 100644 test/std/numerics/bit/bit.pow.two/ceil2.pass.cpp
create mode 100644 test/std/numerics/bit/bit.pow.two/floor2.pass.cpp
create mode 100644 test/std/numerics/bit/bit.pow.two/ispow2.pass.cpp
create mode 100644 test/std/numerics/bit/bit.pow.two/log2p1.pass.cpp
create mode 100644 test/std/numerics/bit/bitops.count/countl_one.pass.cpp
create mode 100644 test/std/numerics/bit/bitops.count/countl_zero.pass.cpp
create mode 100644 test/std/numerics/bit/bitops.count/countr_one.pass.cpp
create mode 100644 test/std/numerics/bit/bitops.count/countr_zero.pass.cpp
create mode 100644 test/std/numerics/bit/bitops.count/popcount.pass.cpp
create mode 100644 test/std/numerics/bit/bitops.rot/rotl.pass.cpp
create mode 100644 test/std/numerics/bit/bitops.rot/rotr.pass.cpp
create mode 100644 test/std/numerics/bit/nothing_to_do.pass.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 01056071c28 Daily bump.
adds 824376db1f2 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from e07bdcfb0e Automatic date update in version.in
adds 67fcb693d7 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.