This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 44cd8ce [X86][XOP] Add test showing failure to combine build vector t [...]
new 043d1a9 MC: Introduce the ABS8 symbol modifier.
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/Extensions.rst | 22 ++++++++++++++++++++++
include/llvm/MC/MCExpr.h | 2 ++
lib/MC/MCAssembler.cpp | 4 ++++
lib/MC/MCExpr.cpp | 2 ++
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp | 2 ++
test/MC/X86/abs8.s | 8 ++++++++
6 files changed, 40 insertions(+)
create mode 100644 test/MC/X86/abs8.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 lldb.
from ceb2115 Add a command to access and manipulate the Intel(R) MPX Bound [...]
new a725bbc Move the stop point to somewhere before the final use of the [...]
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:
.../data-formatter/data-formatter-stl/libcxx/vbool/main.cpp | 3 ++-
1 file changed, 2 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 b779435 Don't combine stores to a swifterror pointer operand to a dif [...]
new ee99423 [Instcombine] Combine consecutive identical fences
new 536a298 Fix a bug in llvm-obdump(1) with the -macho flag disassemblin [...]
new 44cd8ce [X86][XOP] Add test showing failure to combine build vector t [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 9 ++++
lib/Transforms/InstCombine/InstCombineInternal.h | 1 +
test/CodeGen/X86/vector-shuffle-combining-xop.ll | 28 ++++++++++++
test/Transforms/InstCombine/consecutive-fences.ll | 47 +++++++++++++++++++++
.../X86/Inputs/stub-nosyms.macho-x86_64 | Bin 0 -> 528 bytes
.../X86/macho-stub-nosyms-disassembly.test | 3 ++
tools/llvm-objdump/MachODump.cpp | 7 ++-
7 files changed, 93 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/InstCombine/consecutive-fences.ll
create mode 100644 test/tools/llvm-objdump/X86/Inputs/stub-nosyms.macho-x86_64
create mode 100644 test/tools/llvm-objdump/X86/macho-stub-nosyms-disassembly.test
--
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 0a375a9 [CMake] Add LINK_LIBS and LINK_COMPONENTS options
new ceb2115 Add a command to access and manipulate the Intel(R) MPX Bound [...]
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/CMakeLists.txt | 1 +
tools/intel-mpx/CMakeLists.txt | 23 ++
tools/intel-mpx/IntelMPXTablePlugin.cpp | 426 +++++++++++++++++++++
.../intel-mpx/test}/Makefile | 2 +-
tools/intel-mpx/test/README.txt | 6 +
tools/intel-mpx/test/TestMPXTable.py | 168 ++++++++
tools/intel-mpx/test/main.cpp | 48 +++
7 files changed, 673 insertions(+), 1 deletion(-)
create mode 100644 tools/intel-mpx/CMakeLists.txt
create mode 100644 tools/intel-mpx/IntelMPXTablePlugin.cpp
copy {packages/Python/lldbsuite/test/functionalities/register/intel_xtended_regist [...]
create mode 100644 tools/intel-mpx/test/README.txt
create mode 100644 tools/intel-mpx/test/TestMPXTable.py
create mode 100644 tools/intel-mpx/test/main.cpp
--
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 655df35 * cp-tree.h (instantiate_decl): Make defer_ok bool. * pt.c: [...]
new 42c456a PR c++/67273 PR c++/79253 * pt.c: (instantiate_decl): Push [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 17 +++++++++--------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp1y/pr67273.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr79253.C | 33 +++++++++++++++++++++++++++++++++
5 files changed, 71 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr67273.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr79253.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 master
in repository llvm.
from 076c840 [InstCombine] add test for possible zext-phi transform; NFC
new 500e578 Explicitly promote indirect calls before sample profile annotation.
new b779435 Don't combine stores to a swifterror pointer operand to a dif [...]
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/Transforms/IPO/SampleProfile.cpp | 29 ++++++++++++++---
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 3 +-
test/Transforms/InstCombine/load.ll | 19 +++++++++++
.../SampleProfile/Inputs/indirect-call.prof | 6 ++++
test/Transforms/SampleProfile/indirect-call.ll | 37 ++++++++++++++++++++++
5 files changed, 88 insertions(+), 6 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 90657ac AMDGPU: Use source mods with fcanonicalize
new 076c840 [InstCombine] add test for possible zext-phi transform; 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:
test/Transforms/InstCombine/zext-phi.ll | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 test/Transforms/InstCombine/zext-phi.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from 90bf44b Fix again
new 61fa10b Add --part option to spec2xxx-result
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:
spec2xxx-result | 31 ++++++++++++++++++++++++++-----
1 file changed, 26 insertions(+), 5 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_40
in repository llvm.
from 5ad5d4f Merging r293021: -------------------------------------------- [...]
new 52140ec Merging r293522: -------------------------------------------- [...]
new 9065e3d Merging r293417: -------------------------------------------- [...]
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:
include/llvm/CodeGen/SelectionDAGISel.h | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 12 ++++++-
lib/Target/PowerPC/PPCInstrInfo.td | 13 ++++++++
lib/Target/PowerPC/PPCSchedule.td | 2 ++
lib/Target/PowerPC/PPCScheduleE500mc.td | 8 +++++
lib/Target/PowerPC/PPCScheduleE5500.td | 10 ++++--
test/CodeGen/SystemZ/pr31710.ll | 39 ++++++++++++++++++++++
.../PowerPC/ppc64-encoding-bookIII.txt | 9 +++++
test/MC/PowerPC/ppc64-encoding-bookIII.s | 13 ++++++++
9 files changed, 103 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/SystemZ/pr31710.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.