This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3f69420 Test commit of vbyakovl.
new c2f9232 [X86][AVX512][Clang] Add support for mask_{move|store|load}_s [...]
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/BuiltinsX86.def | 6 +-
lib/CodeGen/CGBuiltin.cpp | 8 +++
lib/Headers/avx512fintrin.h | 101 ++++++++++++++++++++++++----
test/CodeGen/avx512f-builtins.c | 128 +++++++++++++++++++++++++++++++++---
4 files changed, 218 insertions(+), 25 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 binutils-gdb.
from 20955db Fix indentation
new 089e371 Greatly improve the speed if looking up DWARF line number inf [...]
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/ChangeLog | 22 ++++
bfd/dwarf2.c | 377 +++++++++++++++++++++++++++++++++++++++++++++-------------
2 files changed, 317 insertions(+), 82 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 b705b10 [clang-tidy] clang-analyzer-alpha* checks are not registered, [...]
new 5be0b2a [clang-tidy] Improve rename_check.py.
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-tidy/rename_check.py | 61 +++++++++++++++++++++++++++++-----------------
1 file changed, 38 insertions(+), 23 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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe-tests.
from d865b93 Make own clone of abe.git if --abe-path is not set.
new 9f24698 Put manifest parser into separate function
new e7390c7 Remove global variables used to store parsed manifest.
new 8e77211 Tie error handling to manifest hash.
new c083a12 Add --output-normalized option.
new 0df4c33 Add compare_manifests.pl.
new 13f6ead Add manifest validation to checkout tests.
The 6 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:
compare-manifests.pl | 59 ++++++++
test-checkout.sh | 49 ++++++-
validate-manifest.pl | 390 ++++++++++++++++++++++++++++++---------------------
3 files changed, 333 insertions(+), 165 deletions(-)
create mode 100755 compare-manifests.pl
--
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 9dc193c Check for truncated registers in process_g_packet
new 20955db Fix indentation
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/rust-lang.c | 6 +++---
2 files changed, 7 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 20b341a Fix memory leaks (coverity issues 1365586 & 1365591)
new 0a1b0ce Adds the loop end location to the loop metadata.
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/LoopInfo.h | 24 ++++++++++++++++++++++++
lib/Analysis/LoopInfo.cpp | 31 ++++++++++++++++++++++++-------
2 files changed, 48 insertions(+), 7 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 19cccee [ELF] Heuristic for placing orphan section
new bb7e17b [ELF] Test case update (orphan.s)
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/ELF/linkerscript/orphan.s | 7 +++++++
1 file changed, 7 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 lld.
from 78c0fd5 [ELF] - Fixed mistype. NFC.
new 19cccee [ELF] Heuristic for placing orphan section
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 | 57 ++++++++++++++++++++++++-----
test/ELF/linkerscript/orphan.s | 29 +++++++++++++++
test/ELF/linkerscript/sections-constraint.s | 2 +-
3 files changed, 77 insertions(+), 11 deletions(-)
create mode 100644 test/ELF/linkerscript/orphan.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 clang.
from bfd8fbd Add a method to get the list of registered static analyzer checkers.
new 3f69420 Test commit of vbyakovl.
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/SemaType.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 binutils-gdb.
from ec7b600 Automatic date update in version.in
new 9dc193c Check for truncated registers in process_g_packet
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 | 5 +++++
gdb/remote.c | 20 +++++++++++++++++---
2 files changed, 22 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.