This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fc6d642d5f7 Daily bump.
new ee621ce7712 2018-06-21 François Dumont <fdumont(a)gcc.gnu.org> Fix this [...]
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:
libstdc++-v3/ChangeLog | 4 ++--
1 file changed, 2 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 3e9055c7ee0 AMDGPU/GlobalISel: legalize and select 32-bit G_ASHR
new fc57ceaf39a AMDGPU/GlobalISel: Default to using TableGen'd instruction [...]
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/AMDGPUInstructionSelector.cpp | 7 -------
1 file changed, 7 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 762b38dd8c7 [LegacyPM] Fix PR37888 by teaching the legacy loop pass man [...]
new 3e9055c7ee0 AMDGPU/GlobalISel: legalize and select 32-bit G_ASHR
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/AMDGPUGISel.td | 34 +++++++++
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 9 +++
lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 3 +
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 1 +
.../CodeGen/AMDGPU/GlobalISel/inst-select-ashr.mir | 86 ++++++++++++++++++++++
.../{legalize-shl.mir => legalize-ashr.mir} | 10 +--
6 files changed, 138 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-ashr.mir
copy test/CodeGen/AMDGPU/GlobalISel/{legalize-shl.mir => legalize-ashr.mir} (60%)
--
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 20f413f83a2 AMDGPU/GlobalISel: legalize and select 32-bit G_SITOFP
new 762b38dd8c7 [LegacyPM] Fix PR37888 by teaching the legacy loop pass man [...]
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/Analysis/LoopPass.cpp | 11 +++++++-
test/Transforms/SimpleLoopUnswitch/pr37888.ll | 38 +++++++++++++++++++++++++++
2 files changed, 48 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/SimpleLoopUnswitch/pr37888.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 b93460fa625 AMDGPU/GlobalISel: Implement select() for COPY
new 20f413f83a2 AMDGPU/GlobalISel: legalize and select 32-bit G_SITOFP
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/AMDGPUGISel.td | 4 ++++
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 9 +++++++++
lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 2 ++
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 3 +++
.../{inst-select-fptoui.mir => inst-select-sitofp.mir} | 18 +++++++++---------
.../{legalize-fptosi.mir => legalize-sitofp.mir} | 8 ++++----
6 files changed, 31 insertions(+), 13 deletions(-)
copy test/CodeGen/AMDGPU/GlobalISel/{inst-select-fptoui.mir => inst-select-sitofp. [...]
copy test/CodeGen/AMDGPU/GlobalISel/{legalize-fptosi.mir => legalize-sitofp.mir} (64%)
--
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 56a5b2a5021 Fix test failures after r335306 due to the pipeline changing.
new b93460fa625 AMDGPU/GlobalISel: Implement select() for COPY
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/AMDGPUInstructionSelector.cpp | 5 +++-
.../CodeGen/AMDGPU/GlobalISel/inst-select-copy.mir | 27 ++++++++++++++++++++++
2 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-copy.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 llvm.
from 7fe9364c8bd [InstCombine] fix shuffle-of-binops bug
new 56a5b2a5021 Fix test failures after r335306 due to the pipeline changing.
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/Other/opt-O2-pipeline.ll | 4 ++++
test/Other/opt-O3-pipeline.ll | 4 ++++
test/Other/opt-Os-pipeline.ll | 4 ++++
3 files changed, 12 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 lldb.
from d93301e26 Remove duplicated check and shared_ptr copying.
new 9f8ab916e Remove dead code
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:
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 62 +++++++---------------
1 file changed, 20 insertions(+), 42 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 gcc.
from ab127dab999 PR libstdc++/86138 prevent implicit instantiation of COW empty rep
new fc6d642d5f7 Daily bump.
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:
gcc/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from 1be476cee4d * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Update.
new 21330b0d8bf Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.