This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 19e8398ae Fix a copy-paste error in r307161
new 3142ccdeb Working through testcases, converting to run_to_source_breakpoint.
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:
.../expression_command/issue_11588/Test11588.py | 23 +++---------------
.../test/expression_command/macros/TestMacros.py | 28 ++--------------------
.../expression_command/options/TestExprOptions.py | 21 +++-------------
.../save_jit_objects/TestSaveJITObjects.py | 13 +++-------
.../timeout/TestCallWithTimeout.py | 28 +++-------------------
5 files changed, 14 insertions(+), 99 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 8657a6b1952 [PDB] Fill in "Parent" and "End" fields of scope-like symbo [...]
new a5a5f8ef6fc [opt-viewer] Move under tools, install it
new 67a3f7fd429 Bitcode: Include any strings added to the string table in t [...]
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/Bitcode/Writer/BitcodeWriter.cpp | 21 +++++++++++++++------
test/Bitcode/Inputs/module-hash-strtab1.ll | 10 ++++++++++
test/Bitcode/Inputs/module-hash-strtab2.ll | 10 ++++++++++
test/Bitcode/module-hash-strtab.ll | 15 +++++++++++++++
test/Bitcode/module_hash.ll | 8 ++++----
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 8 +++++++-
tools/opt-viewer/CMakeLists.txt | 13 +++++++++++++
{utils => tools}/opt-viewer/opt-diff.py | 0
{utils => tools}/opt-viewer/opt-stats.py | 0
{utils => tools}/opt-viewer/opt-viewer.py | 0
{utils => tools}/opt-viewer/optpmap.py | 0
{utils => tools}/opt-viewer/optrecord.py | 0
{utils => tools}/opt-viewer/style.css | 0
13 files changed, 74 insertions(+), 11 deletions(-)
create mode 100644 test/Bitcode/Inputs/module-hash-strtab1.ll
create mode 100644 test/Bitcode/Inputs/module-hash-strtab2.ll
create mode 100644 test/Bitcode/module-hash-strtab.ll
create mode 100644 tools/opt-viewer/CMakeLists.txt
rename {utils => tools}/opt-viewer/opt-diff.py (100%)
rename {utils => tools}/opt-viewer/opt-stats.py (100%)
rename {utils => tools}/opt-viewer/opt-viewer.py (100%)
rename {utils => tools}/opt-viewer/optpmap.py (100%)
rename {utils => tools}/opt-viewer/optrecord.py (100%)
rename {utils => tools}/opt-viewer/style.css (100%)
--
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 e0fbf555f Fixup for r307281: Also move GetKernelAreaSize into sanitize [...]
new b3b4445f1 More fixup for r307281: Move the #includes to sanitizer_linux.cc
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/sanitizer_common/sanitizer_linux.cc | 8 ++++++++
lib/sanitizer_common/sanitizer_posix.cc | 8 --------
2 files changed, 8 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 gcc.
from 505329ddc7c * lto-wrapper.c (merge_and_complain): Do not merge fexcep [...]
new 242c0330a85 Remove selftest dependency on C++ frontend
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 | 4 ++++
gcc/Makefile.in | 4 +++-
2 files changed, 7 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 lnt.
from 0d7f385 Schema migration logic for custom schemas
new 06d48c4 Fix wrong mapping in compile suite upgrading logic
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:
lnt/testing/__init__.py | 10 ++--
tests/lnttool/Inputs/compile_submission.json | 74 ++++++++++++++++++++++++++++
tests/lnttool/submit.py | 21 ++++++++
3 files changed, 100 insertions(+), 5 deletions(-)
create mode 100644 tests/lnttool/Inputs/compile_submission.json
--
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 3cefdd7310 Increase some test timeouts.
new d5c3fafc43 Add per-thread cache to malloc
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 | 28 +++++
INSTALL | 6 +
NEWS | 8 ++
config.make.in | 2 +
configure | 13 ++
configure.ac | 7 ++
elf/dl-tunables.list | 12 ++
malloc/Makefile | 5 +
malloc/arena.c | 11 ++
malloc/malloc.c | 350 +++++++++++++++++++++++++++++++++++++++++++++++++--
manual/install.texi | 6 +
manual/probes.texi | 19 +++
manual/tunables.texi | 32 +++++
13 files changed, 490 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 ff641b946 [Sanitizers] Consolidate internal errno definitions.
new 10c0350fb [sanitizer] Split GetMaxVirtualAddress into separate Linux ve [...]
new e0fbf555f Fixup for r307281: Also move GetKernelAreaSize into sanitize [...]
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/sanitizer_common/sanitizer_linux.cc | 70 +++++++++++++++++++++++++++++++
lib/sanitizer_common/sanitizer_mac.cc | 14 +++++++
lib/sanitizer_common/sanitizer_posix.cc | 74 ---------------------------------
3 files changed, 84 insertions(+), 74 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 1bea5858dd Arabic scripts: More fixes after the recent import.
new 3cefdd7310 Increase some test timeouts.
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 +++++++++
iconvdata/tst-loading.c | 1 +
misc/tst-tsearch.c | 1 -
nptl/tst-create-detached.c | 1 +
nptl/tst-robust-fork.c | 1 +
nptl/tst-rwlock19.c | 2 +-
string/tst-cmp.c | 2 +-
7 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 lld.
from 43e825eb2 [PDB] Fill in "Parent" and "End" fields of scope-like symbol records
new bdb147ae0 Remove redundant argument. NFC.
new 3ae143ce5 Fix pdb-scopes.test
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:
ELF/OutputSections.cpp | 4 +---
ELF/OutputSections.h | 3 +--
ELF/Writer.cpp | 2 +-
test/COFF/pdb-scopes.test | 4 ++--
4 files changed, 5 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 newlib.
from 9eafa44d2 Replace the perl character classes with POSIX ones to fix the [...]
new 74dd44c0d fix URL shortcuts launch with cygstart, create shortcuts dire [...]
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:
winsup/doc/etc.postinstall.cygwin-doc.sh | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.