This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0e4d5fc86e [NFC]Convert Class to use member initialization instead of inline.
new 1084e05342 [clang-format] Refactor #include insertion/deletion function [...]
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 | 354 ++++++++++++++++++++++++++++-----------
unittests/Format/CleanupTest.cpp | 86 ++++++++--
2 files changed, 326 insertions(+), 114 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 dbaf52b13f0 [AArch64] Add missing testcase for r331522
new 671262c2c32 [LoopIdiomRecognize] Don't create an IRBuilder just to call [...]
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/LoopIdiomRecognize.cpp | 4 ++--
1 file changed, 2 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 1f438297062 Object: The default alignment of a section without alignmen [...]
new 5646bfe92b7 [llvm-mca] Add descriptive names for the TimelineView repor [...]
new dbaf52b13f0 [AArch64] Add missing testcase for r331522
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:
test/CodeGen/AArch64/arm64-neon-mul-div-cte.ll | 79 ++++++++++++++++++++++++++
tools/llvm-mca/TimelineView.cpp | 16 +++---
tools/llvm-mca/TimelineView.h | 10 ++++
3 files changed, 97 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/AArch64/arm64-neon-mul-div-cte.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 binutils-gdb.
from 69b6ecb049 Remove a cleanup from remote.c
new 2be4d7f0e0 [spu] Fix build break
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:
gdb/ChangeLog | 4 ++++
gdb/spu-linux-nat.c | 4 ++--
2 files changed, 6 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from ae24703 jenkins-helpers.sh: Unify and fix handling of error messages
new 027443b start-container-docker.sh: Make friendlier to running outside [...]
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:
jenkins-helpers.sh | 5 +++++
start-container-docker.sh | 19 +++++--------------
2 files changed, 10 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 86d64bb tcwg-update-snapshots_ref.sh: Define input variables.
new ae24703 jenkins-helpers.sh: Unify and fix handling of error messages
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:
jenkins-helpers.sh | 6 +++---
1 file changed, 3 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-8-branch
in repository gcc.
from b673a0a5c6c [AArch64] PR target/85512: Tighten SIMD right shift immedia [...]
new 1abefaf006d PR go/85630 * Makefile.am (CHECK_ENV): Set GOCACHE. (ECH [...]
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:
gotools/ChangeLog | 7 +++++++
gotools/Makefile.am | 4 +++-
gotools/Makefile.in | 6 ++++--
3 files changed, 14 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 clang-tools-extra.
from 0d5dc6a6 Simplify test clang-tidy-__clang_analyzer__macro.cpp
new a2e5f696 [clang-doc] Attaching a name to reference data
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:
clang-doc/BitcodeWriter.cpp | 109 +++++++++++-----------------
clang-doc/BitcodeWriter.h | 31 ++++----
clang-doc/Representation.h | 71 +++++++++---------
clang-doc/Serialize.cpp | 81 ++++++++++++---------
test/clang-doc/mapper-class-in-class.cpp | 19 +++--
test/clang-doc/mapper-class-in-function.cpp | 24 ++++--
test/clang-doc/mapper-class.cpp | 6 +-
test/clang-doc/mapper-comments.cpp | 29 +++++---
test/clang-doc/mapper-enum.cpp | 18 ++---
test/clang-doc/mapper-function.cpp | 20 +++--
test/clang-doc/mapper-method.cpp | 42 +++++++----
test/clang-doc/mapper-namespace.cpp | 2 +-
test/clang-doc/mapper-struct.cpp | 14 ++--
test/clang-doc/mapper-union.cpp | 26 ++++---
14 files changed, 267 insertions(+), 225 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 c0d9a0b316b obj2yaml: Correctly round-trip default alignment.
new 1f438297062 Object: The default alignment of a section without alignmen [...]
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/COFF.h | 5 +++--
1 file changed, 3 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 lld.
from e8e0777dc [PPC64] Remove support for ELF V1 ABI in LLD - buildbot fix
new cd60a0adc Object: The default alignment of a section without alignment [...]
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/COFF/combined-resources.test | 216 +++++++++++++++++++-------------------
test/COFF/default-alignment.test | 21 ++++
test/COFF/manifestinput.test | 2 +-
test/COFF/resource.test | 10 +-
4 files changed, 135 insertions(+), 114 deletions(-)
create mode 100644 test/COFF/default-alignment.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.