This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 622c830b9db 2018-07-13 Richard Biener <rguenther(a)suse.de>
new d83eca59fee arm - Add vendor and CPU id information to arm-cpus.in
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 | 12 ++++++++
gcc/config/arm/arm-cpus.in | 72 +++++++++++++++++++++++++++++++++++++++++++++
gcc/config/arm/driver-arm.c | 57 +++++++----------------------------
gcc/config/arm/parsecpu.awk | 48 ++++++++++++++++++++++++++++++
gcc/config/arm/t-arm | 10 +++++++
5 files changed, 152 insertions(+), 47 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 lldb.
from 0d2bc70f9 Add abbreviated name for Debugger::EventHandlerThread.
new d9899ad86 Adjust thread name column width depending on real name length.
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:
source/Utility/Log.cpp | 6 +++++-
1 file changed, 5 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 fw/holes
in repository glibc.
at 3f96bf8cb7 io/tst-copy_file_range: Require that file system supports holes
This branch includes the following new commits:
new 3f96bf8cb7 io/tst-copy_file_range: Require that file system supports holes
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.
--
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 e44dd1e4 [clang-tidy/ObjC] Add SQL to list of acronyms
new c7373d4e [clang-tidy] readability-inconsistent-declaration-parameter-n [...]
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:
.../InconsistentDeclarationParameterNameCheck.cpp | 28 +++++++++++++++-------
.../InconsistentDeclarationParameterNameCheck.h | 4 +++-
...ity-inconsistent-declaration-parameter-name.rst | 14 +++++++++++
...onsistent-declaration-parameter-name-strict.cpp | 11 +++++++++
...ity-inconsistent-declaration-parameter-name.cpp | 2 ++
5 files changed, 49 insertions(+), 10 deletions(-)
create mode 100644 test/clang-tidy/readability-inconsistent-declaration-parameter- [...]
--
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 d02cc7a09 strcmp.S: Improve performance for misaligned strings
new ab640f4cd Fix to stop a fall-through in a switch statement
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:
newlib/libc/unix/getut.c | 1 +
1 file changed, 1 insertion(+)
--
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 844e7761a89 DFix typo
new e645d2977e1 [testsuite, guality] Add -fno-ipa-icf in gcc.dg/guality
new 622c830b9db 2018-07-13 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 | 6 ++++++
gcc/match.pd | 4 ++--
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.c-torture/compile/930326-1.c | 1 +
gcc/testsuite/gcc.dg/guality/clztest.c | 2 +-
gcc/testsuite/gcc.dg/guality/ctztest.c | 2 +-
gcc/testsuite/gcc.dg/guality/sra-1.c | 2 +-
7 files changed, 23 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 lldb.
from 1f6593467 Convert a location information from PDB to a DWARF expression
new 0d2bc70f9 Add abbreviated name for Debugger::EventHandlerThread.
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:
source/Core/Debugger.cpp | 13 ++++++++-----
1 file changed, 8 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 newlib.
from 5ed8f2354 Cygwin: Treat PROCESSOR_ARCHITECTURE_INTEL as running under W [...]
new f44eee8f1 Improve strncmp for mutually misaligned inputs
new 2d9f35c2c memcmp.S: optimize for medium to large sizes
new d02cc7a09 strcmp.S: Improve performance for misaligned strings
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:
newlib/libc/machine/aarch64/memcmp.S | 144 +++++++++++++++++++++++-----------
newlib/libc/machine/aarch64/strcmp.S | 51 +++++++++---
newlib/libc/machine/aarch64/strncmp.S | 96 +++++++++++++++++++----
3 files changed, 219 insertions(+), 72 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 0bc0c53ebab [UpdateTestChecks] Teach the x86 asm parser to skip over th [...]
new 1e086c7b69c [SLPVectorizer] Add initial alternate opcode support for ca [...]
new bd8c8d75985 [SLH] Introduce a new pass to do Speculative Load Hardening [...]
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/MachineBasicBlock.h | 5 +
lib/CodeGen/MachineBasicBlock.cpp | 19 +
lib/Target/X86/CMakeLists.txt | 1 +
lib/Target/X86/X86.h | 2 +
lib/Target/X86/X86SpeculativeLoadHardening.cpp | 1667 ++++++++++++++++++++
lib/Target/X86/X86TargetMachine.cpp | 7 +
lib/Transforms/Vectorize/SLPVectorizer.cpp | 98 +-
test/CodeGen/X86/speculative-load-hardening.ll | 571 +++++++
.../Transforms/SLPVectorizer/X86/alternate-cast.ll | 365 ++++-
9 files changed, 2633 insertions(+), 102 deletions(-)
create mode 100644 lib/Target/X86/X86SpeculativeLoadHardening.cpp
create mode 100644 test/CodeGen/X86/speculative-load-hardening.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 binutils-gdb.
from 5c1eda30f5 S390: Fix displaced stepping of "basr r,0"
new 4ef4710f5c Allow bit-patterns in the immediate field of ARM neon mov in [...]
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:
gas/ChangeLog | 11 +++++++++++
gas/config/tc-arm.c | 19 +++++++++++++++----
gas/testsuite/gas/arm/vfp-mov-enc.d | 3 +++
gas/testsuite/gas/arm/vfp-mov-enc.s | 4 ++++
4 files changed, 33 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.