This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 70a5f27583e Revert "AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bi [...]
adds 1b0e0069366 Move Itanium demangler implementation into a header file an [...]
No new revisions were added by this update.
Summary of changes:
{lib => include/llvm}/Demangle/Compiler.h | 0
.../llvm/Demangle/ItaniumDemangle.h | 1010 ++--
{lib => include/llvm}/Demangle/StringView.h | 0
{lib => include/llvm}/Demangle/Utility.h | 0
lib/Demangle/ItaniumDemangle.cpp | 5199 ++------------------
lib/Demangle/MicrosoftDemangle.cpp | 6 +-
6 files changed, 700 insertions(+), 5515 deletions(-)
rename {lib => include/llvm}/Demangle/Compiler.h (100%)
copy lib/Demangle/ItaniumDemangle.cpp => include/llvm/Demangle/ItaniumDemangle.h (88%)
rename {lib => include/llvm}/Demangle/StringView.h (100%)
rename {lib => include/llvm}/Demangle/Utility.h (100%)
--
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 70a5f27583e Revert "AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bi [...]
new 1b0e0069366 Move Itanium demangler implementation into a header file an [...]
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 => include/llvm}/Demangle/Compiler.h | 0
.../llvm/Demangle/ItaniumDemangle.h | 1010 ++--
{lib => include/llvm}/Demangle/StringView.h | 0
{lib => include/llvm}/Demangle/Utility.h | 0
lib/Demangle/ItaniumDemangle.cpp | 5199 ++------------------
lib/Demangle/MicrosoftDemangle.cpp | 6 +-
6 files changed, 700 insertions(+), 5515 deletions(-)
rename {lib => include/llvm}/Demangle/Compiler.h (100%)
copy lib/Demangle/ItaniumDemangle.cpp => include/llvm/Demangle/ItaniumDemangle.h (88%)
rename {lib => include/llvm}/Demangle/StringView.h (100%)
rename {lib => include/llvm}/Demangle/Utility.h (100%)
--
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/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 3e54b8bebb4 [FPEnv] Support constrained FREM intrinsic
adds 70a5f27583e Revert "AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bi [...]
No new revisions were added by this update.
Summary of changes:
lib/Target/AMDGPU/AMDGPU.h | 2 +-
lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp | 2 +-
test/CodeGen/AMDGPU/amdgpu-alias-analysis.ll | 6 ------
3 files changed, 2 insertions(+), 8 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 3e54b8bebb4 [FPEnv] Support constrained FREM intrinsic
new 70a5f27583e Revert "AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bi [...]
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/AMDGPU.h | 2 +-
lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp | 2 +-
test/CodeGen/AMDGPU/amdgpu-alias-analysis.ll | 6 ------
3 files changed, 2 insertions(+), 8 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 3de8077a940 [MS Demangler] Demangle member pointer template parameters.
adds b0ab6f767f6 [PSV] Update API to be able to use TargetCustom without UB.
adds 3e54b8bebb4 [FPEnv] Support constrained FREM intrinsic
No new revisions were added by this update.
Summary of changes:
include/llvm/CodeGen/PseudoSourceValue.h | 10 +-
include/llvm/CodeGen/TargetInstrInfo.h | 2 +-
include/llvm/CodeGen/TargetLowering.h | 1 +
lib/CodeGen/PseudoSourceValue.cpp | 4 +-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 +
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 2 +
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 3 +
lib/Target/AMDGPU/R600InstrInfo.cpp | 2 +-
lib/Target/AMDGPU/R600InstrInfo.h | 2 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +-
lib/Target/AMDGPU/SIInstrInfo.h | 2 +-
test/CodeGen/X86/fp-intrinsics.ll | 17 +-
.../X86/vector-constrained-fp-intrinsics.ll | 285 ++++++++++++++++++++-
13 files changed, 308 insertions(+), 26 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 3de8077a940 [MS Demangler] Demangle member pointer template parameters.
new b0ab6f767f6 [PSV] Update API to be able to use TargetCustom without UB.
new 3e54b8bebb4 [FPEnv] Support constrained FREM intrinsic
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/llvm/CodeGen/PseudoSourceValue.h | 10 +-
include/llvm/CodeGen/TargetInstrInfo.h | 2 +-
include/llvm/CodeGen/TargetLowering.h | 1 +
lib/CodeGen/PseudoSourceValue.cpp | 4 +-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 +
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 2 +
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 3 +
lib/Target/AMDGPU/R600InstrInfo.cpp | 2 +-
lib/Target/AMDGPU/R600InstrInfo.h | 2 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +-
lib/Target/AMDGPU/SIInstrInfo.h | 2 +-
test/CodeGen/X86/fp-intrinsics.ll | 17 +-
.../X86/vector-constrained-fp-intrinsics.ll | 285 ++++++++++++++++++++-
13 files changed, 308 insertions(+), 26 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 949b54fea58 Revert "Revert r339977: [GISel]: Add Opcodes for a few LLVM [...]
adds 3de8077a940 [MS Demangler] Demangle member pointer template parameters.
No new revisions were added by this update.
Summary of changes:
lib/Demangle/MicrosoftDemangle.cpp | 193 ++++++++++++++++++++++--------
test/Demangle/ms-templates-memptrs-2.test | 31 +++++
test/Demangle/ms-templates-memptrs.test | 95 +++++++++++++++
3 files changed, 270 insertions(+), 49 deletions(-)
create mode 100644 test/Demangle/ms-templates-memptrs-2.test
create mode 100644 test/Demangle/ms-templates-memptrs.test
--
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/llvm-kernel-aarch64-tested
in repository toolchain/llvm/clang.
from fef69ae4fb Rename -mlink-cuda-bitcode to -mlink-builtin-bitcode
adds 5c15d24300 [Lex] Make HeaderMaps a unique_ptr vector
No new revisions were added by this update.
Summary of changes:
include/clang/Lex/HeaderMap.h | 3 ++-
include/clang/Lex/HeaderSearch.h | 8 +++-----
lib/Lex/HeaderMap.cpp | 5 +++--
lib/Lex/HeaderSearch.cpp | 14 ++++----------
4 files changed, 12 insertions(+), 18 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 949b54fea58 Revert "Revert r339977: [GISel]: Add Opcodes for a few LLVM [...]
new 3de8077a940 [MS Demangler] Demangle member pointer template parameters.
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/Demangle/MicrosoftDemangle.cpp | 193 ++++++++++++++++++++++--------
test/Demangle/ms-templates-memptrs-2.test | 31 +++++
test/Demangle/ms-templates-memptrs.test | 95 +++++++++++++++
3 files changed, 270 insertions(+), 49 deletions(-)
create mode 100644 test/Demangle/ms-templates-memptrs-2.test
create mode 100644 test/Demangle/ms-templates-memptrs.test
--
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 fef69ae4fb Rename -mlink-cuda-bitcode to -mlink-builtin-bitcode
new 5c15d24300 [Lex] Make HeaderMaps a unique_ptr vector
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/Lex/HeaderMap.h | 3 ++-
include/clang/Lex/HeaderSearch.h | 8 +++-----
lib/Lex/HeaderMap.cpp | 5 +++--
lib/Lex/HeaderSearch.cpp | 14 ++++----------
4 files changed, 12 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.