This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3d4c0a0af46 [AArch64] Improve orr+movk sequences for MOVi64imm.
new 5932cd90d72 AMDGPU: Split R600 AsmPrinter code into its own class
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/AMDGPUAsmPrinter.cpp | 239 +++++++++++---------------------
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 1 -
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 48 ++++++-
lib/Target/AMDGPU/CMakeLists.txt | 1 +
lib/Target/AMDGPU/R600AsmPrinter.cpp | 129 +++++++++++++++++
lib/Target/AMDGPU/R600AsmPrinter.h | 46 ++++++
6 files changed, 303 insertions(+), 161 deletions(-)
create mode 100644 lib/Target/AMDGPU/R600AsmPrinter.cpp
create mode 100644 lib/Target/AMDGPU/R600AsmPrinter.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 d3db35d0e2 [X86] Fix a bad cast in _mm512_mask_abs_epi32 and _mm512_mas [...]
new 13c1a496d7 Improve diagnostics for config mismatches with -fmodule-file.
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/DiagnosticSerializationKinds.td | 4 ++--
lib/Frontend/CompilerInstance.cpp | 13 ++++++++++---
test/Modules/check-for-sanitizer-feature.cpp | 2 +-
test/Modules/merge-target-features.cpp | 11 +++++------
4 files changed, 18 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 llvm.
from 91b60922094 Add handling for GlobalAliases in ExecutionEngine::getConst [...]
new 3d4c0a0af46 [AArch64] Improve orr+movk sequences for MOVi64imm.
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/AArch64/AArch64ExpandPseudoInsts.cpp | 211 +++++++++++-------------
test/CodeGen/AArch64/arm64-movi.ll | 139 ++++++++++++----
test/CodeGen/AArch64/arm64-variadic-aapcs.ll | 4 +-
3 files changed, 208 insertions(+), 146 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 130bebd92f1 [ORC] Add findSymbolIn() wrapper to C bindings, take #2.
new 91b60922094 Add handling for GlobalAliases in ExecutionEngine::getConst [...]
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/ExecutionEngine/ExecutionEngine.cpp | 3 +++
test/ExecutionEngine/Interpreter/alias.ll | 14 ++++++++++++++
2 files changed, 17 insertions(+)
create mode 100644 test/ExecutionEngine/Interpreter/alias.ll
--
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 tested
in repository toolchain/jenkins-scripts.
from 4c02c36 jenkins-helpers.sh: Add git_rev_parse
adds 9f1aa0b Connect to docker via ssh rather than directly to port 2375.
No new revisions were added by this update.
Summary of changes:
jenkins-helpers.sh | 2 +-
start-container-docker.sh | 2 +-
start-container-qemu.sh | 4 ++--
3 files changed, 4 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 9f1aa0b Connect to docker via ssh rather than directly to port 2375.
new 6064f34 jenkins-helpers.sh: Make git_rev_parse handle SHA1^ references
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:
jenkins-helpers.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 compiler-rt.
from 521935db9 sanitizer: Use pre-computed size of struct ustat for Linux
new 2a10f5da5 [cmake] [ARM] Check if VFP is supported before including any [...]
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/builtin-config-ix.cmake | 6 ++++++
lib/builtins/CMakeLists.txt | 19 ++++++++++++++-----
2 files changed, 20 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 llvm.
from cdedb669f2a [AArch64] Take advantage of variable shift/rotate amount im [...]
new 130bebd92f1 [ORC] Add findSymbolIn() wrapper to C bindings, take #2.
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-c/OrcBindings.h | 9 +++++++++
lib/ExecutionEngine/Orc/OrcCBindings.cpp | 8 ++++++++
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 22 ++++++++++++++++++++++
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 26 ++++++++++++++++++++------
4 files changed, 59 insertions(+), 6 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 glibc.
from 43d4f3d5ad Add references to CVE-2017-18269, CVE-2018-11236, CVE-2018-11237
new fb0e10b8eb Fix parameter type in C++ version of iseqsig (bug 23171)
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:
ChangeLog | 6 ++++++
math/math.h | 2 +-
2 files 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 llvm.
from b3e5dc73875 [ThinLTO/CFI] Minor comment clarification
new cdedb669f2a [AArch64] Take advantage of variable shift/rotate amount im [...]
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/AArch64/AArch64ISelDAGToDAG.cpp | 111 +++++++++++++++++++++++++++++
test/CodeGen/AArch64/arm64-long-shift.ll | 25 +++----
test/CodeGen/AArch64/shift-mod.ll | 35 +++++++++
3 files changed, 155 insertions(+), 16 deletions(-)
create mode 100644 test/CodeGen/AArch64/shift-mod.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.