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 e80ae1906b RISC-V: Fix .align handling when .option norelax.
new a3c25011e4 Fix help and documentation for inferior commands
new 784e4b3e80 Update help strings in skip.c
new 0cab2f1e91 Update core-related help strings
new 99806209a4 Update memattr.c help strings
new bf212be198 Update help strings in TUI
new ffb2b66cab Update help text in dcache.c
new 0a8ba311d0 Update help text for "jump" command
new 7c9ee61b9f Update help text in disasm.c
new 02d016b71f Update help text in tracepoint.c
new 55063ddb8e Update help text in record-btrace.c
new c8a15b78e6 Update help text in linux-fork.c
new a974b5ec9a Update help text in record.c
The 12 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/corefile.c | 1 +
gdb/dcache.c | 7 ++++---
gdb/disasm.c | 2 +-
gdb/doc/gdb.texinfo | 5 ++++-
gdb/gcore.c | 3 ++-
gdb/infcmd.c | 2 +-
gdb/inferior.c | 18 ++++++++++++------
gdb/linux-fork.c | 4 ++--
gdb/memattr.c | 26 +++++++++++++-------------
gdb/record-btrace.c | 4 ++--
gdb/record.c | 4 ++--
gdb/skip.c | 14 +++++++-------
gdb/testsuite/gdb.trace/tfind.exp | 4 ++--
gdb/tracepoint.c | 4 ++--
gdb/tui/tui-layout.c | 2 +-
gdb/tui/tui-win.c | 27 +++++++++++++--------------
16 files changed, 69 insertions(+), 58 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 2e862c8e7 [tsan] Fix a failure in test java_race_pc on AArch64 after r333071
new 521935db9 sanitizer: Use pre-computed size of struct ustat for Linux
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_platform_limits_posix.cc | 15 +++++++++++++--
1 file changed, 13 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 8091867dd80 [llvm-mca] Fix a rounding problem in SummaryView.cpp expose [...]
new b3e5dc73875 [ThinLTO/CFI] Minor comment clarification
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/IR/ModuleSummaryIndex.h | 3 ++-
1 file changed, 2 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 clang.
from 620cb93417 [bash-completion] Fix tab separation on macOS
new d3db35d0e2 [X86] Fix a bad cast in _mm512_mask_abs_epi32 and _mm512_mas [...]
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/Headers/avx512fintrin.h | 4 ++--
1 file 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 binutils-gdb.
from 45f25d6c83 gdb: Restore selected frame in print_frame_local_vars
new e80ae1906b RISC-V: Fix .align handling when .option norelax.
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:
gas/ChangeLog | 12 +++++++++
gas/config/tc-riscv.c | 30 +++++++++++++++-------
gas/config/tc-riscv.h | 2 +-
gas/testsuite/gas/riscv/no-relax-align-2.d | 19 ++++++++++++++
gas/testsuite/gas/riscv/no-relax-align-2.s | 5 ++++
.../gas/riscv/{t_insns.d => no-relax-align.d} | 5 +++-
gas/testsuite/gas/riscv/no-relax-align.s | 4 +++
7 files changed, 66 insertions(+), 11 deletions(-)
create mode 100644 gas/testsuite/gas/riscv/no-relax-align-2.d
create mode 100644 gas/testsuite/gas/riscv/no-relax-align-2.s
copy gas/testsuite/gas/riscv/{t_insns.d => no-relax-align.d} (50%)
create mode 100644 gas/testsuite/gas/riscv/no-relax-align.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 81a864f66c6 [ORC] Perform name mangling in findSymbolIn(), as done in f [...]
new 8091867dd80 [llvm-mca] Fix a rounding problem in SummaryView.cpp expose [...]
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/llvm-mca/SummaryView.cpp | 11 +++++++----
1 file changed, 7 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 9070e71d4 Add SystemInitializerLLGS to the lldb-server target.
new 99fecc5cc pc's should be printed in hex...
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/Target/ThreadPlanStepOverBreakpoint.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 lld.
from 93f15ee59 [PPC64] Set the IRelative relocation type.
new 8db628065 Fix regex in lld ppc64-ifunc 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:
test/ELF/ppc64-ifunc.s | 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 llvm.
from add59cbbbbf [UpdateTestChecks] Improved update_mca_test_checks block analysis
new 81a864f66c6 [ORC] Perform name mangling in findSymbolIn(), as done in f [...]
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/ExecutionEngine/Orc/OrcCBindingsStack.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 lldb.
from 26acfa38a [lldb-mi] Add possibility to set breakpoints without selectin [...]
new 9070e71d4 Add SystemInitializerLLGS to the lldb-server target.
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:
lldb.xcodeproj/project.pbxproj | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.