This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ac4917bc8b clang-format: [JS] fix indenting bound functions.
new ec038a4a53 clang-format: [JS] do not clean up duplicated commas.
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/Format/Format.cpp | 3 +++
unittests/Format/CleanupTest.cpp | 13 +++++++++++--
2 files changed, 14 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 5a31d0a7463 [ARM] GlobalISel: Support array returns
new 1c5b81edd46 [trivial] fix a typo in comment, 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/Transforms/Scalar/SROA.cpp | 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 lld.
from f8db8c328 [lld][ELF]Add option to make .dynamic read only
new 5b25b320f [ELF] - Do not allow -r to eat comdats.
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/InputFiles.cpp | 22 +++++++++++++++------
ELF/InputSection.cpp | 25 ++++++++++++++++++++++++
ELF/InputSection.h | 2 ++
ELF/OutputSections.cpp | 23 +++++++++++++++++++++-
test/ELF/relocatable-comdat.s | 45 +++++++++++++++++++++++++++++++++++++++++++
5 files changed, 110 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/relocatable-comdat.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 master
in repository lldb.
from 74a2691ed Fixing Memory Leak
new 90288301e Added new API to SBStructuredData class
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/lldb/API/SBStructuredData.h | 61 +++++-
include/lldb/Core/StructuredData.h | 86 ++++-----
include/lldb/Core/StructuredDataImpl.h | 73 +++++++-
include/lldb/lldb-enumerations.h | 12 ++
.../sbstructureddata/TestStructuredDataAPI.py | 206 +++++++++++++++++++++
scripts/interface/SBStructuredData.i | 25 ++-
source/API/SBStructuredData.cpp | 44 ++++-
source/API/SBThread.cpp | 11 +-
source/Core/FormatEntity.cpp | 12 +-
source/Core/StructuredData.cpp | 4 +-
source/Target/Thread.cpp | 24 ++-
.../Python/PythonDataObjectsTests.cpp | 9 +-
12 files changed, 483 insertions(+), 84 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/python_api/sbstructureddata/Test [...]
--
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 2f498526c2e [PPC] Fix assertion failure during binary encoding with -mcpu=pwr9
new 5a31d0a7463 [ARM] GlobalISel: Support array returns
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/ARM/ARMCallLowering.cpp | 28 +++++-
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 111 +++++++++++++++++++-----
2 files changed, 112 insertions(+), 27 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-7-branch
in repository gcc.
from 456277a64c4 Daily bump.
new 4a0d33667b0 S/390: Fix PR80725.
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 | 10 ++++++++++
gcc/config/s390/s390.c | 3 +++
gcc/config/s390/s390.md | 10 ++++++----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/s390/pr80725.c | 26 ++++++++++++++++++++++++++
5 files changed, 52 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr80725.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 clang.
from c3646e135e [OpenCL] Test on half immediate support.
new ac4917bc8b clang-format: [JS] fix indenting bound functions.
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/Format/ContinuationIndenter.cpp | 15 +++++++++++++--
unittests/Format/FormatTestJS.cpp | 5 +++++
2 files changed, 18 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 clang.
from 7a4550308b IRGen: Add optnone attribute on function during O0
new c3646e135e [OpenCL] Test on half immediate support.
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/CodeGenOpenCL/half.cl | 17 +++++++++++++++++
1 file changed, 17 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 gcc.
from 831c3f49ec3 2017-05-29 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 80885f4fc0c check_GNU_style_lib.py: Suggest to install all missing pip3 [...]
new 5d952fcda47 check_GNU_style.py: Read stdin if file argument is '-'
new 2377d250bf4 check_GNU_style_lib.py: Fix trailing whitespace check
The 3 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:
contrib/ChangeLog | 19 +++++++++++++++
contrib/check_GNU_style.py | 10 +++++++-
contrib/check_GNU_style_lib.py | 55 ++++++++++++++++++++++++++++++------------
3 files changed, 68 insertions(+), 16 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 0aa64f381a8 [ARM] GlobalISel: Support array parameters/arguments
new 2f498526c2e [PPC] Fix assertion failure during binary encoding with -mcpu=pwr9
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/PowerPC/PPCInstrInfo.cpp | 2 ++
lib/Target/PowerPC/PPCInstrVSX.td | 20 ++++++++++++++++----
2 files changed, 18 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.