This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aba588d701f Revert "TableGen: Fix typeIsConvertibleTo for record types"
new d76d0bdf823 [DAGCOmbine] Ensure that (brcond (setcc ...)) is handled in [...]
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/SelectionDAG/DAGCombiner.cpp | 142 ++++++++++++++----------------
lib/Target/Hexagon/HexagonPatterns.td | 2 +
test/CodeGen/AMDGPU/cndmask-no-def-vcc.ll | 2 -
test/CodeGen/AMDGPU/setcc.ll | 6 +-
test/CodeGen/X86/and-sink.ll | 4 +-
test/CodeGen/X86/fold-rmw-ops.ll | 15 +---
test/CodeGen/X86/or-branch.ll | 27 +++---
7 files changed, 90 insertions(+), 108 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 581db4c3f69 [MIPS GlobalISel] Adding GlobalISel
new aba588d701f Revert "TableGen: Fix typeIsConvertibleTo for record types"
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/TableGen/Record.cpp | 14 ++++----------
lib/TableGen/TGParser.cpp | 17 +++++++++++------
test/TableGen/if-type.td | 11 -----------
test/TableGen/if.td | 26 +-------------------------
4 files changed, 16 insertions(+), 52 deletions(-)
delete mode 100644 test/TableGen/if-type.td
--
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 5bd8287f3 [ELF] - Do not remove empty output sections that are explicit [...]
new 4baf5ef8c [ELF][MIPS] Set EI_ABIVERSION flag accordingly to MIPS ABIs r [...]
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/Writer.cpp | 11 +++++++++++
test/ELF/basic-mips.s | 2 +-
test/ELF/emulation.s | 4 ++--
test/ELF/mips-elf-abi.s | 23 +++++++++++++++++++++++
4 files changed, 37 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/mips-elf-abi.s
--
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 binutils-gdb.
from 340d33e565 Document the assembler's .dc, .dcb and .ds directives.
new 01f7e10cf2 PR22881, null pointer dereference in assign_file_positions_f [...]
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:
bfd/ChangeLog | 6 +++++
bfd/elf.c | 84 ++++++++++++++++++++++++++++++++---------------------------
2 files changed, 52 insertions(+), 38 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 binutils-2_30-branch
in repository binutils-gdb.
from a12c743e13 Automatic date update in version.in
new e5ccef16d8 Import patch from mainline to fix memory corruption in MIPS [...]
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 | 10 ++++++++++
gas/config/tc-mips.c | 2 +-
2 files changed, 11 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 c374065b04c TableGen: Avoid using resolveListElementReference in TGParser
new 581db4c3f69 [MIPS GlobalISel] Adding GlobalISel
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/Mips/CMakeLists.txt | 4 ++
lib/Target/Mips/LLVMBuild.txt | 1 +
lib/Target/Mips/Mips.h | 8 +++
lib/Target/Mips/MipsCallLowering.cpp | 47 +++++++++++++++++
lib/Target/Mips/MipsCallLowering.h | 40 ++++++++++++++
lib/Target/Mips/MipsInstructionSelector.cpp | 66 ++++++++++++++++++++++++
lib/Target/Mips/MipsLegalizerInfo.cpp | 24 +++++++++
lib/Target/Mips/MipsLegalizerInfo.h | 29 +++++++++++
lib/Target/Mips/MipsRegisterBankInfo.cpp | 26 ++++++++++
lib/Target/Mips/MipsRegisterBankInfo.h | 35 +++++++++++++
lib/Target/Mips/MipsSubtarget.cpp | 27 ++++++++++
lib/Target/Mips/MipsSubtarget.h | 17 ++++++
lib/Target/Mips/MipsTargetMachine.cpp | 31 +++++++++++
test/CodeGen/Mips/GlobalISel/irtranslator/ret.ll | 11 ++++
test/CodeGen/Mips/GlobalISel/llvm-ir/ret.ll | 12 +++++
15 files changed, 378 insertions(+)
create mode 100644 lib/Target/Mips/MipsCallLowering.cpp
create mode 100644 lib/Target/Mips/MipsCallLowering.h
create mode 100644 lib/Target/Mips/MipsInstructionSelector.cpp
create mode 100644 lib/Target/Mips/MipsLegalizerInfo.cpp
create mode 100644 lib/Target/Mips/MipsLegalizerInfo.h
create mode 100644 lib/Target/Mips/MipsRegisterBankInfo.cpp
create mode 100644 lib/Target/Mips/MipsRegisterBankInfo.h
create mode 100644 test/CodeGen/Mips/GlobalISel/irtranslator/ret.ll
create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/ret.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 lld.
from 1094fcc34 Recommit "[ELF] - Do not crash with --emit-relocs and --icf=a [...]
new 5bd8287f3 [ELF] - Do not remove empty output sections that are explicit [...]
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/LinkerScript.cpp | 38 +++++++++++--------------
ELF/LinkerScript.h | 1 -
ELF/Writer.cpp | 20 ++++---------
test/ELF/linkerscript/implicit-program-header.s | 2 +-
test/ELF/linkerscript/orphan-phdrs.s | 1 +
5 files changed, 25 insertions(+), 37 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 release_60
in repository llvm.
from 78c90d9dcc9 docs: remove in-progress warnings
new 4cc9e1df327 [mips] 6.0 Release notes
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:
docs/ReleaseNotes.rst | 40 ++++++++++++++++++++++++++++++++++++++--
1 file changed, 38 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 5b880f8d07b [Mips] Return true in enableMultipleCopyHints().
new 0c0db7175b6 Mark MergedLoadStoreMotion as not preserving MemDep results
new d9086c893cc StructurizeCFG: Test for branch divergence correctly
new 02e435715e5 AMDGPU: Track physreg uses in SILoadStoreOptimizer
new c34350228ef TableGen: Add !size operation
new 01724121ace TableGen: Fix typeIsConvertibleTo for record types
new 69ccda272dd TableGen: BitInit and VarBitInit are typed
new c374065b04c TableGen: Avoid using resolveListElementReference in TGParser
The 7 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:
docs/TableGen/LangIntro.rst | 3 +
docs/TableGen/LangRef.rst | 2 +-
include/llvm/Analysis/DivergenceAnalysis.h | 8 +-
include/llvm/TableGen/Record.h | 28 +++--
lib/TableGen/Record.cpp | 20 +++-
lib/TableGen/TGLexer.cpp | 1 +
lib/TableGen/TGLexer.h | 2 +-
lib/TableGen/TGParser.cpp | 31 +++---
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 64 ++++++------
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 49 ++-------
lib/Transforms/Scalar/StructurizeCFG.cpp | 15 ++-
test/CodeGen/AMDGPU/control-flow-optnone.ll | 4 +-
test/CodeGen/AMDGPU/ds_read2.ll | 23 ++++
test/CodeGen/AMDGPU/merge-load-store-physreg.mir | 116 +++++++++++++++++++++
test/CodeGen/AMDGPU/smrd.ll | 29 ++++--
test/TableGen/if-type.td | 11 ++
test/TableGen/if.td | 26 ++++-
test/TableGen/size.td | 34 ++++++
test/Transforms/GVN/pr36063.ll | 22 ++++
.../StructurizeCFG/AMDGPU/uniform-regions.ll | 82 +++++++++++++++
20 files changed, 453 insertions(+), 117 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/merge-load-store-physreg.mir
create mode 100644 test/TableGen/if-type.td
create mode 100644 test/TableGen/size.td
create mode 100644 test/Transforms/GVN/pr36063.ll
create mode 100644 test/Transforms/StructurizeCFG/AMDGPU/uniform-regions.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 binutils-gdb.
from e859f6558c nds32: Support target directive .ict_model.
new 340d33e565 Document the assembler's .dc, .dcb and .ds directives.
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 | 4 ++
gas/doc/as.texinfo | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 107 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.