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 4b0dfcb tcwg-cleanup-stale-containers: And another typo
new d027afc tcwg-cleanup-stale-containers: Improve detection of dangling images
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:
tcwg-cleanup-stale-containers.sh | 4 ++--
1 file changed, 2 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 fb21e4d [CMake] [Darwin] Add support for debugging tablegen dependencies
new a685ab4 [XRay] Support AArch64 in LLVM
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/XRayInstrumentation.cpp | 1 +
lib/Target/AArch64/AArch64AsmPrinter.cpp | 124 ++++++++++++++++++++++++++++++-
lib/Target/AArch64/AArch64Subtarget.h | 2 +
3 files changed, 126 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 lldb.
from 9114daf Convert UriParser to use StringRef.
new 1f4ea03 Fix warnings and errors introduced with UUID changes.
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:
source/Interpreter/OptionValueUUID.cpp | 5 ++---
source/Target/StackFrame.cpp | 14 ++++++++------
2 files changed, 10 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 llvm.
from 0c92298 [AMDGPU] Custom lower f16 = fp_round f64
new 44a5962 [AMDGPU] Add missing test for rL287203
new 92cb3ee [CMake] NFC. Updating CMake dependency specifications
new fb21e4d [CMake] [Darwin] Add support for debugging tablegen dependencies
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:
CMakeLists.txt | 14 ++++++++++++++
cmake/modules/AddLLVM.cmake | 24 +++++++++++++++++++++++-
lib/Analysis/CMakeLists.txt | 5 +++--
lib/Bitcode/Reader/CMakeLists.txt | 5 +++--
lib/CodeGen/AsmPrinter/CMakeLists.txt | 5 +++--
lib/CodeGen/CMakeLists.txt | 5 +++--
lib/CodeGen/GlobalISel/CMakeLists.txt | 5 +++--
lib/CodeGen/MIRParser/CMakeLists.txt | 5 +++--
lib/CodeGen/SelectionDAG/CMakeLists.txt | 5 +++--
lib/ExecutionEngine/Interpreter/CMakeLists.txt | 5 +++--
lib/IR/CMakeLists.txt | 5 +++--
lib/LTO/CMakeLists.txt | 5 +++--
lib/Passes/CMakeLists.txt | 5 +++--
lib/Target/AArch64/CMakeLists.txt | 5 +++--
lib/Target/AVR/CMakeLists.txt | 5 +++--
lib/Target/WebAssembly/CMakeLists.txt | 5 +++--
lib/Transforms/Coroutines/CMakeLists.txt | 5 +++--
lib/Transforms/IPO/CMakeLists.txt | 5 +++--
lib/Transforms/InstCombine/CMakeLists.txt | 5 +++--
lib/Transforms/Instrumentation/CMakeLists.txt | 5 +++--
lib/Transforms/ObjCARC/CMakeLists.txt | 5 +++--
lib/Transforms/Scalar/CMakeLists.txt | 5 +++--
lib/Transforms/Utils/CMakeLists.txt | 5 +++--
lib/Transforms/Vectorize/CMakeLists.txt | 5 +++--
test/CodeGen/AMDGPU/fptrunc.ll | 6 +++---
25 files changed, 106 insertions(+), 48 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 0b0863e Rename a function so that that starts with a lowercase letter.
new d520835 [CMake] NFC. Updating CMake dependency specifications
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:
COFF/CMakeLists.txt | 6 ++++--
ELF/CMakeLists.txt | 6 ++++--
2 files changed, 8 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 8fd8772 [AMDGPU] Promote f16/i16 conversions to f32/i32
new 0c92298 [AMDGPU] Custom lower f16 = fp_round f64
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/AMDGPU/SIISelLowering.cpp | 20 ++++++++++++++++++++
lib/Target/AMDGPU/SIISelLowering.h | 3 +++
2 files changed, 23 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 54556b5 [AMDGPU] Expand `br_cc` for f16
new 8fd8772 [AMDGPU] Promote f16/i16 conversions to f32/i32
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/AMDGPU/SIISelLowering.cpp | 60 +++++-------------------------------
lib/Target/AMDGPU/SIISelLowering.h | 6 ----
test/CodeGen/AMDGPU/fp_to_sint.ll | 6 ++--
test/CodeGen/AMDGPU/fp_to_uint.ll | 10 +++---
test/CodeGen/AMDGPU/fptosi.f16.ll | 29 ++++++++---------
test/CodeGen/AMDGPU/fptoui.f16.ll | 44 +++++++++++++-------------
test/CodeGen/AMDGPU/sitofp.f16.ll | 30 +++++++-----------
test/CodeGen/AMDGPU/uitofp.f16.ll | 32 +++++++++----------
8 files changed, 75 insertions(+), 142 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 3cc8ab7 Simplify and use consistent variable name. NFC.
new 0b0863e Rename a function so that that starts with a lowercase letter.
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:
ELF/SyntheticSections.cpp | 86 +++++++++++++++++++++++------------------------
ELF/SyntheticSections.h | 2 +-
2 files changed, 44 insertions(+), 44 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 d8f9a0d Use uint16_t instead of size_t for symbol version ID.
new 3cc8ab7 Simplify and use consistent variable name. 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:
ELF/LinkerScript.cpp | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 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 aoliva/SFN
in repository gcc.
from eec5783 SFN: df-scan: debug insns may be between BBs
new 85aa65e SFN: cfgrtl: rtl_verify_bb_layout: skip debug insns between 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:
gcc/cfgrtl.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.