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 192c2bfbd7 S12Z: Disassembly: Fallback to show the address if the symbo [...]
new 270b9329b7 RISC-V: Print FP regs as union of float types.
new 3399f1b303 RISC-V: NaN-box FP values smaller than an FP register.
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 | 11 +++++++
gdb/riscv-tdep.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
gdb/riscv-tdep.h | 4 +++
3 files changed, 109 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 3d1d9230d Update commnents to reflect the changes for LWG#3122. NFC
new 9110b80a6 Update commnents to reflect the changes for LWG#3127. NFC
new 1f63d28c7 Update commnents to reflect the changes for LWG#3127. NFC
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/version | 2 +-
.../{complex.version.pass.cpp => charconv.pass.cpp} | 9 ++++-----
.../support.limits.general/utility.version.pass.cpp | 1 -
3 files changed, 5 insertions(+), 7 deletions(-)
copy test/std/language.support/support.limits/support.limits.general/{complex.vers [...]
--
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 e70d5895b [XRay] Account for virtual memory re-use
new 884af7cc1 [interception] Switch to _type suffix instead of _f, NFC.
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/interception/interception.h | 2 +-
lib/interception/interception_linux.h | 2 +-
2 files 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 lld.
from 755e94fe7 [ELF][PPC64] Fix a split-stack comment in rLLD344622
new 98c7ed52b Add OUTPUT_FORMAT linker script directive support.
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/ScriptParser.cpp | 29 +++++++++++++++++++++++++++--
test/ELF/emulation.s | 16 ++++++++++++++++
test/ELF/format-binary.test | 6 ++++++
test/ELF/invalid-linkerscript.test | 8 +++++++-
test/ELF/linkerscript/output-format.s | 9 ---------
5 files changed, 56 insertions(+), 12 deletions(-)
delete mode 100644 test/ELF/linkerscript/output-format.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 libcxx.
from 0a890c95c [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX
new 3d1d9230d Update commnents to reflect the changes for LWG#3122. NFC
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/version | 1 +
.../support.limits/support.limits.general/chrono.version.pass.cpp | 1 +
.../support.limits/support.limits.general/version.version.pass.cpp | 1 +
3 files changed, 3 insertions(+)
--
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 db46784d645 Reapply "[MachineCopyPropagation] Reimplement CopyTracker i [...]
new 101d24deace X86: add alias for pushfw/popfw in Intel mode
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/Target/X86/X86InstrInfo.td | 4 ++++
test/MC/X86/intel-syntax-encoding.s | 5 +++++
2 files changed, 9 insertions(+)
--
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-tools-extra.
from c02a8db0 [Documentation] Fix grammar related to Clang-tidy cppcoreguid [...]
new 59a6d4ec [clang-tidy] tryfix windows build
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:
clang-tidy/cppcoreguidelines/MacroUsageCheck.cpp | 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 lld.
from 261764ef3 [ELF] Format PPC64.cpp, NFC
new 755e94fe7 [ELF][PPC64] Fix a split-stack comment in rLLD344622
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/Arch/PPC64.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 gcc.
from b857fc255ef PR testsuite/87694 * g++.dg/concepts/memfun-err.C: Make i [...]
new 171920e88fe combine: Do not combine moves from hard registers
new 8a2dee61d98 2018-10-22 Yury Gribov <tetra2005(a)gmail.com>
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/ChangeLog | 16 ++++++++++++++
gcc/combine.c | 50 ++++++++++++++++++++++++++++++++++++++----
gcc/match.pd | 23 ++++++++++---------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr87633.C | 21 ++++++++++++++++++
5 files changed, 101 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr87633.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 lldb.
from 3ba3afd0b Some cleanups to the native pdb plugin [NFC].
new a3b913c72 [SymbolFile] Add the module lock where necessary and assert t [...]
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/lldb/Symbol/SymbolFile.h | 16 ++++++++
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 47 ++++++++++++++++++++--
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 +
source/Symbol/SymbolFile.cpp | 20 +++++++++
4 files changed, 81 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.