This is an automated email from the git hooks/post-receive script.
Diana Picus pushed a change to branch master
in repository toolchain/jenkins-scripts.
from fe269e8 tcwg-llvm-release.sh: Set LC_ALL to C for the release
new 0341de8 tcwg-llvm-testsuite.sh: Don't use cut to split strings
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:
tcwg-llvm-testsuite.sh | 3 +--
1 file changed, 1 insertion(+), 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 1b06abdb2cd [asan] Fix asan dynamic shadow check before copyArgsPassedB [...]
new 1103886c3dd [ARM] Fix assembly and disassembly for VMRS/VMSR
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/ARM/ARMInstrVFP.td | 80 ++++++-----
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 5 +
lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 24 ++++
test/MC/ARM/directive-arch_extension-fp.s | 4 -
test/MC/ARM/simple-fp-encoding.s | 16 ---
test/MC/ARM/vmrs_vmsr.s | 180 ++++++++++++++++++++++++
test/MC/Disassembler/ARM/arm-vmrs_vmsr.txt | 60 ++++++++
test/MC/Disassembler/ARM/fp-encoding.txt | 8 --
test/MC/Disassembler/ARM/thumb-vmrs_vmsr.txt | 123 ++++++++++++++++
9 files changed, 436 insertions(+), 64 deletions(-)
create mode 100644 test/MC/ARM/vmrs_vmsr.s
create mode 100644 test/MC/Disassembler/ARM/arm-vmrs_vmsr.txt
create mode 100644 test/MC/Disassembler/ARM/thumb-vmrs_vmsr.txt
--
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 b6e91323443 * include/system/sys/ptrace.h: New file.
new 1610e7fb5e9 Canonicalize names of attributes.
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 | 13 ++++
gcc/attribs.h | 43 +++++++++++++
gcc/c-family/ChangeLog | 9 +++
gcc/c-family/array-notation-common.c | 2 +
gcc/c-family/c-format.c | 24 ++------
gcc/c-family/c-lex.c | 1 +
gcc/c-family/c-pretty-print.c | 1 +
gcc/c/ChangeLog | 5 ++
gcc/c/c-parser.c | 3 +
gcc/cp/ChangeLog | 7 +++
gcc/cp/parser.c | 6 +-
gcc/cp/tree.c | 1 +
gcc/go/ChangeLog | 5 ++
gcc/go/go-gcc.cc | 2 +-
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/g++.dg/cpp0x/pr65558.C | 2 +-
gcc/testsuite/gcc.dg/Wattributes-5.c | 13 ++++
gcc/testsuite/gcc.dg/parm-impl-decl-1.c | 2 +-
gcc/testsuite/gcc.dg/parm-impl-decl-3.c | 2 +-
gcc/tree-inline.c | 3 +-
gcc/tree.c | 104 +++++---------------------------
gcc/tree.h | 23 +------
22 files changed, 141 insertions(+), 137 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wattributes-5.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.
Yvan Roux pushed a change to branch master
in repository toolchain/abe.
from 1a77a236 Revert "checkout: Show the last commit."
new d4010653 config/gcc7/binutils.conf: Switch to linaro-local branch.
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:
config/gcc7/binutils.conf | 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 gcc.
from d87a6c4644c Daily bump.
new 2a2a467cf9f PR middle-end/81698 * stmt.c (emit_case_dispatch_table): [...]
new b6e91323443 * include/system/sys/ptrace.h: New file.
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:
gcc/ChangeLog | 11 +++++++++++
gcc/stmt.c | 24 ++++++++++++------------
libsanitizer/ChangeLog | 4 ++++
libsanitizer/include/system/sys/ptrace.h | 7 +++++++
4 files changed, 34 insertions(+), 12 deletions(-)
create mode 100644 libsanitizer/include/system/sys/ptrace.h
--
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 56bb9a42a7c [asan] Disable checking of arguments passed by value for -- [...]
new 1b06abdb2cd [asan] Fix asan dynamic shadow check before copyArgsPassedB [...]
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/Instrumentation/AddressSanitizer.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 llvm.
from ab13f9b9386 [SelectionDAG] reset NewNodesMustHaveLegalTypes flag betwee [...]
new 483cdb41d22 Add -asan-force-dynamic-shadow test
new 56bb9a42a7c [asan] Disable checking of arguments passed by value for -- [...]
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:
.../Instrumentation/AddressSanitizer.cpp | 3 ++-
.../AddressSanitizer/force-dynamic-shadow.ll | 22 ++++++++++++++++++++++
.../AddressSanitizer/stack-poisoning-byval-args.ll | 4 ++++
3 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 test/Instrumentation/AddressSanitizer/force-dynamic-shadow.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 14cde8c1932 [Reassociate] Use a range loop for clarity. NFCI.
new ab13f9b9386 [SelectionDAG] reset NewNodesMustHaveLegalTypes flag betwee [...]
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/SelectionDAGISel.cpp | 3 +++
test/CodeGen/AArch64/fold-constants.ll | 14 ++++++++++++--
2 files changed, 15 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 02e5755a7d6 [Reassociate] Try to bail out early when canonicalizing.
new 14cde8c1932 [Reassociate] Use a range loop for clarity. NFCI.
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/Scalar/Reassociate.cpp | 11 ++++++-----
1 file changed, 6 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 master
in repository llvm.
from 694731848f0 [InstCombine] Remove shift handling from OptAndOp.
new 02e5755a7d6 [Reassociate] Try to bail out early when canonicalizing.
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/Scalar/Reassociate.cpp | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.