This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 77579f5 Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, f [...]
new f991e38 [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
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/Utils/SimplifyCFG.cpp | 239 +++++++++++++++---------
test/Transforms/SimplifyCFG/sink-common-code.ll | 84 +++++++++
2 files changed, 233 insertions(+), 90 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 8127683 [AMDGPU] Scalar Memory instructions TD refactoring
new 77579f5 Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, 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:
include/llvm/CodeGen/ISDOpcodes.h | 5 +++++
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 16 ++++++++++++++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 15 +++----------
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 +
lib/Target/Mips/MipsISelLowering.cpp | 27 +++++++----------------
lib/Target/Mips/MipsISelLowering.h | 2 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 16 ++++++++++++++
lib/Target/PowerPC/PPCISelLowering.h | 1 +
test/CodeGen/PowerPC/eh-dwarf-cfa.ll | 28 ++++++++++++++++++++++++
9 files changed, 79 insertions(+), 32 deletions(-)
create mode 100644 test/CodeGen/PowerPC/eh-dwarf-cfa.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 f73c9c1 Add a counter-function insertion pass
new 8127683 [AMDGPU] Scalar Memory instructions TD refactoring
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/CIInstructions.td | 8 -
lib/Target/AMDGPU/SIInstrFormats.td | 54 -----
lib/Target/AMDGPU/SIInstrInfo.td | 177 ---------------
lib/Target/AMDGPU/SIInstructions.td | 113 +---------
lib/Target/AMDGPU/SMInstructions.td | 430 ++++++++++++++++++++++++++++++++++++
lib/Target/AMDGPU/VIInstrFormats.td | 23 --
lib/Target/AMDGPU/VIInstructions.td | 24 --
7 files changed, 431 insertions(+), 398 deletions(-)
create mode 100644 lib/Target/AMDGPU/SMInstructions.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 c28cc72 Fix the implementation of R_386_GOTPC and R_386_GOTOFF.
new 6e64538 Eliminate LayoutInputSection class
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/InputSection.cpp | 15 +++----
ELF/InputSection.h | 49 ++++++++++++----------
ELF/LinkerScript.cpp | 110 +++++++++++++++++++------------------------------
ELF/LinkerScript.h | 5 +--
ELF/OutputSections.cpp | 2 -
5 files changed, 76 insertions(+), 105 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 e1ceee0 [Support] Fix a warning introduced in r280339 due to the memb [...]
new f73c9c1 Add a counter-function insertion pass
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/Passes.h | 3 ++
include/llvm/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/CountingFunctionInserter.cpp | 62 ++++++++++++++++++++++
lib/CodeGen/TargetPassConfig.cpp | 3 ++
test/CodeGen/PowerPC/mcount-insertion.ll | 16 ++++++
test/Transforms/CountingFunctionInserter/mcount.ll | 27 ++++++++++
tools/llc/llc.cpp | 1 +
tools/opt/opt.cpp | 1 +
11 files changed, 117 insertions(+)
create mode 100644 lib/CodeGen/CountingFunctionInserter.cpp
create mode 100644 test/CodeGen/PowerPC/mcount-insertion.ll
create mode 100644 test/Transforms/CountingFunctionInserter/mcount.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 16a76ce [SimplifyCFG] Fix nondeterministic iteration order
new e1ceee0 [Support] Fix a warning introduced in r280339 due to the memb [...]
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/Support/Regex.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 lldb.
from 0beca8e There exists at least one compiler on one platform that doesn [...]
new 00d937c XFail TestMemoryFind on 32-bit architectures
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:
.../Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py | 2 ++
1 file changed, 2 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 gcc.
from 0dd2288 * config/i386/i386.c (ix86_option_override_internal): Also d [...]
new 08fded5 [AArch64] Add ANDS pattern for CMP+ZERO_EXTEND
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/ChangeLog | 6 ++++++
gcc/config/aarch64/aarch64.c | 8 ++++++++
gcc/config/aarch64/aarch64.md | 12 ++++++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/aarch64/ands_3.c | 12 ++++++++++++
5 files changed, 42 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/ands_3.c
--
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-6-branch
in repository gcc.
from 83d9bbb [ARM] Fix an invalid check for vectors of the same floating-p [...]
new d84e716 * doc/extend.texi (SPU Built-in Functions): Remove stale re [...]
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/ChangeLog | 5 +++++
gcc/doc/extend.texi | 4 +---
2 files changed, 6 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 5c88a87 Commit of forgotten header for r280339 "[LLVM/Support] - Crea [...]
new 16a76ce [SimplifyCFG] Fix nondeterministic iteration order
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/Utils/SimplifyCFG.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.