This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ef55e4c1a33 [DWARF] Added verification check for die ranges. If highPC [...]
new 4114bcf1b9c [Analysis] Fix some Clang-tidy modernize-use-using and Incl [...]
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/AliasSetTracker.h | 68 +++++++++++--------
include/llvm/Analysis/CallGraph.h | 94 +++++++++++++++------------
include/llvm/Analysis/DominanceFrontier.h | 82 +++++++++++++----------
include/llvm/Analysis/DominanceFrontierImpl.h | 13 +++-
include/llvm/Analysis/Interval.h | 26 ++++----
include/llvm/Analysis/IntervalIterator.h | 44 ++++++-------
include/llvm/Analysis/IntervalPartition.h | 22 +++----
lib/Analysis/AliasSetTracker.cpp | 26 ++++++--
lib/Analysis/CallGraph.cpp | 21 ++++--
lib/Analysis/DominanceFrontier.cpp | 12 +++-
lib/Analysis/Interval.cpp | 3 -
lib/Analysis/IntervalPartition.cpp | 13 ++--
12 files changed, 247 insertions(+), 177 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 048d5843f If user requested section alignment is greater than MaxPageSi [...]
new 793de62d3 Fix ObjCPass on big-endian host
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/ReaderWriter/MachO/ObjCPass.cpp | 8 ++++++--
1 file 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.
unknown user pushed a change to branch master
in repository lldb.
from 8997480a5 Skip test_lldbmi_var_update on Darwin.
new 37590ade7 Extend 'target symbols add' to load symbols from a given module
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:
.../lldbsuite/test/linux/add-symbols/Makefile | 12 +++++
.../add-symbols/TestTargetSymbolsAddCommand.py | 52 ++++++++++++++++++++++
.../Python/lldbsuite/test/linux/add-symbols/main.c | 6 +++
source/Commands/CommandObjectTarget.cpp | 13 ++++--
source/Interpreter/CommandObject.cpp | 2 +-
5 files changed, 80 insertions(+), 5 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/linux/add-symbols/Makefile
create mode 100644 packages/Python/lldbsuite/test/linux/add-symbols/TestTargetSymb [...]
create mode 100644 packages/Python/lldbsuite/test/linux/add-symbols/main.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 release_50
in repository lld.
from b7d24eca8 Merging r308492: -------------------------------------------- [...]
new ad89b1919 Fix typos and grammatical errors.
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/ReleaseNotes.rst | 10 +++++-----
1 file changed, 5 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.
unknown user pushed a change to branch master
in repository libcxx.
from 33e24e157 make sure that we don't call basic_streambuf::gbump with a va [...]
new 24047fd4a Remove addtional parameters in function std::next() and std::prev()
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/iterator | 22 ++++++++++++++--------
.../iterator.operations/next.pass.cpp | 3 +++
.../iterator.operations/prev.pass.cpp | 3 +++
3 files changed, 20 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 0a3cd125b6a [gcc] 2017-07-24 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 65e1ae67de7 PR testsuite/80759 Fix -mcall-ms2sysv-xlogues on Darwin and [...]
new 36df0ca9b26 PR testsuite/80759 Fix broken tests in ms-sysv.exp
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/testsuite/ChangeLog | 31 ++++
.../gcc.target/x86_64/abi/ms-sysv/do-test.S | 200 +++++++++------------
.../gcc.target/x86_64/abi/ms-sysv/ms-sysv.c | 83 ++++++++-
.../gcc.target/x86_64/abi/ms-sysv/ms-sysv.exp | 153 +++++-----------
libgcc/ChangeLog | 21 +++
libgcc/config.host | 6 +-
libgcc/config/i386/i386-asm.h | 89 +++++----
libgcc/config/i386/resms64.S | 2 +-
libgcc/config/i386/resms64f.S | 2 +-
libgcc/config/i386/resms64fx.S | 2 +-
libgcc/config/i386/resms64x.S | 2 +-
libgcc/config/i386/savms64.S | 2 +-
libgcc/config/i386/savms64f.S | 2 +-
13 files changed, 326 insertions(+), 269 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 f728f4698 [Sanitizers] TSan allocator set errno on failure.
new 3fba40218 Add .pyc files to .gitignore to compiler-rt
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:
.gitignore | 1 +
1 file changed, 1 insertion(+)
--
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 c78e1b8ec Splitting out test for Darwin for print-stack-trace:
new f728f4698 [Sanitizers] TSan allocator set errno on failure.
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/tsan/rtl/tsan_fd.cc | 6 +--
lib/tsan/rtl/tsan_interceptors.cc | 16 +++----
lib/tsan/rtl/tsan_libdispatch_mac.cc | 3 +-
lib/tsan/rtl/tsan_malloc_mac.cc | 4 +-
lib/tsan/rtl/tsan_mman.cc | 86 +++++++++++++++++++++++++++--------
lib/tsan/rtl/tsan_mman.h | 15 ++++--
lib/tsan/tests/unit/tsan_mman_test.cc | 83 ++++++++++++++++++++++++++++++---
test/tsan/allocator_returns_null.cc | 12 ++++-
8 files changed, 181 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 master
in repository lld.
from 632085cb0 [ELF] Fix a typo introduced in r308915.
new 048d5843f If user requested section alignment is greater than MaxPageSi [...]
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 | 2 +-
test/ELF/linkerscript/align-section-offset.s | 3 ++-
2 files 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 llvm.
from c2060a50efe Revert "[X86][InlineAsm][Ms Compatibility]Prefer variable n [...]
new ef55e4c1a33 [DWARF] Added verification check for die ranges. If highPC [...]
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/DebugInfo/DWARF/DWARFVerifier.h | 9 +++
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 13 ++++
test/tools/llvm-dwarfdump/X86/verify_die_ranges.s | 82 +++++++++++++++++++++++
3 files changed, 104 insertions(+)
create mode 100644 test/tools/llvm-dwarfdump/X86/verify_die_ranges.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.