This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 92dc883a08b [DWARF] Don't keep a ref to possibly stack allocated data.
new a65852c5d74 [PredicateInfo] Order instructions in different BBs by DFSNumIn.
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:
.../llvm/Transforms/Utils/OrderedInstructions.h | 11 +++
lib/Transforms/Utils/OrderedInstructions.cpp | 33 +++++++--
lib/Transforms/Utils/PredicateInfo.cpp | 3 +-
test/Transforms/Util/PredicateInfo/ordering.ll | 79 ++++++++++++++++++++++
4 files changed, 118 insertions(+), 8 deletions(-)
create mode 100644 test/Transforms/Util/PredicateInfo/ordering.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 lldb.
from 819b85ee5 Make sure TestNumThreads works with libc++
new 653fe7343 Make test sources compatible with android+libcxx+modules
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:
.../breakpoint/inlined_breakpoints/basic_type.cpp | 90 +++++++++++-----------
.../lldbsuite/test/lang/cpp/class_types/main.cpp | 2 +-
.../lldbsuite/test/lang/cpp/namespace/main.cpp | 3 +-
.../lldbsuite/test/lang/cpp/namespace/ns.cpp | 18 ++---
.../Python/lldbsuite/test/lang/cpp/namespace/ns.h | 36 ++++-----
.../lldbsuite/test/lang/cpp/namespace/ns2.cpp | 34 ++++----
.../lldbsuite/test/lang/cpp/namespace/ns3.cpp | 14 ++--
.../Python/lldbsuite/test/types/basic_type.cpp | 6 +-
8 files changed, 101 insertions(+), 102 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 f00674fe07 testsuite: Fix cc-with-tweaks.sh being executed in the wrong shell
new 302abd6e9f Rename regcache_cooked_read_ftype and make a function_view
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 | 18 ++++++++++++++++++
gdb/frame.c | 20 +++++++++-----------
gdb/ppc-linux-tdep.c | 11 ++++++-----
gdb/regcache.c | 21 ++++++++-------------
gdb/regcache.h | 15 ++++++---------
5 files changed, 47 insertions(+), 38 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 444617b4b37 IRMover: Account for matching types present across modules
new 92dc883a08b [DWARF] Don't keep a ref to possibly stack allocated data.
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/MC/MCDwarf.h | 2 +-
lib/MC/MCDwarf.cpp | 4 ++--
test/MC/ELF/dwarf-file0.s | 14 ++++++++------
3 files changed, 11 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 ca08a27e2 Fix-up for r335123: Set default apple_platform to "osx".
new bac6a1652 [Sanitizers] Remove OOM/BadRequest allocator error handling p [...]
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 | 16 +++---
lib/sanitizer_common/sanitizer_allocator.cc | 57 ++++++++--------------
lib/sanitizer_common/sanitizer_allocator.h | 20 ++------
.../sanitizer_allocator_local_cache.h | 7 ++-
.../sanitizer_allocator_primary64.h | 8 ++-
lib/sanitizer_common/sanitizer_allocator_report.cc | 3 +-
6 files changed, 43 insertions(+), 68 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 gcc-8-branch
in repository gcc.
from 74ef2f41cbb PR c++/86210 * c-common.c (check_nonnull_arg): Use fold_f [...]
new 4968b68839a [PR c++/85634] Fix tsubst ICE
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/cp/ChangeLog | 5 +++++
gcc/cp/parser.c | 3 +++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/lookup/pr85634.C | 18 ++++++++++++++++++
4 files changed, 31 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr85634.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 19357eaea4f Remove a redundant initialization. NFC
new 1d36450d245 [Local] Add a utility to insert replacement dbg.values, NFC
new 444617b4b37 IRMover: Account for matching types present across modules
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/Transforms/Utils/Local.h | 11 +++++++
lib/Linker/IRMover.cpp | 19 ++++++++---
lib/Transforms/InstCombine/InstCombineCasts.cpp | 17 ++++------
lib/Transforms/Utils/Local.cpp | 18 +++++++++++
test/LTO/X86/Inputs/type-mapping-bug2.ll | 16 ++++++++++
test/LTO/X86/type-mapping-bug2.ll | 42 +++++++++++++++++++++++++
6 files changed, 107 insertions(+), 16 deletions(-)
create mode 100644 test/LTO/X86/Inputs/type-mapping-bug2.ll
create mode 100644 test/LTO/X86/type-mapping-bug2.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 binutils-gdb.
from 6077de0645 Fix potential illegal memroy access when using a build-id no [...]
new 19f3f25f37 Remove struct keyword in range-based for-loop
new f00674fe07 testsuite: Fix cc-with-tweaks.sh being executed in the wrong shell
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:
gdb/ChangeLog | 5 +++++
gdb/record-full.c | 2 +-
gdb/testsuite/ChangeLog | 7 +++++++
gdb/testsuite/boards/cc-with-tweaks.exp | 4 ++--
gdb/testsuite/boards/dwarf4-gdb-index.exp | 4 ++--
gdb/testsuite/boards/fission-dwp.exp | 4 ++--
6 files changed, 19 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.