This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 0417426340 Automatic date update in version.in
new 10c172ba93 PR23940, check bounds before using
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:
gas/ChangeLog | 5 +++++
gas/macro.c | 4 ++--
2 files changed, 7 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 5a3235419cd AMDGPU/GlobalISel: Legalize smulh/umulh and scalarize mul
new da46a0ebaee GlobalISel: fewerElementsVector for a few more trivial ops
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/GlobalISel/LegalizerHelper.cpp | 6 +++
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 10 ++--
test/CodeGen/AMDGPU/GlobalISel/legalize-fexp.mir | 54 +++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-fexp2.mir | 54 +++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-flog.mir | 54 +++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-flog10.mir | 54 +++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-flog2.mir | 54 +++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-fpow.mir | 62 ++++++++++++++++++++++
8 files changed, 343 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fexp.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fexp2.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-flog.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-flog10.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-flog2.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fpow.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 zorg.
from e46ea578 [jenkins] Remove distracting DWARF 5 results from junit plugin.
new 14fe86b4 try a different comment syntax
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:
zorg/jenkins/jobs/jobs/lldb-cmake-matrix | 6 +++---
1 file changed, 3 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 zorg.
from 19a2b207 [jenkins] set the health scale contribution of the DWARF 5 bot to 0.
new e46ea578 [jenkins] Remove distracting DWARF 5 results from junit plugin.
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:
zorg/jenkins/jobs/jobs/lldb-cmake-matrix | 5 +++--
1 file changed, 3 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 2ae6343009e GlobalISel: Support fewerElementsVector for icmp/fcmp
new 7216dfe791b [HotColdSplit] Split more aggressively before/after cold invokes
new 03b0e5dcc51 [HotColdSplit] Describe the pass in more detail, NFC
new 5a3235419cd AMDGPU/GlobalISel: Legalize smulh/umulh and scalarize mul
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:
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 3 +
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 5 +-
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 2 +
lib/Transforms/IPO/HotColdSplitting.cpp | 117 +++++++++++++--------
test/CodeGen/AMDGPU/GlobalISel/legalize-mul.mir | 26 ++++-
test/CodeGen/AMDGPU/GlobalISel/legalize-smulh.mir | 40 +++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-umulh.mir | 40 +++++++
...gbankselect-add.mir => regbankselect-smulh.mir} | 32 +++---
...gbankselect-add.mir => regbankselect-umulh.mir} | 32 +++---
test/Transforms/HotColdSplit/eh-pads.ll | 31 ++++++
10 files changed, 249 insertions(+), 79 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-smulh.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-umulh.mir
copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-add.mir => regbankselect-smulh. [...]
copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-add.mir => regbankselect-umulh. [...]
--
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 6e6d86341 Remove a warning in DynamicLoaderDarwin::UpdateImageLoadAddre [...]
new 26c0d1794 Define the _fltused symbol in one lldb test as well, post-r352076.
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:
lit/SymbolFile/NativePDB/function-types-builtins.cpp | 4 ++++
1 file changed, 4 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 release_80
in repository lldb.
from 35bad00d9 Merging r351504: -------------------------------------------- [...]
new c3187588f Merging r352116: -------------------------------------------- [...]
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/Plugins/Process/NetBSD/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 5be94155c Add UUID::SetFromOptionalStringRef, use it in DynamicLoaderDarwin
new 6e6d86341 Remove a warning in DynamicLoaderDarwin::UpdateImageLoadAddre [...]
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:
.../Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp | 10 +---------
1 file changed, 1 insertion(+), 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 f60859bbf92 GlobalISel: Implement fewerElementsVector for extensions
new 2ae6343009e GlobalISel: Support fewerElementsVector for icmp/fcmp
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/CodeGen/GlobalISel/LegalizerHelper.h | 2 +
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 78 ++++++++++-
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 14 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir | 146 +++++++++++++++++++--
test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir | 152 +++++++++++++++++++++-
5 files changed, 370 insertions(+), 22 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 50cc9af0fa Revert "[AArch64] Use LL for 64-bit intrinsic arguments"
new 598a448917 [AArch64] Make the test for rsr and rsr64 stricter
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/builtins-arm64.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.