This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 60418b1 Add support for using armv7 compact unwind information as an [...]
new 46cf3e4 Make lldbinline.py regenerate the Makefile each time it builds.
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:
.../data-formatter/dump_dynamic/Makefile | 11 +++++-----
.../data-formatter/setvaluefromcstring/Makefile | 11 +++++++++-
.../data-formatter/stringprinter/Makefile | 11 +++++-----
.../data-formatter/typedef_array/Makefile | 9 ++++++++
.../lldbsuite/test/lang/c/struct_types/Makefile | 9 ++++++++
.../lldbsuite/test/lang/cpp/const_this/Makefile | 5 +++++
.../lldbsuite/test/lang/cpp/extern_c/Makefile | 10 +++++++++
.../test/lang/objc/objc-runtime-ivars/Makefile | 9 +++++++-
packages/Python/lldbsuite/test/lldbinline.py | 24 +++++++++++++++++-----
.../test/python_api/sbvalue_const_addrof/Makefile | 9 ++++++++
10 files changed, 91 insertions(+), 17 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 8e15eca [include-fixer] try to make vim header selection more friendly.
new 862160b Add the misc-misplaced-const check to clang-tidy, which diagn [...]
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/misc/CMakeLists.txt | 1 +
clang-tidy/misc/MiscTidyModule.cpp | 3 ++
clang-tidy/misc/MisplacedConstCheck.cpp | 63 ++++++++++++++++++++++
.../{UnusedRAIICheck.h => MisplacedConstCheck.h} | 17 +++---
docs/clang-tidy/checks/list.rst | 2 +-
docs/clang-tidy/checks/misc-misplaced-const.rst | 21 ++++++++
test/clang-tidy/misc-misplaced-const.c | 45 ++++++++++++++++
test/clang-tidy/misc-misplaced-const.cpp | 37 +++++++++++++
8 files changed, 180 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/misc/MisplacedConstCheck.cpp
copy clang-tidy/misc/{UnusedRAIICheck.h => MisplacedConstCheck.h} (54%)
create mode 100644 docs/clang-tidy/checks/misc-misplaced-const.rst
create mode 100644 test/clang-tidy/misc-misplaced-const.c
create mode 100644 test/clang-tidy/misc-misplaced-const.cpp
--
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 users/palves/detach-gone-thread-wip
in repository binutils-gdb.
from 3eb8f75 fix hang
new 0098f1a delete previous test
new 88366f5 Test for detach problem
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:
...ach-gone-thread.c => detach-gone-thread-fork.c} | 34 ++++-
...h-gone-thread.c => detach-gone-thread-nofork.c} | 4 +-
gdb/testsuite/gdb.threads/detach-gone-thread.exp | 145 +++++++++++++++++++--
3 files changed, 163 insertions(+), 20 deletions(-)
copy gdb/testsuite/gdb.threads/{detach-gone-thread.c => detach-gone-thread-fork.c} (61%)
rename gdb/testsuite/gdb.threads/{detach-gone-thread.c => detach-gone-thread-nofor [...]
--
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 dc6c68e [utils/lit] Show available_features with --show-suites.
new f323692 Reapply [AArch64] Fix isLegalAddImmediate() to return true fo [...]
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/AArch64/AArch64ISelLowering.cpp | 7 +++--
test/CodeGen/AArch64/neg-imm.ll | 46 ++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/neg-imm.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 llvm.
from 54dfe5f Quick fix for the test from rL272014 "[LAA] Improve non-wrapp [...]
new 89f76ce [lit] Improve logging with file redirection.
new dc6c68e [utils/lit] Show available_features with --show-suites.
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:
utils/lit/lit/TestRunner.py | 36 +++++++++++++++++++---
utils/lit/lit/main.py | 3 ++
.../tests/Inputs/shtest-output-printing/basic.txt | 2 +-
utils/lit/tests/shtest-output-printing.py | 8 +++--
utils/lit/tests/shtest-shell.py | 2 +-
5 files changed, 42 insertions(+), 9 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 compiler-rt.
from 82b0680 [sanitizer] Fix build for new GLIBC msghdr/cmsghdr definition
new a83a462 [asan] make print_memory_profile_test more reliable by using [...]
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/asan/TestCases/Linux/print_memory_profile_test.cc | 12 ++++++------
1 file changed, 6 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 binutils-gdb.
from 1aec0b6 mi/mi-interp.c: Add missing braces
new 3b67f09 bfd/s390: Misc minor fixes.
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 | 8 ++++++++
bfd/elf32-s390.c | 2 +-
bfd/elf64-s390.c | 8 ++++----
3 files changed, 13 insertions(+), 5 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.
Peter Smith pushed a change to branch linaro-local/InitialThumbSupport
in repository toolchain/llvm/lld.
discards cb5d1bb Add support for the static Thumb relocations that are present [...]
new 88e473e Add support for the static Thumb relocations that are present [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (cb5d1bb)
\
N -- N -- N refs/heads/linaro-local/InitialThumbSupport (88e473e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/Target.cpp | 58 ++++++++++++++++++++++-----------------------
test/ELF/arm-thumb-branch.s | 20 +++++++++++++++-
2 files changed, 48 insertions(+), 30 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 hjl/erms/2.23
in repository glibc.
from 9e1ddc1 X86-64: Add dummy memcopy.h and wordcopy.c
new 601a5ed Detect Intel Goldmont and Airmont processors
new a295742 Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86
new 9faebb6 Remove x86 ifunc-defines.sym and rtld-global-offsets.sym
new 9c7a58e Support non-inclusive caches on Intel processors
new 2af76a7 Call init_cpu_features only if SHARED is defined
new 5531ff0 Remove alignments on jump targets in memset
new 4c197f7 Check the HTT bit before counting logical threads
new 756fa39 Correct Intel processor level type mask from CPUID
new 5879566 Remove special L2 cache case for Knights Landing
new 5a4f524 Count number of logical processors sharing L2 cache
The 10 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:
sysdeps/i386/cacheinfo.c | 2 +-
sysdeps/i386/dl-machine.h | 4 +
sysdeps/i386/i686/multiarch/Makefile | 1 -
sysdeps/i386/i686/multiarch/ifunc-defines.sym | 19 --
sysdeps/x86/Makefile | 2 +-
sysdeps/{x86_64 => x86}/cacheinfo.c | 244 ++++++++++++++-------
sysdeps/x86/cpu-features-offsets.sym | 16 ++
sysdeps/x86/cpu-features.c | 8 +
sysdeps/x86/cpu-features.h | 6 +-
sysdeps/x86/rtld-global-offsets.sym | 7 -
sysdeps/x86_64/dl-machine.h | 4 +
sysdeps/x86_64/multiarch/Makefile | 1 -
sysdeps/x86_64/multiarch/ifunc-defines.sym | 20 --
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 37 +---
14 files changed, 213 insertions(+), 158 deletions(-)
delete mode 100644 sysdeps/i386/i686/multiarch/ifunc-defines.sym
rename sysdeps/{x86_64 => x86}/cacheinfo.c (79%)
delete mode 100644 sysdeps/x86/rtld-global-offsets.sym
delete mode 100644 sysdeps/x86_64/multiarch/ifunc-defines.sym
--
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-4_9-branch
in repository gcc.
from f15ba4c Daily bump.
new 6174fbf PR target/71389 * config/i386/i386.c (ix86_avx256_split_vec [...]
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 | 13 ++++++++++---
gcc/config/i386/i386.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr71389.C | 23 +++++++++++++++++++++++
4 files changed, 40 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr71389.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.