This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b0f9f5b [SCCP] Resolve shifts beyond the bitwidth to undef
new db6adcb [PowerPC] Fix a DAG replacement bug in PPCTargetLowering::DAG [...]
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/PowerPC/PPCISelLowering.cpp | 29 ++++++++++++++--------
test/CodeGen/PowerPC/ext-bool-trunc-repl.ll | 38 +++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/PowerPC/ext-bool-trunc-repl.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.
unknown user pushed a change to branch master
in repository clang.
from cf9fe97 [VFS] Reapply r269100: Reconstruct the VFS overlay tree for m [...]
new fe581eb [MS ABI] Don't crash when zero-initializing a vbase which con [...]
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/CGExprCXX.cpp | 3 +++
.../microsoft-abi-virtual-inheritance.cpp | 22 ++++++++++++++++++++++
2 files changed, 25 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 88c6ec3 [tooling] Remove redundant inline keyword
new cf9fe97 [VFS] Reapply r269100: Reconstruct the VFS overlay tree for m [...]
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/Basic/VirtualFileSystem.cpp | 81 ++++++++++++++++++++++++++++++-
unittests/Basic/VirtualFileSystemTest.cpp | 30 +++++++++++-
2 files changed, 109 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 b381ae2 AMDGPU: Fix getIntegerAttribute type and error message
new b0f9f5b [SCCP] Resolve shifts beyond the bitwidth to undef
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/Transforms/Scalar/SCCP.cpp | 16 ++++++++++++
test/Transforms/SCCP/pr27712.ll | 30 ++++++++++++++++++++++
.../{ConstProp/shift.ll => SCCP/ub-shift.ll} | 2 +-
3 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/SCCP/pr27712.ll
copy test/Transforms/{ConstProp/shift.ll => SCCP/ub-shift.ll} (97%)
--
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 f058cfd [Layout] Add a new test case for optimal rotation
new b381ae2 AMDGPU: Fix getIntegerAttribute type and error message
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/Utils/AMDGPUBaseInfo.cpp | 8 ++++----
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 2 ++
2 files changed, 6 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 d4e30ea [Layout] Add a new option (NFC)
new f058cfd [Layout] Add a new test case for optimal rotation
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/code_placement_loop_rotation3.ll | 43 +++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 test/CodeGen/X86/code_placement_loop_rotation3.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.
unknown user pushed a change to branch master
in repository llvm.
from 8adf4eb AMDGPU: Fix breaking IR on instructions with multiple pointer [...]
new d4e30ea [Layout] Add a new option (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:
lib/CodeGen/MachineBlockPlacement.cpp | 8 +++++++-
1 file 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 eb3d763 [obj2yaml] Adding Error/Expected to macho2yaml
new 8adf4eb AMDGPU: Fix breaking IR on instructions with multiple pointer [...]
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/AMDGPUPromoteAlloca.cpp | 99 +++++++++++-
test/CodeGen/AMDGPU/promote-alloca-to-lds-icmp.ll | 38 +++++
test/CodeGen/AMDGPU/promote-alloca-to-lds-phi.ll | 170 +++++++++++++++++++++
.../CodeGen/AMDGPU/promote-alloca-to-lds-select.ll | 102 +++++++++++++
4 files changed, 401 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/promote-alloca-to-lds-icmp.ll
create mode 100644 test/CodeGen/AMDGPU/promote-alloca-to-lds-phi.ll
create mode 100644 test/CodeGen/AMDGPU/promote-alloca-to-lds-select.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.
unknown user pushed a change to branch master
in repository llvm.
from dd7a975 [AArch64] Add support for unscaled narrow stores in getUseful [...]
new eb3d763 [obj2yaml] Adding Error/Expected to macho2yaml
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:
tools/obj2yaml/Error.cpp | 12 +++++++++++-
tools/obj2yaml/Error.h | 18 ++++++++++++++++++
tools/obj2yaml/macho2yaml.cpp | 26 ++++++++++++++++----------
3 files changed, 45 insertions(+), 11 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 d2e75bd All llvm.deoptimize declarations must use the same calling co [...]
new d54aac1 Appease MSVC with curly braces
new dd7a975 [AArch64] Add support for unscaled narrow stores in getUseful [...]
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:
lib/IR/Verifier.cpp | 3 ++-
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 2 ++
test/CodeGen/AArch64/bitfield-insert.ll | 38 ++++++++++++++++++++++++++++++
3 files changed, 42 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.