This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 97661f7 Remove unnecessary const_canst. NFC.
new f6e76fe [Writer] Rename variables to reflect reality. 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:
ELF/Writer.cpp | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 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 d121635 Remove InstructionCombining and its related pass from sample [...]
new 13934c8 [OpenCL] Allow half type kernel argument when cl_khr_fp16 is enabled
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/Sema/SemaDecl.cpp | 16 +++++++++++-----
test/SemaOpenCL/half.cl | 7 +++++++
test/SemaOpenCL/invalid-kernel-parameters.cl | 5 ++++-
3 files changed, 22 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 gcc.
from f2e5244 gcc/testsuite * gcc.dg/vect/pr57558-1.c: Use unsigned int i [...]
new 36b22a1 libstdc++/77645 fix deque and vector xmethods for Python 3
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 6 +++---
2 files changed, 8 insertions(+), 3 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 gcc-6-branch
in repository gcc.
from ba9d27d libstdc++/77645 Fix xmethods for std::list
new b742430 libstdc++/77645 fix deque and vector xmethods for Python 3
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 6 +++---
2 files changed, 8 insertions(+), 3 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 gcc-5-branch
in repository gcc.
from 359e56c Daily bump.
new 1a87562 libstdc++/77645 fix deque and vector xmethods for Python 3
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 6 +++---
2 files changed, 10 insertions(+), 3 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 ba3d957 Only set branch weight during sample pgo annotation when max_ [...]
new b073196 LiveRangeCalc: Fix reporting of invalid vreg usage in livenes [...]
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/CodeGen/LiveRangeCalc.cpp | 6 +++---
test/CodeGen/X86/invalid-liveness.mir | 31 +++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/invalid-liveness.mir
--
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 762c25f Fix boolean logic error in BreakpointID.
new f26f593 Xcode: support gtests that use the Inputs dir
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:
lldb.xcodeproj/project.pbxproj | 194 +++++++++++++++++++--------------
scripts/Xcode/prepare-gtest-run-dir.sh | 10 ++
2 files changed, 125 insertions(+), 79 deletions(-)
create mode 100755 scripts/Xcode/prepare-gtest-run-dir.sh
--
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 release/2.24/master
in repository glibc.
from e591222 NaCl: Fix libc.abilist missing GLIBC_2.24 A.
new 66b8f3d powerpc: Fix POWER9 implies
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 | 8 ++++++++
sysdeps/powerpc/powerpc32/power9/multiarch/Implies | 2 +-
sysdeps/powerpc/powerpc64/power9/fpu/Implies | 1 -
3 files changed, 9 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 llvm.
from 625183d Use call target count to derive the call instruction weight
new ba3d957 Only set branch weight during sample pgo annotation when max_ [...]
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/Transforms/IPO/SampleProfile.cpp | 26 +++++++++++++++-----------
test/Transforms/SampleProfile/fnptr.ll | 13 +++++--------
2 files changed, 20 insertions(+), 19 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 aaf7d5f [simplify-rtx] (GTU (PLUS a C) (C - 1)) --> (LTU a -C)
new f2e5244 gcc/testsuite * gcc.dg/vect/pr57558-1.c: Use unsigned int i [...]
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/vect/pr57558-1.c | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.