This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5870339b62f 2017-12-11 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 018ddbe3d58 2017-12-11 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 454d56899f0 * config/aarch64/aarch64.c (aarch64_print_operand): Don't [...]
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 | 7 +++++++
gcc/config/aarch64/aarch64.c | 6 +++---
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gfortran.dg/maxval_char_1.f90 | 8 ++++----
gcc/testsuite/gfortran.dg/maxval_char_2.f90 | 6 +++---
gcc/testsuite/gfortran.dg/minval_char_1.f90 | 6 +++---
gcc/testsuite/gfortran.dg/minval_char_2.f90 | 4 ++--
7 files changed, 31 insertions(+), 15 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 1713346d3b4 [X86] Add MOVSLQ schedule tests
new 896b8ae1e02 [X86] Add ADC/SBB schedule tests
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/CodeGen/X86/schedule-x86_64.ll | 1286 ++++++++++++++++++++++++++++++++++-
1 file changed, 1284 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 lld.
from 9c92b5cc0 Create reserved symbols early so they can be versioned.
new d4877bd6c Change function type more LLVM-ish.
new 5c784696e Sort.
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:
wasm/Driver.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 678d168f7ad Fix stack overflow with autofdo (PR83355)
new 5870339b62f 2017-12-11 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 12 ++++
gcc/fortran/simplify.c | 72 ++++++++----------------
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gfortran.dg/maxval_parameter_1.f90 | 51 +++++++++++++++++
gcc/testsuite/gfortran.dg/minval_parameter_1.f90 | 51 +++++++++++++++++
5 files changed, 145 insertions(+), 47 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/maxval_parameter_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/minval_parameter_1.f90
--
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 4b6a0ab74e1 Normalize line endings. NFCI.
new 1713346d3b4 [X86] Add MOVSLQ schedule tests
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/CodeGen/X86/schedule-x86_64.ll | 98 ++++++++++++++++++++++++++++++++++++-
1 file changed, 97 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 clang.
from f1094b8cc1 [mips] Minor update to the comment (NFC)
new 20a630420d For Linux/gnu compatibility, preinclude <stdc-predef.h> if t [...]
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/clang/Driver/CC1Options.td | 2 +
include/clang/Lex/PreprocessorOptions.h | 4 ++
lib/Driver/Job.cpp | 2 +-
lib/Driver/ToolChains/Linux.cpp | 12 +++++
lib/Driver/ToolChains/Linux.h | 2 +
lib/Frontend/CompilerInvocation.cpp | 4 ++
lib/Frontend/InitPreprocessor.cpp | 16 +++++++
.../Inputs/stdc-predef/usr/include/stdc-predef.h | 12 +++++
test/Driver/crash-report-header.h | 2 +-
test/Driver/crash-report-spaces.c | 2 +-
test/Driver/crash-report.c | 3 +-
test/Driver/rewrite-map-in-diagnostics.c | 2 +-
test/Driver/stdc-predef.c | 25 ++++++++++
test/Driver/stdc-predef.i | 16 +++++++
test/Index/IBOutletCollection.m | 4 +-
test/Index/annotate-macro-args.m | 10 ++--
test/Index/annotate-tokens-pp.c | 4 +-
test/Index/annotate-tokens.c | 12 ++---
test/Index/c-index-getCursor-test.m | 4 +-
test/Index/get-cursor-macro-args.m | 6 +--
test/Index/get-cursor.cpp | 54 +++++++++++-----------
test/Preprocessor/ignore-pragmas.c | 10 ++--
unittests/Tooling/TestVisitor.h | 1 +
unittests/libclang/LibclangTest.cpp | 4 +-
24 files changed, 155 insertions(+), 58 deletions(-)
create mode 100644 test/Driver/Inputs/stdc-predef/usr/include/stdc-predef.h
create mode 100644 test/Driver/stdc-predef.c
create mode 100644 test/Driver/stdc-predef.i
--
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 70da62082 [ELF] Improve comments in aarch64 errata fix test [NFC]
new 9c92b5cc0 Create reserved symbols early so they can be versioned.
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/Driver.cpp | 9 +++++++++
ELF/Writer.cpp | 29 +++++++++++++++------------
ELF/Writer.h | 1 +
test/ELF/linkerscript/version-linker-symbol.s | 28 ++++++++++++++++++++++++++
4 files changed, 54 insertions(+), 13 deletions(-)
create mode 100644 test/ELF/linkerscript/version-linker-symbol.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 gcc-7-branch
in repository gcc.
from 91a76a7ab59 Daily bump.
new e6337d06550 Backported 'Fix wrong code by arm_final_prescan with fp16 m [...]
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 | 7 +++++++
gcc/config/arm/vfp.md | 5 ++++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/arm/armv8_2-fp16-move-2.c | 11 +++++++++++
4 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/arm/armv8_2-fp16-move-2.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 4feece42890 [GlobalISel] Disable GISel for big endian.
new 4b6a0ab74e1 Normalize line endings. 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/Target/X86/X86InstrExtension.td | 60 ++++++++++++++++++-------------------
1 file changed, 30 insertions(+), 30 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 hjl/cet/master
in repository glibc.
discards 95b620d819 x86: Check GNU_PROPERTY_X86_FEATURE_1_SHSTK isn't set
discards ce5b2a948d Linux/x86: Support shadow stack pointer in setjmp/longjmp
discards 6f7c383fd6 x86: Support IBT and SHSTK in Intel CET [BZ #21598]
discards 6c48e554a2 x86: Add feature_1 to tcbhead_t [BZ #22563]
discards c05d4fb7e9 Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]
discards a7f412f14c string: Replace = with += in CFLAGS-tst-xbzero-opt.c
new e70c6fee46 string: Replace = with += in CFLAGS-xxx.c
new c065953fd4 Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
new 7b05475028 Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]
new 6d71f36f60 x86: Add feature_1 to tcbhead_t [BZ #22563]
new 0b4c825eca x86: Support IBT and SHSTK in Intel CET [BZ #21598]
new 7cf5b4279d Linux/x86: Support shadow stack pointer in setjmp/longjmp
new 4be8268bd6 x86: Check GNU_PROPERTY_X86_FEATURE_1_SHSTK isn't set
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (95b620d819)
\
N -- N -- N refs/heads/hjl/cet/master (4be8268bd6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 7 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 | 12 +++++
argp/Makefile | 6 +--
crypt/Makefile | 6 +--
debug/Makefile | 108 +++++++++++++++++++++----------------------
dirent/Makefile | 8 ++--
elf/Makefile | 44 +++++++++---------
grp/Makefile | 18 ++++----
gshadow/Makefile | 14 +++---
iconv/Makefile | 16 +++----
inet/Makefile | 60 ++++++++++++------------
intl/Makefile | 16 +++----
io/Makefile | 52 ++++++++++-----------
libio/Makefile | 118 +++++++++++++++++++++++------------------------
locale/Makefile | 8 ++--
login/Makefile | 6 +--
malloc/Makefile | 4 +-
math/Makefile | 84 +++++++++++++++++-----------------
misc/Makefile | 54 +++++++++++-----------
nptl/Makefile | 124 +++++++++++++++++++++++++-------------------------
nscd/Makefile | 10 ++--
posix/Makefile | 44 +++++++++---------
pwd/Makefile | 8 ++--
resolv/Makefile | 2 +-
rt/Makefile | 10 ++--
shadow/Makefile | 14 +++---
signal/Makefile | 12 ++---
stdio-common/Makefile | 24 +++++-----
stdlib/Makefile | 26 +++++------
string/Makefile | 16 +++----
sunrpc/Makefile | 36 +++++++--------
sysvipc/Makefile | 4 +-
termios/Makefile | 2 +-
time/Makefile | 10 ++--
timezone/Makefile | 4 +-
wcsmbs/Makefile | 40 ++++++++--------
35 files changed, 516 insertions(+), 504 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.