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 6763d56 Fix changelog
new bac13b9 Automatic date update in version.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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-7.11-branch
in repository binutils-gdb.
from e4c5604 Automatic date update in version.in
new 8734056 Automatic date update in version.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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_26-branch
in repository binutils-gdb.
from c72c2a7 Automatic date update in version.in
new a70fac6 Automatic date update in version.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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 3b9f318 2016-06-27 François Dumont <fdumont(a)gcc.gnu.org>
new b136c80 [gcc] 2016-06-27 Michael Meissner <meissner(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/config/rs6000/rs6000.md | 141 ++++++++++++++++++++++++++
gcc/config/rs6000/vsx.md | 24 ++++-
gcc/testsuite/gcc.target/powerpc/p9-fpcvt-1.c | 17 ++++
gcc/testsuite/gcc.target/powerpc/p9-fpcvt-2.c | 19 ++++
4 files changed, 200 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-fpcvt-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-fpcvt-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 5e49c0d Fix typo.
new 77e1655 [PM] Improve the debugging and logging facilities of the CGSC [...]
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/Analysis/CGSCCPassManager.h | 40 +++++++++++++--------
include/llvm/Analysis/LazyCallGraph.h | 61 +++++++++++++++++++++-----------
lib/Analysis/LazyCallGraph.cpp | 53 +++++++++++++++++++++++++++
lib/Passes/PassBuilder.cpp | 9 ++---
test/Other/new-pass-manager.ll | 1 +
5 files changed, 125 insertions(+), 39 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 bf8070b [CFLAA] Make MSVC happy. NFC.
new d980ed0 Move shouldAssumeDSOLocal to Target.
new 5e49c0d Fix typo.
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/Analysis.h | 3 --
include/llvm/Target/TargetMachine.h | 2 ++
lib/CodeGen/Analysis.cpp | 42 --------------------------
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 +--
lib/Target/AArch64/AArch64Subtarget.cpp | 3 +-
lib/Target/ARM/ARMFastISel.cpp | 5 +--
lib/Target/ARM/ARMISelLowering.cpp | 10 ++----
lib/Target/ARM/ARMSubtarget.cpp | 2 +-
lib/Target/Hexagon/HexagonISelLowering.cpp | 3 +-
lib/Target/Mips/MipsISelLowering.cpp | 2 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 4 +--
lib/Target/PowerPC/PPCSubtarget.cpp | 3 +-
lib/Target/SystemZ/SystemZISelLowering.cpp | 3 +-
lib/Target/SystemZ/SystemZSubtarget.cpp | 3 +-
lib/Target/SystemZ/SystemZSubtarget.h | 3 +-
lib/Target/TargetMachine.cpp | 47 ++++++++++++++++++++++++++++-
lib/Target/X86/X86Subtarget.cpp | 5 ++-
17 files changed, 64 insertions(+), 80 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 30fdb76 Change PlatformDarwinKernel::GetSharedModule to be a little m [...]
new a3719f9 fix invalid assumption about the executable module in Target: [...]
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/functionalities/inferior-changed/TestInferiorChanged.py | 1 +
source/Target/Target.cpp | 2 +-
2 files changed, 2 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 27a476b [MC] Garbage collect dead API: createELFObjectTargetWriter().
new bf8070b [CFLAA] Make MSVC happy. 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:
lib/Analysis/CFLAliasAnalysis.cpp | 4 +++-
1 file changed, 3 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 lldb.
from c9470cc Improve watchpoint error reporting specially for arm/aarch64 targets
new 30fdb76 Change PlatformDarwinKernel::GetSharedModule to be a little 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:
.../Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.