This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5e86c2a cmake: Make /usr/share/cmake installable with LLVM_DISTRIBUTI [...]
new 8d98044 [SelectionDAG] Update ComputeNumSignBits SRA/SHL handlers to [...]
new 10310d2 Fix regression from my recent GlobalsAA fix.
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/Analysis/GlobalsModRef.cpp | 4 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 13 +++---
.../GlobalsModRef/global-used-by-global.ll | 54 ++++++++++++++++++++++
test/CodeGen/X86/vector-blend.ll | 10 +---
4 files changed, 66 insertions(+), 15 deletions(-)
create mode 100644 test/Analysis/GlobalsModRef/global-used-by-global.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 lldb.
from ff76abd Use shorter names in TestConcurrentEvents tests
new 2dc4d65 remove xfail from TestObjCNewSyntax.py test_expr_gmodules()
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:
.../lldbsuite/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py | 4 ----
1 file changed, 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 clang.
from aab8779 CodeGen: remove incorrect temporary Twine
new eacb0a6 [Sema][ObjC] Warn about implicitly autoreleasing out-paramete [...]
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/Basic/DiagnosticGroups.td | 1 +
include/clang/Basic/DiagnosticSemaKinds.td | 10 ++++++++++
lib/Sema/SemaExpr.cpp | 17 +++++++++++++++++
test/SemaObjC/arc.m | 9 ++++++++-
4 files changed, 36 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 aa45092 nother additional error check for an invalid Mach-O file when [...]
new 39e13bb Use MachineInstr::mop_iterator instead of MIOperands; NFC
new 5e86c2a cmake: Make /usr/share/cmake installable with LLVM_DISTRIBUTI [...]
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:
cmake/modules/CMakeLists.txt | 16 ++++++++++--
lib/CodeGen/MachinePipeliner.cpp | 12 ++++-----
lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 34 +++++++++++++-------------
lib/Target/Hexagon/HexagonGenInsert.cpp | 6 ++---
lib/Target/Hexagon/HexagonGenMux.cpp | 8 +++---
lib/Target/Hexagon/HexagonGenPredicate.cpp | 6 ++---
lib/Target/Hexagon/HexagonHazardRecognizer.cpp | 6 ++---
7 files changed, 50 insertions(+), 38 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 0fdad65 2016-10-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 677614d 2016-10-24 Jerry DeLisle <jvdelisle(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 | 7 +++++++
gcc/fortran/ioparm.def | 6 ++----
gcc/fortran/libgfortran.h | 4 ++--
gcc/testsuite/gfortran.dg/streamio_17.f90 | 12 ++++++++++++
libgfortran/ChangeLog | 9 +++++++++
libgfortran/io/io.h | 24 ++++++++++++------------
libgfortran/io/transfer.c | 9 +--------
libgfortran/libtool-version | 2 +-
8 files changed, 46 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/streamio_17.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 98103e4 2016-10-24 Paul Thomas <pault(a)gcc.gnu.org>
new 87fb47b 2016-10-24 Steven G. Kargl <kargl(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 | 6 ++++++
gcc/fortran/interface.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr71895.f90 | 10 ++++++++++
4 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71895.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 clang.
from 7d8886e CodeGen: centralise label construction for method lists
new 136b73a Fix test on non-X86 platforms
new aab8779 CodeGen: remove incorrect temporary Twine
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/CodeGen/CGObjCMac.cpp | 4 ++--
test/CodeGen/builtins.c | 5 +++++
2 files changed, 7 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 glibc.
from 2152cf7 Fix Linux sh4 pread/pwrite argument passing
new 20973cf * sysdeps/unix/sysv/linux/fxstat.c: Remove useless cast. * [...]
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 | 9 +++++++++
sysdeps/unix/sysv/linux/fxstat.c | 2 +-
sysdeps/unix/sysv/linux/i386/fxstat.c | 2 +-
sysdeps/unix/sysv/linux/i386/lxstat.c | 2 +-
sysdeps/unix/sysv/linux/i386/xstat.c | 2 +-
sysdeps/unix/sysv/linux/lxstat.c | 2 +-
sysdeps/unix/sysv/linux/xstat.c | 2 +-
7 files changed, 15 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 e83b8be Use SDValue::getConstantOperandVal() helper. NFCI.
new aa45092 nother additional error check for an invalid Mach-O file when [...]
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/Object/MachO.h | 6 +++--
include/llvm/Object/ObjectFile.h | 4 ++-
lib/Object/MachOObjectFile.cpp | 35 +++++++++++++++++++++------
lib/Object/MachOUniversal.cpp | 10 +++++---
test/Object/Inputs/macho-invalid-fat_cputype | Bin 0 -> 56 bytes
test/Object/macho-invalid.test | 3 +++
6 files changed, 44 insertions(+), 14 deletions(-)
create mode 100644 test/Object/Inputs/macho-invalid-fat_cputype
--
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 0ca81d1 [pbqp] Delete some dead code, NFC.
new ea1ab92 [pbqp] unique_ptr-ify (Vector|Matrix)::Data, NFC.
new e83b8be Use SDValue::getConstantOperandVal() helper. NFCI.
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/PBQP/Math.h | 96 +++++++++++++++----------------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 +-
2 files changed, 48 insertions(+), 54 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.