This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ed380f72f85 Add myself to MAINTAINERS file
new 12614c72bc4 Require IBM1047 support in g++.dg/pr86082.C
new e8ff39dfe76 Require 64-bit in gcc.target/i386/pr86257.c
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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/pr86082.C | 1 +
gcc/testsuite/gcc.target/i386/pr86257.c | 1 +
3 files changed, 10 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 5602144c948 2018-06-26 Richard Biener <rguenther(a)suse.de>
new ed380f72f85 Add myself to MAINTAINERS file
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:
ChangeLog | 4 ++++
MAINTAINERS | 1 +
2 files changed, 5 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 llvm.
from 32a7d0f17dd [NFC] Prefer (void) to LLVM_ATTRIBUTE_UNUSED for unused var [...]
new d6bc0c7274d [llvm-exegesis] Get the BenchmarkRunner from the ExegesisTarget.
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/llvm-exegesis/lib/Assembler.cpp | 17 +++-----
tools/llvm-exegesis/lib/Assembler.h | 2 +-
tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 27 ++++++------
tools/llvm-exegesis/lib/BenchmarkRunner.h | 36 ++++++----------
tools/llvm-exegesis/lib/CMakeLists.txt | 1 -
tools/llvm-exegesis/lib/Latency.cpp | 6 ---
tools/llvm-exegesis/lib/Latency.h | 5 +--
tools/llvm-exegesis/lib/LlvmState.cpp | 5 +++
tools/llvm-exegesis/lib/LlvmState.h | 5 +--
tools/llvm-exegesis/lib/Target.cpp | 46 ++++++++++++++++++++
tools/llvm-exegesis/lib/Target.h | 18 ++++++++
tools/llvm-exegesis/lib/Uops.cpp | 6 ---
tools/llvm-exegesis/lib/Uops.h | 5 +--
tools/llvm-exegesis/lib/X86.cpp | 38 ----------------
tools/llvm-exegesis/lib/X86.h | 32 --------------
tools/llvm-exegesis/lib/X86/Target.cpp | 50 ++++++++++++++++++++++
tools/llvm-exegesis/llvm-exegesis.cpp | 40 +++++++----------
.../tools/llvm-exegesis/Common/AssemblerUtils.h | 7 +--
.../llvm-exegesis/X86/SnippetGeneratorTest.cpp | 7 +--
19 files changed, 183 insertions(+), 170 deletions(-)
delete mode 100644 tools/llvm-exegesis/lib/X86.cpp
delete mode 100644 tools/llvm-exegesis/lib/X86.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 lld.
from 7619c6a0d [ELF] Fix sort-non-script.s
new a3148f750 [ELF] - Change the way of sorting local symbols.
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/SyntheticSections.cpp | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 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 newlib.
from b14daac48 Revert "Remove -fno-builtin to allow gcc to inline functions [...]
new 048490485 Fix Unicode table.
new 17918cc6a Cygwin: add Unicode patch to release notes
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:
newlib/libc/ctype/categories.t | 32 ++++++++++----------------------
newlib/libc/ctype/mkcategories | 10 ++++++----
winsup/cygwin/release/2.11.0 | 3 +++
3 files changed, 19 insertions(+), 26 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 newlib.
from 9c84bfd47 Fix the handling of out-of-band (OOB) data in a socket.
new c077b9de9 Remove -fno-builtin to allow gcc to inline functions such as [...]
new 3dc89bbaf Cygwin: signal.h: improve exception flags definition
new dbe905c14 Cygwin: exceptions: fix FPE exception flags
new b14daac48 Revert "Remove -fno-builtin to allow gcc to inline functions [...]
The 4 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:
winsup/cygwin/exceptions.cc | 8 ++++++-
winsup/cygwin/include/cygwin/signal.h | 44 +++++++++++++++++++++++++++++++----
winsup/cygwin/release/2.11.0 | 3 +++
3 files changed, 49 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 2079dc34cb0 Improve ConvertDebugDeclareToDebugValue
new 32a7d0f17dd [NFC] Prefer (void) to LLVM_ATTRIBUTE_UNUSED for unused var [...]
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:
utils/TableGen/GlobalISelEmitter.cpp | 4 ++--
1 file changed, 2 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 gcc.
from 239a43d4c96 [PR86064] split single cross-partition range with nonzero locviews
new 80608177f1a 2018-06-26 Richard Biener <rguenther(a)suse.de>
new 5602144c948 2018-06-26 Richard Biener <rguenther(a)suse.de>
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 | 13 +++++++++++++
gcc/fold-const.c | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr86271.c | 17 +++++++++++++++++
gcc/tree-vect-loop.c | 7 ++++---
5 files changed, 42 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr86271.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 d7d68723b85 [InstCombine] (A + 1) + (B ^ -1) --> A - B
new 2079dc34cb0 Improve ConvertDebugDeclareToDebugValue
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/IR/Instructions.h | 4 ++
lib/IR/Instructions.cpp | 16 +++++++
lib/Transforms/Utils/Local.cpp | 26 +++++++++++
test/Transforms/Mem2Reg/debug-alloca-vla-1.ll | 62 ++++++++++++++++++++++++++
test/Transforms/Mem2Reg/debug-alloca-vla-2.ll | 64 +++++++++++++++++++++++++++
5 files changed, 172 insertions(+)
create mode 100644 test/Transforms/Mem2Reg/debug-alloca-vla-1.ll
create mode 100644 test/Transforms/Mem2Reg/debug-alloca-vla-2.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.