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 12df869c0 [builtins] Implement emulated TLS on Windows.
new 9b8267f70 [test] Build sanitizer/xray tests only if COMPILER_RT_BUILD_* is on
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/CMakeLists.txt | 82 +++++++++++++++++++++++++++--------------------------
1 file changed, 42 insertions(+), 40 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.
Maxim Kuvyrkov pushed a change to branch maxim
in repository toolchain/jenkins-scripts.
at c11a324 start-container-docker: Add container_run command.
This branch includes the following new commits:
new 2613c60 tcwg-cleanup-stale-containers: Restrict debugging feature.
new 357d920 tcwg-cleanup-stale-containers: Improve handling of exit code
new 3b7c39f tcwg-cleanup-stale-containers: Add usage
new eb43c6f tcwg-cleanup-stale-containers: Refactor handling of "docker p [...]
new c070a5e tcwg-cleanup-stale-containers: Add weeks and months to time c [...]
new c11a324 start-container-docker: Add container_run command.
The 6 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.
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from a9fa64a jenkins.sh: Use abe.sh --list-artifacts
new 81c3154 start-container-docker: Add container_stop function
new d66770f tcwg-cleanup-stale-containers: Rework to stop running containers
new c66e43c tcwg-cleanup-stale-containers: Allow override of docker comma [...]
new 35fc1d6 tcwg-cleanup-stale-containers: Indent.
new 2b5cd1b tcwg-cleanup-stale-containers: Remove unused options.
The 5 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 | 4 ++
tcwg-cleanup-stale-containers.sh | 120 +++++++++++++++++++++++----------------
2 files changed, 75 insertions(+), 49 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 2238d782d6a Remove tailing whitespaces.
new 4a48147c232 [InstCombine] Add test cases for opportunities to improve k [...]
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/Transforms/InstCombine/intrinsics.ll | 26 ++++++++++++++++++++++++++
1 file changed, 26 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 aaribaud/y2038-2.23
in repository glibc.
from 58e63f9d46 Add __utimensat64
new 2b7bbd831f Add __sigtimedwait64
new a49d365d0a Add __futimes64
new fcefa838b7 Add __lutimes64
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/time.h | 6 +++
misc/futimes.c | 9 +++++
misc/lutimes.c | 8 ++++
signal/signal.h | 10 +++++
signal/sigtimedwait.c | 10 +++++
sysdeps/unix/sysv/linux/arm/Versions | 6 +++
sysdeps/unix/sysv/linux/futimes.c | 18 +++++++++
sysdeps/unix/sysv/linux/lutimes.c | 23 ++++++++++++
sysdeps/unix/sysv/linux/sigtimedwait.c | 69 ++++++++++++++++++++++++++++++++++
time/sys/time.h | 16 ++++++++
10 files changed, 175 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 f826bb46d9 [Modules][ObjC] Check definition from canonical decl on desi [...]
new a530e823ed [analyzer] Teach the MallocChecker about Glib API for two arguments
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 | 102 +++++++++++++++++-------
test/Analysis/gmalloc.c | 110 ++++++++++++++++++++++++++
2 files changed, 184 insertions(+), 28 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 69cd18084e0 InstructionSimplify: Use braced initializer list for Simpli [...]
new 2238d782d6a Remove tailing whitespaces.
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/MachineLICM.cpp | 10 +++++-----
1 file changed, 5 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 clang.
from fb77f03977 [ubsan] Skip alignment checks on allocas with known alignment
new f826bb46d9 [Modules][ObjC] Check definition from canonical decl on desi [...]
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/AST/DeclObjC.cpp | 11 ++++++++++-
test/Modules/Inputs/objc-desig-init/A.h | 1 +
test/Modules/Inputs/objc-desig-init/A2.h | 4 ++++
test/Modules/Inputs/objc-desig-init/Base.h | 4 ++++
test/Modules/Inputs/objc-desig-init/X.h | 4 ++++
.../{PR26014 => objc-desig-init}/module.modulemap | 8 ++++----
test/Modules/objc-designated-init-mod.m | 17 +++++++++++++++++
7 files changed, 44 insertions(+), 5 deletions(-)
create mode 100644 test/Modules/Inputs/objc-desig-init/A.h
create mode 100644 test/Modules/Inputs/objc-desig-init/A2.h
create mode 100644 test/Modules/Inputs/objc-desig-init/Base.h
create mode 100644 test/Modules/Inputs/objc-desig-init/X.h
copy test/Modules/Inputs/{PR26014 => objc-desig-init}/module.modulemap (62%)
create mode 100644 test/Modules/objc-designated-init-mod.m
--
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 123fc0d45e1 [XRay][tools] Remove wayward semicolon (NFC)
new 32844579d80 InstructionSimplify: End our long national nightmare of eve [...]
new 12b3d3d41e0 InstructionSimplify: Have SimplifyFPBinOp pass FastMathFlag [...]
new 69cd18084e0 InstructionSimplify: Use braced initializer list for Simpli [...]
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/llvm/Analysis/InstructionSimplify.h | 80 ++++-
lib/Analysis/InstructionSimplify.cpp | 464 +++++++++++++++++-----------
2 files changed, 370 insertions(+), 174 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.