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 21389b7 Hurd, C++: Mach/Hurd headers and MIG stubs are not yet fit for C++
new c3187fa Hurd: In the CLI, use parse_thread_id instead of global_threa [...]
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 | 6 ++++++
gdb/gnu-nat.c | 12 ++++--------
2 files changed, 10 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 libcxx.
from 183fafa Fix _LIBCPP_VERSION tests with modules on Darwin
new 014f0b0 Fix PR30323: numeric_limits<T>::max_digits10 when using 16 bit ints.
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/limits | 6 +++---
1 file changed, 3 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 binutils-gdb.
from e2f9914 Automatic date update in version.in
new e9e431d Hurd, C++: Explicitly cast "void *"
new a9617a4 Hurd, C++: Avoid GNU C nested functions
new 785102a Hurd, C++: Avoid "const char *" to "char *" casts
new 0947023 Hurd, C++: kern_return_t vs. error_t
new 21389b7 Hurd, C++: Mach/Hurd headers and MIG stubs are not yet fit for C++
The 5 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 | 34 ++++++++++
gdb/config/i386/i386gnu.mh | 3 +
gdb/gnu-nat.c | 160 ++++++++++++++++++++++++++-------------------
gdb/i386-gnu-nat.c | 26 ++++----
4 files changed, 146 insertions(+), 77 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 a683dc0 Revert r288787: Add missing stdbool.h module.
new 183fafa Fix _LIBCPP_VERSION tests with modules on Darwin
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/module.modulemap | 13 ++++++++-----
1 file changed, 8 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 compiler-rt.
from d3e58a9 [XRay][AArch64] Disable the unstable test XRay-aarch64-linux: [...]
new 80e3cea [MSAN][MIPS] Fix fork.cc test on MIPS
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/msan/msan.h | 15 ++++++++++++---
test/msan/chained_origin.cc | 22 ++++++++++++----------
test/msan/chained_origin_limits.cc | 26 +++++++++++++++++---------
test/msan/chained_origin_memcpy.cc | 18 ++++++++++--------
test/msan/lit.cfg | 8 ++++++++
test/msan/msan_copy_shadow.cc | 7 ++++---
test/msan/realloc-large-origin.cc | 11 ++++++-----
7 files changed, 69 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 lldb.
from 63a7ac0 Increase timeout for Frontboard app launch request from 9 to [...]
new 0ddbb94 When we interrupt a process, it was possible or the thread na [...]
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/macosx/{queues => thread-names}/Makefile | 0
.../thread-names/TestInterruptThreadNames.py | 116 +++++++++++++++++++++
.../lldbsuite/test/macosx/thread-names/main.c | 36 +++++++
source/Target/Process.cpp | 12 ++-
4 files changed, 159 insertions(+), 5 deletions(-)
copy packages/Python/lldbsuite/test/macosx/{queues => thread-names}/Makefile (100%)
create mode 100644 packages/Python/lldbsuite/test/macosx/thread-names/TestInterrup [...]
create mode 100644 packages/Python/lldbsuite/test/macosx/thread-names/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 master
in repository lld.
from 445b351 Delete dead code.
new 97b537a [ELF][MIPS] Make _gp, _gp_disp, __gnu_local_gp global symbols
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/Relocations.cpp | 5 +++
ELF/SymbolTable.cpp | 7 ++--
ELF/SymbolTable.h | 3 +-
ELF/Symbols.h | 4 +-
ELF/Target.cpp | 8 ++--
ELF/Writer.cpp | 28 ++++++++------
test/ELF/basic-mips.s | 2 +-
test/ELF/mips-64-disp.s | 2 +-
test/ELF/mips-64-got.s | 2 +-
test/ELF/mips-64-gprel-so.s | 2 +-
test/ELF/mips-64-rels.s | 2 +-
test/ELF/mips-got-relocs.s | 4 +-
test/ELF/mips-gp-disp.s | 2 +-
test/ELF/mips-gp-ext.s | 76 +++++++++++++++++++++++++++-----------
test/ELF/mips-gp-local.s | 2 +-
test/ELF/mips-gprel32-relocs-gp0.s | 2 +-
test/ELF/mips-gprel32-relocs.s | 2 +-
test/ELF/mips-hilo-gp-disp.s | 4 +-
test/ELF/mips-n32-rels.s | 2 +-
19 files changed, 102 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 aoliva/SFN
in repository gcc.
from 7af8482 SFN: add flag to cfun to indicate begin stmt markers lto can' [...]
new 4d66945 SFN: dump begin stmt markers in print_insn
new 6d11cc5 SFN: recognize and accept begin stmt markers in graphite
new 235d77b not SFN: use is_gimple_debug instead of gimple_code in graphite
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.
Summary of changes:
gcc/graphite-isl-ast-to-gimple.c | 3 ++-
gcc/graphite-scop-detection.c | 2 +-
gcc/print-rtl.c | 6 ++++++
3 files changed, 9 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 8d15f86 Unbreak buildbots where the debug info test was crashing due [...]
new 8bb25c4 LTO: Hash the parts of the LTO configuration that affect code [...]
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/CodeGen/CommandFlags.h | 6 ++++++
include/llvm/LTO/Config.h | 2 ++
lib/LTO/LTO.cpp | 39 +++++++++++++++++++++++++++++++---
test/ThinLTO/X86/cache-config.ll | 27 ++++++++++++++++++++++++
tools/llvm-lto2/llvm-lto2.cpp | 42 +++++++++++++++++++++++++++++++++++++
5 files changed, 113 insertions(+), 3 deletions(-)
create mode 100644 test/ThinLTO/X86/cache-config.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.