This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 14b34de [MC] Refactor emitELFSize to make usage more consistent. NFC.
new c7cf225 [AArch64] Fold more spilled/refilled COPYs.
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/AArch64/AArch64InstrInfo.cpp | 46 ++++++++++++++-----
test/CodeGen/AArch64/spill-fold.ll | 78 +++++++++++++++++++++++++++++++++
test/CodeGen/AArch64/zero-reg.ll | 54 -----------------------
3 files changed, 114 insertions(+), 64 deletions(-)
create mode 100644 test/CodeGen/AArch64/spill-fold.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 clang.
from 5ca7f42 Extend CompilationDatabase by a field for the output filename
new 21dddd9 [libclang] Add APIs to check the result of an integer express [...]
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-c/Index.h | 21 ++++++++++++++++++++-
test/Index/evaluate-cursor.cpp | 14 ++++++++++++++
tools/c-index-test/c-index-test.c | 10 ++++++++--
tools/libclang/CIndex.cpp | 39 ++++++++++++++++++++++++++++++++++++---
tools/libclang/libclang.exports | 3 +++
5 files changed, 81 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 a11b564 llvm-modextract: Call keep() on the output stream before exiting.
new 14b34de [MC] Refactor emitELFSize to make usage more consistent. NFC.
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/MC/MCELFStreamer.h | 2 +-
include/llvm/MC/MCStreamer.h | 2 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 8 +++-----
lib/MC/MCAsmStreamer.cpp | 4 ++--
lib/MC/MCELFStreamer.cpp | 4 ++--
lib/MC/MCStreamer.cpp | 2 +-
lib/Target/XCore/XCoreAsmPrinter.cpp | 3 +--
7 files changed, 11 insertions(+), 14 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.
from bef1cdf Add a space in a run line. NFC.
new 5ca7f42 Extend CompilationDatabase by a field for the output filename
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:
docs/JSONCompilationDatabase.rst | 3 +++
include/clang/Tooling/CompilationDatabase.h | 8 ++++++--
include/clang/Tooling/JSONCompilationDatabase.h | 8 +++++---
lib/Tooling/CompilationDatabase.cpp | 3 ++-
lib/Tooling/JSONCompilationDatabase.cpp | 10 ++++++++--
unittests/Tooling/CompilationDatabaseTest.cpp | 8 +++++++-
6 files changed, 31 insertions(+), 9 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 c31c930 [ARM] Fix for 64-bit CAS expansion on ARM32 with -O0
new a11b564 llvm-modextract: Call keep() on the output stream before exiting.
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/tools/llvm-modextract/single.ll | 5 +++++
tools/llvm-modextract/llvm-modextract.cpp | 2 ++
2 files changed, 7 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 glibc.
from 2314a29 Add missing hidden_def (__sigsetjmp).
new 6dc0741 Make ldbl-128 getpayload, setpayload functions use _Float128.
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 ++++
sysdeps/ieee754/ldbl-128/s_getpayloadl.c | 6 +++---
sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c | 2 +-
3 files changed, 8 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 efbca99 * config/acx.m4: Change "tail +16c" to "tail -c +17". * con [...]
new 8208bd7 2016-12-01 Elizebeth Punnoose <elizebeth.punnoose(a)hpe.com>
new f2b9ddf PR tree-optimization/78586 * gimple-ssa-sprintf.c (format_i [...]
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 | 8 ++++++++
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-array.c | 25 +++++++++++++++++++++++
gcc/gimple-ssa-sprintf.c | 30 +++++++++++-----------------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/char_length_20.f90 | 13 ++++++++++++
gcc/testsuite/gfortran.dg/char_length_21.f90 | 11 ++++++++++
7 files changed, 81 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/char_length_20.f90
create mode 100644 gcc/testsuite/gfortran.dg/char_length_21.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 gcc-5-branch
in repository gcc.
from d5ab551 2016-12-01 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 18663c5 2016-12-01 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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 | 8 ++++++++
gcc/config/rs6000/rs6000.c | 2 +-
2 files changed, 9 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 llvm.
from c139fdb RegisterCoalscer: Only coalesce complete reserved registers.
new bc5dae7 Revert "[SLP] Fix for PR6246: vectorization for scalar ops on [...]
new c31c930 [ARM] Fix for 64-bit CAS expansion on ARM32 with -O0
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/Target/ARM/ARMExpandPseudoInsts.cpp | 11 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 138 ++++++++--------
test/CodeGen/ARM/cmpxchg-O0.ll | 8 +-
.../X86/insert-element-build-vector.ll | 176 +++++++++++++--------
4 files changed, 188 insertions(+), 145 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 a92b999 * es.po: Update.
new dc2c06c gcc/ChangeLog:
new efbca99 * config/acx.m4: Change "tail +16c" to "tail -c +17". * con [...]
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:
ChangeLog | 5 +++++
config/acx.m4 | 2 +-
configure | 2 +-
gcc/ChangeLog | 8 ++++++++
gcc/config/rs6000/vsx.md | 8 ++++----
5 files changed, 19 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.