This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e6b78fd [RegisterBankInfo] Move to statically allocated RegisterBank.
new c7cbba0 [AVX-512] Add support for commuting VPTERNLOG instructions.
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/X86/MCTargetDesc/X86BaseInfo.h | 10 ++
lib/Target/X86/X86InstrAVX512.td | 6 +-
lib/Target/X86/X86InstrInfo.cpp | 175 +++++++++++++++++++++------
lib/Target/X86/X86InstrInfo.h | 19 +++
test/CodeGen/X86/avx512-vpternlog-commute.ll | 96 +++++----------
5 files changed, 201 insertions(+), 105 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 e9b850b [libFuzzer] add 'features' to the corpus elements, allow muta [...]
new 22bb41e [RegisterBankInfo] Take advantage of the extra argument of Sm [...]
new e6b78fd [RegisterBankInfo] Move to statically allocated RegisterBank.
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:
include/llvm/CodeGen/GlobalISel/RegisterBank.h | 11 +++++----
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 6 ++---
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 15 +++++++-----
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 28 ++++++++++++++++++++++
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 20 +++++++++++++++-
lib/Target/AArch64/AArch64RegisterBankInfo.h | 4 ++++
6 files changed, 69 insertions(+), 15 deletions(-)
create mode 100644 lib/Target/AArch64/AArch64GenRegisterBankInfo.def
--
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 3f3f2cd [libFuzzer] one more test
new e9b850b [libFuzzer] add 'features' to the corpus elements, allow muta [...]
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/Fuzzer/FuzzerCorpus.h | 22 ++++++++++++++--------
lib/Fuzzer/FuzzerDriver.cpp | 2 +-
lib/Fuzzer/FuzzerInternal.h | 2 +-
lib/Fuzzer/FuzzerLoop.cpp | 37 ++++++++++++++++++++++---------------
lib/Fuzzer/FuzzerMutate.cpp | 17 ++++++++++++-----
lib/Fuzzer/FuzzerTracePC.cpp | 4 ++--
lib/Fuzzer/FuzzerTracePC.h | 24 +++++++++++++-----------
lib/Fuzzer/test/FuzzerUnittest.cpp | 2 +-
8 files changed, 66 insertions(+), 44 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 users/palves/cxx-replace-operator-new
in repository binutils-gdb.
discards bdcf3e6 Replace operator new / operator new[]
adds e8eafa2 Automatic date update in version.in
adds 7d5adfe Use 'event_ptid' instead of 'resume_ptid' on startup_inferior [...]
adds a5bf7d4 ld: Extend documentation for EXCLUDE_FILE
adds d4ed4da ld: Fix mistake in ChangeLog
adds 9f7efd5 ppc: Fix record support of Store String Word instructions
adds 12c58cd Avoid -Wduplicated-cond warnings in gdb/python
adds 44b8317 Automatic date update in version.in
adds fc6cda2 Keep reserved bits in CPSR on write
adds 3d0ec88 MIPS/testsuite: mips16-thunks: Use `standard_output_file'
new 1c3e9ee internal-error: Don't crash if called before current_ui is in [...]
new 8f19dae Replace operator new / operator new[]
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 (bdcf3e6)
\
N -- N -- N refs/heads/users/palves/cxx-replace-operator-new (8f19dae)
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 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:
bfd/version.h | 2 +-
gdb/ChangeLog | 23 +++++++++
gdb/Makefile.in | 8 ++-
gdb/aarch32-linux-nat.c | 11 +++-
gdb/common/common-exceptions.h | 20 +++-----
gdb/common/common-new-op.c | 86 ++++++++++++++++++++++++++++++++
gdb/common/common-utils.c | 50 -------------------
gdb/fork-child.c | 4 +-
gdb/gdbserver/ChangeLog | 5 ++
gdb/gdbserver/Makefile.in | 8 ++-
gdb/gdbserver/linux-aarch32-low.c | 4 ++
gdb/python/py-arch.c | 2 +
gdb/python/py-value.c | 2 +
gdb/rs6000-tdep.c | 10 ++--
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.arch/mips16-thunks.exp | 9 ++--
ld/ChangeLog | 5 ++
ld/ld.texinfo | 15 ++++++
18 files changed, 190 insertions(+), 79 deletions(-)
create mode 100644 gdb/common/common-new-op.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 llvm.
from e4977b2 [libFuzzer] add stats to the corpus; more refactoring
new 3f3f2cd [libFuzzer] one more test
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/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/MinimizeCorpusTest.cpp | 28 ++++++++++++++++++++++++++++
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 1 +
3 files changed, 30 insertions(+)
create mode 100644 lib/Fuzzer/test/MinimizeCorpusTest.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 master
in repository lldb.
from 838ae66 Fix typo in lldb --help
new 72fbfcb fix Args function broken in r281942
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:
source/Interpreter/Args.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 glibc.
from 444eacb hurd: Fix stack pointer corruption in syscall
new 17af5da [PR19826] fix non-LE TLS in static programs
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 ++++++++
elf/dl-reloc.c | 6 ++++++
elf/dl-tls.c | 4 ++++
nptl/allocatestack.c | 9 ++++++---
4 files changed, 24 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 glibc.
from e67f54a hurdmalloc: Run fork handler as late as possible [BZ #19431]
new 444eacb hurd: Fix stack pointer corruption in syscall
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 | 1 +
sysdeps/mach/i386/syscall.S | 3 +++
2 files changed, 4 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 libcxx.
from fd4a3f6 Fix signatures of fallback tow(upper|lower)_l.
new 2fffe3a Add missing _v traits. is_bind_expression_v, is_placeholder_v [...]
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/__functional_base | 5 +++
include/functional | 17 ++++++++++
.../func.bind.isbind/is_bind_expression.pass.cpp | 4 +++
.../func.bind.isbind/is_placeholder.pass.cpp | 4 +++
.../allocator.uses.trait/uses_allocator.pass.cpp | 38 +++++++++++++++++-----
5 files changed, 60 insertions(+), 8 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 b67e055 [Sema] Fix PR30481: crash on checking printf args.
new 2c7dd98 [CMake] More robust handling for bootstrap variables
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:
CMakeLists.txt | 6 +++++-
1 file changed, 5 insertions(+), 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 gcc.
from 7af1bad 2016-09-21 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new a953570 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 2a2697d Fix JUMP_LABEL documentation
new 72230eb Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from f8b5351 Fix JUMP_LABEL documentation
new 2bfa768 Daily bump.
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/DATESTAMP | 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 clang.
from 1e04ce1 [CMake] Check if passthrough variables are defined
new b67e055 [Sema] Fix PR30481: crash on checking printf args.
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/SemaChecking.cpp | 4 ++--
test/Sema/format-strings.c | 5 +++++
2 files changed, 7 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 31da3f2 Add myself as a write-after-approval GDB maintainer
new 1e0baa1 Automatic date update in version.in
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/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from 61f97a2 Keep reserved bits in CPSR on write
new 96825e8 Automatic date update in version.in
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/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from 53ca938 Automatic date update in version.in
new 61d3dda Automatic date update in version.in
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/version.h | 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 glibc.
from 87ab10d [soft-fp] Add support for various half-precision conversion r [...]
new e67f54a hurdmalloc: Run fork handler as late as possible [BZ #19431]
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 | 17 +++++++++++++++++
hurd/hurdmalloc.c | 15 ++++++---------
hurd/hurdmalloc.h | 4 ++++
sysdeps/mach/hurd/fork.c | 15 +++++++++------
4 files changed, 36 insertions(+), 15 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 lldb.
from 29b9a82 Fix for loop sign fix in r282112 for column = 0
new 838ae66 Fix typo in lldb --help
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:
tools/driver/Driver.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 clang.
from 29d34c9 [CMake] Pass CLANG_VERSION_* variables into later stages
new 1e04ce1 [CMake] Check if passthrough variables are defined
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:
CMakeLists.txt | 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 users/palves/user-context-selection-for-simon
in repository binutils-gdb.
at a34c6b3 fix-test-sleep
This branch includes the following new commits:
new 1a0be88 Emit inferior, thread and frame selection events to all UIs
new d289fba Add test for user context selection sync
new a34c6b3 fix-test-sleep
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.
--
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 ecdd589 =delete the StringRef(nullptr_t) constructor.
new e4977b2 [libFuzzer] add stats to the corpus; more refactoring
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/Fuzzer/FuzzerCorpus.h | 24 +++++++++++++++--------
lib/Fuzzer/FuzzerDefs.h | 3 ++-
lib/Fuzzer/FuzzerDriver.cpp | 11 +++++++----
lib/Fuzzer/FuzzerFlags.def | 2 ++
lib/Fuzzer/FuzzerInternal.h | 15 +++++---------
lib/Fuzzer/FuzzerLoop.cpp | 40 ++++++++++++++++----------------------
lib/Fuzzer/FuzzerMutate.cpp | 1 -
lib/Fuzzer/FuzzerOptions.h | 1 +
lib/Fuzzer/FuzzerUtil.cpp | 2 +-
lib/Fuzzer/test/FuzzerUnittest.cpp | 3 ++-
10 files changed, 53 insertions(+), 49 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 zorg.
from 8a1434a Fix a couple of small spelling/grammar nits. NFC
new 3be3ef4 Ensure that check-cfi dependencies are built correctly when t [...]
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:
zorg/buildbot/builders/sanitizers/buildbot_cmake.sh | 4 +++-
1 file changed, 3 insertions(+), 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 lldb.
from 3679175 Fix integer sign warning from r282105
new d0a9a14 Fix an incorrect nullptr conversion.
new 29b9a82 Fix for loop sign fix in r282112 for column = 0
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:
source/Core/SourceManager.cpp | 2 +-
source/Interpreter/Args.cpp | 2 +-
2 files 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 lld.
from 439093a Implement ONLY_IF_RO/ONLY_IF_RW like bfd.
new 521eb5b Once more unto the strict weak ordering, once more.
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 | 91 ++++++++++++++++++++++++++++-------
test/ELF/linkerscript/sections-sort.s | 29 +++++++++++
test/ELF/linkerscript/sections.s | 12 ++---
3 files changed, 108 insertions(+), 24 deletions(-)
create mode 100644 test/ELF/linkerscript/sections-sort.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 llvm.
from a6b3c30 [libFuzzer] more refactoring; don't compute sha1sum every tim [...]
new ecdd589 =delete the StringRef(nullptr_t) constructor.
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/ADT/StringRef.h | 2 ++
1 file changed, 2 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 0d5530d compiler, runtime: replace hashmap code with Go 1.7 hashmap
new 3b8aa7e 2016-09-21 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 7af1bad 2016-09-21 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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:
gcc/ChangeLog | 11 +++++++++++
gcc/config/rs6000/predicates.md | 6 ++++++
gcc/config/rs6000/rs6000.md | 39 ++++++++++++++++++++++++++++++++++++++-
3 files changed, 55 insertions(+), 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 llvm.
from e52f15b [libFuzzer] more refactoring
new a6b3c30 [libFuzzer] more refactoring; don't compute sha1sum every tim [...]
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/Fuzzer/FuzzerCorpus.h | 51 +++++++++++++++++++++++++++++++-------
lib/Fuzzer/FuzzerInternal.h | 15 ++---------
lib/Fuzzer/FuzzerLoop.cpp | 31 +++--------------------
lib/Fuzzer/test/FuzzerUnittest.cpp | 13 ++++------
4 files changed, 53 insertions(+), 57 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 lnt.
from 5a3486c Add powerpc64le to list of PowerPC architectures
new 01eab2d Docs for importreport
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:
docs/importing_data.rst | 65 +++++++++++++++++++++++++++++++++++++++++++++++++
docs/tools.rst | 3 +++
2 files changed, 68 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 llvm.
from e10e0e3 Next set of additional error checks for invalid Mach-O files [...]
new e52f15b [libFuzzer] more refactoring
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/Fuzzer/FuzzerDefs.h | 1 +
lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp | 2 +-
lib/Fuzzer/FuzzerExtFunctionsWeak.cpp | 2 +-
lib/Fuzzer/FuzzerSHA1.cpp | 2 +-
lib/Fuzzer/FuzzerTracePC.cpp | 3 ++-
lib/Fuzzer/FuzzerTracePC.h | 1 +
lib/Fuzzer/FuzzerUtilDarwin.cpp | 2 +-
lib/Fuzzer/FuzzerUtilLinux.cpp | 2 +-
lib/Fuzzer/FuzzerValueBitMap.h | 2 ++
lib/Fuzzer/test/fuzzer-printcovpcs.test | 4 ++--
10 files changed, 13 insertions(+), 8 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 lldb.
from aa2a0b4 Fix -Wcovered-switch-default warning in StackFrame.cpp
new 3679175 Fix integer sign warning from r282105
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:
source/Core/SourceManager.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 lldb.
from 3cbcc36 add stop column highlighting support
new 1c5dad9 [CMake] Initial support for LLDB.framework
new aa2a0b4 Fix -Wcovered-switch-default warning in StackFrame.cpp
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:
CMakeLists.txt | 18 +++++++++++++-
cmake/LLDBDependencies.cmake | 2 --
cmake/modules/AddLLDB.cmake | 30 +++++++++++++++++++----
cmake/modules/LLDBConfig.cmake | 5 ++++
scripts/CMakeLists.txt | 33 +++++++++++++++++++-------
scripts/Python/finishSwigPythonLLDB.py | 8 +++----
source/API/CMakeLists.txt | 14 +++++++++++
source/Target/StackFrame.cpp | 2 --
tools/argdumper/CMakeLists.txt | 2 +-
tools/darwin-debug/CMakeLists.txt | 2 +-
tools/debugserver/source/MacOSX/CMakeLists.txt | 27 +++++++--------------
tools/lldb-server/CMakeLists.txt | 2 +-
12 files changed, 103 insertions(+), 42 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 glibc.
from d942e95 Add issubnormal.
new 87ab10d [soft-fp] Add support for various half-precision conversion r [...]
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 | 10 ++
soft-fp/{extendsftf2.c => extendhftf2.c} | 16 ++-
soft-fp/{fixtfti.c => fixhfti.c} | 13 ++-
soft-fp/{fixdfti.c => fixunshfti.c} | 15 ++-
soft-fp/{floattitf.c => floattihf.c} | 17 ++--
soft-fp/{floattitf.c => floatuntihf.c} | 17 ++--
soft-fp/half.h | 170 +++++++++++++++++++++++++++++++
soft-fp/{trunctfxf2.c => trunctfhf2.c} | 21 ++--
8 files changed, 226 insertions(+), 53 deletions(-)
copy soft-fp/{extendsftf2.c => extendhftf2.c} (85%)
copy soft-fp/{fixtfti.c => fixhfti.c} (87%)
copy soft-fp/{fixdfti.c => fixunshfti.c} (88%)
copy soft-fp/{floattitf.c => floattihf.c} (85%)
copy soft-fp/{floattitf.c => floatuntihf.c} (85%)
create mode 100644 soft-fp/half.h
copy soft-fp/{trunctfxf2.c => trunctfhf2.c} (82%)
--
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 1db13ef Add -Wignored-pragma-intrinsic flag
new 29d34c9 [CMake] Pass CLANG_VERSION_* variables into later stages
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:
CMakeLists.txt | 3 +++
1 file changed, 3 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 glibc.
from 5b17fd0 Add <stdint.h> integer width macros.
new d942e95 Add issubnormal.
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 | 9 +++++++++
NEWS | 4 ++++
manual/arith.texi | 8 ++++++++
manual/libm-err-tab.pl | 6 +++---
math/libm-test.inc | 28 +++++++++++++++++++++++++++-
math/math.h | 3 +++
6 files changed, 54 insertions(+), 4 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 lldb.
from 0634d7e Probably should add the breakpoint names test directory as well...
new 3cbcc36 add stop column highlighting 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:
include/lldb/API/SBSourceManager.h | 5 +
include/lldb/Core/Debugger.h | 6 +
include/lldb/Core/Disassembler.h | 8 +-
include/lldb/Core/SourceManager.h | 22 ++-
include/lldb/lldb-enumerations.h | 7 +
.../functionalities/load_unload/TestLoadUnload.py | 4 +
packages/Python/lldbsuite/test/lldbtest.py | 4 +
.../Python/lldbsuite/test/settings/TestSettings.py | 1 +
.../test/source-manager/TestSourceManager.py | 70 ++++++++--
scripts/interface/SBSourceManager.i | 7 +
source/API/SBSourceManager.cpp | 25 +++-
source/Commands/CommandObjectSource.cpp | 21 ++-
source/Core/Debugger.cpp | 51 +++++++
source/Core/Disassembler.cpp | 6 +-
source/Core/SourceManager.cpp | 152 +++++++++++++++++++--
source/Target/StackFrame.cpp | 3 +-
16 files changed, 341 insertions(+), 51 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 7ca59a7 [docs] Add ThinLTO user documentation
new 1db13ef Add -Wignored-pragma-intrinsic flag
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/DiagnosticGroups.td | 3 ++-
include/clang/Basic/DiagnosticParseKinds.td | 2 +-
test/Preprocessor/pragma_microsoft.c | 12 ++++++++++++
3 files changed, 15 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 compiler-rt.
from 287bcde [asan] Store full AddressDescription objects in ErrorInvalidP [...]
new 371ddbf [asan] Reify ErrorGeneric
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/asan/asan_descriptions.h | 5 +-
lib/asan/asan_errors.cc | 212 ++++++++++++++++++++++++++++++++
lib/asan/asan_errors.h | 18 ++-
lib/asan/asan_report.cc | 282 +++++++------------------------------------
4 files changed, 276 insertions(+), 241 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 799bfde [LoopInterchange] Track all dependencies, not just anti depen [...]
new e10e0e3 Next set of additional error checks for invalid Mach-O files [...]
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/Object/MachOObjectFile.cpp | 8 ++++++--
test/Object/Inputs/macho-invalid-uuid-bad-size | Bin 0 -> 48 bytes
test/Object/Inputs/macho-invalid-uuid-more-than-one | Bin 0 -> 76 bytes
test/Object/macho-invalid.test | 6 ++++++
4 files changed, 12 insertions(+), 2 deletions(-)
create mode 100644 test/Object/Inputs/macho-invalid-uuid-bad-size
create mode 100644 test/Object/Inputs/macho-invalid-uuid-more-than-one
--
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 e496fd6 Add from_macro_definition_at predicate for locations.
new a5fe0b3 2016-09-21 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new bb937e2 Add PR target/71395 marker to 71395 fix
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:
gcc/ChangeLog | 1 +
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 6 ++++--
3 files changed, 11 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 gcc.
from 9ca7e93 Add _FloatN, _FloatNx tests for __builtin_fpclassify.
new d19317f Core 903 * call.c (null_ptr_cst_p): Check char_type_p.
new e496fd6 Add from_macro_definition_at predicate for locations.
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:
gcc/ChangeLog | 4 ++++
gcc/cp/ChangeLog | 5 +++++
gcc/cp/call.c | 1 +
gcc/input.h | 5 +++++
gcc/testsuite/g++.dg/cpp0x/nullptr36.C | 3 +++
libcpp/ChangeLog | 5 +++++
libcpp/include/line-map.h | 10 +++++++---
libcpp/line-map.c | 36 +++++++++++++++++++++++++++++++---
8 files changed, 63 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr36.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 lldb.
from 54205a1 Fix failing regex tests.
new 0634d7e Probably should add the breakpoint names test directory as well...
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:
.../Makefile | 0
.../breakpoint_names/TestBreakpointNames.py | 141 +++++++++++++++++++++
.../main.c | 0
3 files changed, 141 insertions(+)
copy packages/Python/lldbsuite/test/functionalities/breakpoint/{breakpoint_ignore_ [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/break [...]
copy packages/Python/lldbsuite/test/functionalities/breakpoint/{breakpoint_ignore_ [...]
--
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 648d6ac [MIRParser] Delete dead code. NFCI.
new b81a1e9 [ThinLTO] Emit files for distributed builds for all modules
new 799bfde [LoopInterchange] Track all dependencies, not just anti depen [...]
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:
include/llvm/LTO/LTO.h | 7 +
lib/LTO/LTO.cpp | 40 ++---
lib/Transforms/Scalar/LoopInterchange.cpp | 97 +++++------
test/Transforms/LoopInterchange/interchange.ll | 192 +++++++++++++++++++++
.../gold/X86/v1.12/thinlto_emit_linked_objects.ll | 12 ++
tools/gold/gold-plugin.cpp | 39 ++++-
6 files changed, 316 insertions(+), 71 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 8922276 revert 282085, 281909, they broke 32-bit dynamic ASan and the [...]
new 287bcde [asan] Store full AddressDescription objects in ErrorInvalidP [...]
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/asan/asan_errors.cc | 7 ++++---
lib/asan/asan_errors.h | 15 +++++++++++----
2 files changed, 15 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 users/palves/mjw-valgrind
in repository binutils-gdb.
at aa9211f Fix mjw's gdb/valgrind bug
This branch includes the following new commits:
new aa9211f Fix mjw's gdb/valgrind bug
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.
--
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 a9426fc [ELF] - Linkerscript: support complex section pattern grammar.
new 439093a Implement ONLY_IF_RO/ONLY_IF_RW like bfd.
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/LinkerScript.cpp | 13 ++++-------
test/ELF/linkerscript/sections-constraint5.s | 32 ++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 9 deletions(-)
create mode 100644 test/ELF/linkerscript/sections-constraint5.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 llvm.
from 1ff6b12 fix typo in comment [NFC]
new 5f630a9 revert 281908 because 281909 got reverted
new 648d6ac [MIRParser] Delete dead code. NFCI.
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:
lib/CodeGen/MIRParser/MIParser.cpp | 12 -----
.../Instrumentation/AddressSanitizer.cpp | 53 +++-------------------
.../AddressSanitizer/basic-msvc64.ll | 35 --------------
3 files changed, 7 insertions(+), 93 deletions(-)
delete mode 100644 test/Instrumentation/AddressSanitizer/basic-msvc64.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 compiler-rt.
from c375aea Remove obsolete XFAIL.
new 8922276 revert 282085, 281909, they broke 32-bit dynamic ASan and the [...]
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/asan/asan_interface_internal.h | 7 ------
lib/asan/asan_mapping.h | 4 ++--
lib/asan/asan_rtl.cc | 38 +++++-------------------------
lib/asan/asan_win_dll_thunk.cc | 12 ++++++----
lib/asan/asan_win_dynamic_runtime_thunk.cc | 17 +++++++++++++
lib/sanitizer_common/sanitizer_common.h | 3 ---
lib/sanitizer_common/sanitizer_posix.cc | 5 ----
lib/sanitizer_common/sanitizer_win.cc | 20 ----------------
8 files changed, 32 insertions(+), 74 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.