This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2c2b0c92d7a [COFF] Make the weak aliases optional
new 2d6d71c7e1b [GlobalISel][X86] Fix mir tests, use correct physical regis [...]
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/CodeGen/X86/GlobalISel/select-GV.mir | 53 +++++++++++++++++++-----------
test/CodeGen/X86/GlobalISel/select-add.mir | 2 +-
test/CodeGen/X86/GlobalISel/select-sub.mir | 2 +-
3 files changed, 36 insertions(+), 21 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 ceaaae6a02 Fix comments about __OPENCL_MEMORY_SCOPE_* macros
new bd9cd0b526 Fix a UBSan failure where this boolean was copied when unini [...]
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/ExprConstant.cpp | 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.
unknown user pushed a change to branch master
in repository lld.
from 09f6aeebe [COFF] Don't produce weak aliases in import libraries
new 0fbb5e110 [ELF] - Ignore -plugin-opt=-function-sections/-plugin-opt=-da [...]
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/Driver.cpp | 3 ++-
1 file changed, 2 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 test-suite.
from 40d3730c [test-suite] Adding PENNANT
new 65656a71 [test-suite] Adding a Makefile for PENNANT
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:
MultiSource/Benchmarks/DOE-ProxyApps-C++/PENNANT/Makefile | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/PENNANT/Makefile
--
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 4c13451fc9f [llvm-dlltool] Fix creating stdcall/fastcall import librari [...]
new 2c2b0c92d7a [COFF] Make the weak aliases optional
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/Object/COFFImportFile.h | 3 ++-
lib/Object/COFFImportFile.cpp | 4 ++--
lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 2 +-
3 files changed, 5 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 lld.
from ee09cb206 [COFF] Fix the name type for stdcall functions in import libraries
new 09f6aeebe [COFF] Don't produce weak aliases in import libraries
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/Driver.cpp | 2 +-
test/COFF/export.test | 5 ++++-
2 files changed, 5 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 2df3fafbea7 [AMDGPU] Eliminate no effect instructions before s_endpgm
new 9c571e91204 [COFF] Add SymbolName as a distinct field in COFFImportFile
new 4c13451fc9f [llvm-dlltool] Fix creating stdcall/fastcall import librari [...]
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/Object/COFFImportFile.h | 1 +
lib/Object/COFFImportFile.cpp | 2 +-
lib/Object/COFFModuleDefinition.cpp | 8 +++++++-
lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 16 ++++++++++++++++
lib/ToolDrivers/llvm-dlltool/Options.td | 6 +++---
test/DllTool/coff-decorated.def | 26 ++++++++++++++++++++++++++
6 files changed, 54 insertions(+), 5 deletions(-)
create mode 100644 test/DllTool/coff-decorated.def
--
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 fde1ed87a Fix warning about unused variable.
new ee09cb206 [COFF] Fix the name type for stdcall functions in import libraries
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/Driver.cpp | 4 ++--
test/COFF/def-export-stdcall.s | 3 ++-
2 files changed, 4 insertions(+), 3 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 e5914dd1a35 Merge debug info when hoist then-else code to if.
new 2df3fafbea7 [AMDGPU] Eliminate no effect instructions before s_endpgm
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/SIOptimizeExecMaskingPreRA.cpp | 66 ++++-
test/CodeGen/AMDGPU/branch-condition-and.ll | 1 -
test/CodeGen/AMDGPU/collapse-endcf.ll | 35 ++-
test/CodeGen/AMDGPU/endpgm-dce.mir | 297 +++++++++++++++++++++
test/CodeGen/AMDGPU/loop_break.ll | 1 -
test/CodeGen/AMDGPU/multi-divergent-exit-region.ll | 1 -
test/CodeGen/AMDGPU/shrink-carry.mir | 4 -
test/CodeGen/AMDGPU/si-annotate-cf-noloop.ll | 1 -
.../si-lower-control-flow-unreachable-block.ll | 2 -
test/CodeGen/AMDGPU/skip-if-dead.ll | 1 -
test/CodeGen/AMDGPU/spill-empty-live-interval.mir | 1 -
test/CodeGen/AMDGPU/uniform-cfg.ll | 6 +-
test/CodeGen/AMDGPU/valu-i1.ll | 6 -
.../AMDGPU/write-register-vgpr-into-sgpr.ll | 4 +-
test/CodeGen/AMDGPU/write_register.ll | 12 +-
15 files changed, 406 insertions(+), 32 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/endpgm-dce.mir
--
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 f15cce03a0 PR19668, PR23034: Fix handling of move constructors and dele [...]
new ceaaae6a02 Fix comments about __OPENCL_MEMORY_SCOPE_* macros
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/Frontend/InitPreprocessor.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.