This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3f9585ca98a [SystemZ] Add decimal integer instructions
new 200b7a02e74 [GlobalISel][X86] Split test file. NFC
new 0e72980cc25 [AMDGPU][MC] Corrected v_madak/madmk to avoid printing "_e3 [...]
new 344c4f286cb [SystemZ] Implement getRepRegClassFor()
new f45bea4a62d [IfConversion] Add missing check in IfConversion/canFallThroughTo
new 80d9dea5491 [DAGCombiner] Dropped explicit (sra 0, x) -> 0 and (sra -1, [...]
The 5 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/IfConversion.cpp | 3 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 +---
lib/Target/AMDGPU/VOP2Instructions.td | 18 ++++---
lib/Target/SystemZ/SystemZISelLowering.cpp | 9 ++++
lib/Target/SystemZ/SystemZISelLowering.h | 2 +
test/CodeGen/AMDGPU/madak.ll | 6 +--
test/CodeGen/AMDGPU/v_madak_f16.ll | 2 +-
test/CodeGen/MIR/ARM/ifcvt_canFallThroughTo.mir | 64 +++++++++++++++++++++++++
test/CodeGen/SystemZ/list-ilp-crash.ll | 23 +++++++++
test/CodeGen/X86/GlobalISel/add-scalar.ll | 44 +++++++++++++++++
test/CodeGen/X86/GlobalISel/binop.ll | 42 ----------------
test/MC/AMDGPU/literal16.s | 8 ++--
test/MC/AMDGPU/vop2.s | 16 +++----
test/MC/Disassembler/AMDGPU/literal16_vi.txt | 6 +--
test/MC/Disassembler/AMDGPU/vop2_vi.txt | 8 ++--
15 files changed, 181 insertions(+), 78 deletions(-)
create mode 100644 test/CodeGen/MIR/ARM/ifcvt_canFallThroughTo.mir
create mode 100644 test/CodeGen/SystemZ/list-ilp-crash.ll
create mode 100644 test/CodeGen/X86/GlobalISel/add-scalar.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 gcc.
from 75e7644a5a1 * dumpfile.h (TDI_lang_all): New. (TDF_KIND): New. Renumb [...]
new 9320a2337f4 gcc/cp/ * cp-tree.h (add_method, clone_function_decl): Ch [...]
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 | 13 ++++++++++
gcc/cp/class.c | 65 ++++++++++++++++++++++++--------------------------
gcc/cp/cp-tree.h | 4 ++--
gcc/cp/lambda.c | 4 ++--
gcc/cp/method.c | 4 ++--
gcc/cp/pt.c | 4 ++--
gcc/cp/semantics.c | 2 +-
libcc1/ChangeLog | 4 ++++
libcc1/libcp1plugin.cc | 2 +-
9 files changed, 58 insertions(+), 44 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 ceb82aef811 [DAGCombiner] Add vector support to fold (shl/srl 0, x) -> 0
new 7d1ec2f7b16 [SystemZ] Reformat assembler/disassembler tests
new 0eab6e0590e [SystemZ] Add missing memory/string instructions
new bf3379e0c4f [SystemZ] Add translate/convert instructions
new b021f25a42b [SystemZ] Add crypto instructions
new 3f9585ca98a [SystemZ] Add decimal integer instructions
The 5 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/SystemZ/AsmParser/SystemZAsmParser.cpp | 4 +
.../SystemZ/Disassembler/SystemZDisassembler.cpp | 19 +
.../SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp | 14 +
lib/Target/SystemZ/SystemZFeatures.td | 14 +-
lib/Target/SystemZ/SystemZInstrFormats.td | 219 +-
lib/Target/SystemZ/SystemZInstrInfo.td | 132 +-
lib/Target/SystemZ/SystemZOperands.td | 2 +
lib/Target/SystemZ/SystemZSchedule.td | 4 +
lib/Target/SystemZ/SystemZScheduleZ13.td | 44 +-
lib/Target/SystemZ/SystemZScheduleZ196.td | 45 +-
lib/Target/SystemZ/SystemZScheduleZEC12.td | 45 +-
lib/Target/SystemZ/SystemZSubtarget.cpp | 7 +-
lib/Target/SystemZ/SystemZSubtarget.h | 10 +
test/MC/Disassembler/SystemZ/insns-z13.txt | 4068 ++++++-------
test/MC/Disassembler/SystemZ/insns.txt | 6177 ++++++++++++--------
test/MC/SystemZ/insn-bad-z13.s | 792 ++-
test/MC/SystemZ/insn-bad-z196.s | 53 +-
test/MC/SystemZ/insn-bad-zEC12.s | 511 +-
test/MC/SystemZ/insn-bad.s | 1916 +++++-
test/MC/SystemZ/insn-good-z13.s | 1736 +++---
test/MC/SystemZ/insn-good-z196.s | 158 +-
test/MC/SystemZ/insn-good-zEC12.s | 16 +-
test/MC/SystemZ/insn-good.s | 1549 ++++-
23 files changed, 11197 insertions(+), 6338 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 2385754c5e1 [AArch64] Fix a comment to match the code. NFC.
new 7fa7b1a23a3 Revert r301950: SpeculativeExecution: Stop using whitelist [...]
new ceb82aef811 [DAGCombiner] Add vector support to fold (shl/srl 0, x) -> 0
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +-
lib/Transforms/Scalar/SpeculativeExecution.cpp | 43 ++++++++++++-
test/CodeGen/X86/combine-shl.ll | 3 +-
test/CodeGen/X86/combine-srl.ll | 22 +------
test/Transforms/SpeculativeExecution/spec-other.ll | 32 ----------
.../Transforms/SpeculativeExecution/spec-vector.ll | 73 ----------------------
6 files changed, 47 insertions(+), 130 deletions(-)
delete mode 100644 test/Transforms/SpeculativeExecution/spec-other.ll
delete mode 100644 test/Transforms/SpeculativeExecution/spec-vector.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 compiler-rt.
from 717ebcab7 [mips] XFAIL getpwnam_r_invalid_user.cc test
new 9fc1f73b6 [msan] Fix getmntent{_r} for empty /etc/fstab
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/msan/tests/msan_test.cc | 48 +++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 46 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.
Christophe Lyon pushed a change to annotated tag ok-for-regtest-with-gcc-linaro-6.2-2016.11
in repository toolchain/tcwg-regression.
*** WARNING: tag ok-for-regtest-with-gcc-linaro-6.2-2016.11 was modified! ***
from edc5d93 (tag)
to f3c4c3b (tag)
tagging 35b9bb679bde1ed34517d4abdd04c4335acd6013 (commit)
tagged by Christophe Lyon
on Wed May 10 12:27:49 2017 +0000
- Log -----------------------------------------------------------------
Tag tests version which should pass with gcc-linaro-6.2-2016.11 as used by tcwg-reg [...]
-----------------------------------------------------------------------
omits 13a6cbe binaries: don't expect ld.gold or dwp for gcc5 builds.
omits 573fc09 bug-2785: New test.
omits 43dae5f bug-2562: New test.
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/tags/ok-for-regtest-with-gcc-linaro-6.2-2016.11 (f3c4c3b)
\
O -- O -- O (edc5d93)
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes:
binaries/list-5.txt | 2 +
binaries/list-mingw-5.txt | 2 +
bug-2562/Makefile | 1 -
bug-2562/build.sh | 20 -
bug-2562/some_module.c | 47 -
bug-2785/Makefile | 1 -
bug-2785/build.sh | 20 -
...oopfiltersimpleverticaledge_neon.preprocessed.c | 1270 --------------------
8 files changed, 4 insertions(+), 1359 deletions(-)
delete mode 100644 bug-2562/Makefile
delete mode 100755 bug-2562/build.sh
delete mode 100644 bug-2562/some_module.c
delete mode 100644 bug-2785/Makefile
delete mode 100755 bug-2785/build.sh
delete mode 100644 bug-2785/loopfiltersimpleverticaledge_neon.preprocessed.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 gcc.
from 66e7e7544de * dumpfile.h: Tabify.
new 75e7644a5a1 * dumpfile.h (TDI_lang_all): New. (TDF_KIND): New. Renumb [...]
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 | 10 ++++++++++
gcc/doc/invoke.texi | 5 +++++
gcc/dumpfile.c | 28 +++++++++++++---------------
gcc/dumpfile.h | 33 ++++++++++++++++++++-------------
4 files changed, 48 insertions(+), 28 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 98bf84bc676 Move an use-after-free access before the delete.
new 66e7e7544de * dumpfile.h: Tabify.
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 | 4 +++
gcc/dumpfile.h | 79 +++++++++++++++++++++++++++++-----------------------------
2 files changed, 44 insertions(+), 39 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-tools-extra.
from 6f11cc03 [clang-tidy] Allow disabling compatibility check for generate [...]
new 20b8d6f0 [clang-tidy] Add new cert-dcl21-cpp check
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:
clang-tidy/cert/CERTTidyModule.cpp | 3 +
clang-tidy/cert/CMakeLists.txt | 1 +
clang-tidy/cert/PostfixOperatorCheck.cpp | 88 ++++++++++++++
...jectExceptionCheck.h => PostfixOperatorCheck.h} | 18 +--
docs/ReleaseNotes.rst | 5 +
docs/clang-tidy/checks/cert-dcl21-cpp.rst | 12 ++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/cert-dcl21-cpp.cpp | 134 +++++++++++++++++++++
8 files changed, 253 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/cert/PostfixOperatorCheck.cpp
copy clang-tidy/cert/{StaticObjectExceptionCheck.h => PostfixOperatorCheck.h} (54%)
create mode 100644 docs/clang-tidy/checks/cert-dcl21-cpp.rst
create mode 100644 test/clang-tidy/cert-dcl21-cpp.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.