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 6181e9c2c5 gdb_compile_shlib: Only consider shlib= options when buildin [...]
new 47acac12c8 ld: Add "-z separate-code" option to ELF linker
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/ChangeLog | 5 +++
include/bfdlink.h | 3 ++
ld/ChangeLog | 19 ++++++++++
ld/NEWS | 2 +
ld/emultempl/elf32.em | 100 +++++++++++++++++++++++++++++++++++++++++++++-----
ld/genscripts.sh | 76 ++++++++++++++++++++++++++++++++++----
ld/ld.texinfo | 7 ++++
ld/lexsup.c | 4 ++
ld/scripttempl/elf.sc | 22 +++++++++--
9 files changed, 218 insertions(+), 20 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 clang.
from 902a1d196b Add `__reference_binds_to_temporary` trait for checking safe [...]
new b4b2f3a36b [Docs] Fix typo in toolchain documentation
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/Toolchain.rst | 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 478b380537b Fix typo.
new c74d471711a [RISCV] Pass MCSubtargetInfo to print methods.
new 5a286a00411 Instead of ELFFile<ELFT>::Type, use ELFT::Type. 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/llvm/Object/ELFObjectFile.h | 16 +--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 2 +-
lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp | 8 +-
lib/Target/RISCV/InstPrinter/RISCVInstPrinter.h | 19 ++--
lib/Target/RISCV/RISCV.td | 5 +
test/MC/RISCV/csr-aliases.s | 117 +++++++++++++++++++++
tools/llvm-readobj/ARMEHABIPrinter.h | 13 ++-
tools/llvm-readobj/ELFDumper.cpp | 64 ++++++-----
tools/obj2yaml/elf2yaml.cpp | 8 +-
tools/yaml2obj/yaml2elf.cpp | 14 +--
10 files changed, 197 insertions(+), 69 deletions(-)
create mode 100644 test/MC/RISCV/csr-aliases.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 0a75940cb98 Use ELF{32,64}{LE,BE} instead of ELFType<{little,big}, {tru [...]
new d4e08e171e1 [WebAssembly] Don't allow functions to be named twice
new 478b380537b Fix typo.
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/Object/ELFTypes.h | 4 ++--
lib/Object/WasmObjectFile.cpp | 7 ++++++-
test/Object/wasm-duplicate-name.test | 28 ++++++++++++++++++++++++++++
3 files changed, 36 insertions(+), 3 deletions(-)
create mode 100644 test/Object/wasm-duplicate-name.test
--
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 89a7f793f1 Automatic date update in version.in
new 6181e9c2c5 gdb_compile_shlib: Only consider shlib= options when buildin [...]
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/testsuite/ChangeLog | 5 +++++
gdb/testsuite/lib/gdb.exp | 5 +++--
2 files changed, 8 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 b8d3880c385 [ORC] Add a stub ExecutionSession and VModuleKey type.
new 0a75940cb98 Use ELF{32,64}{LE,BE} instead of ELFType<{little,big}, {tru [...]
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/Object/ELF.h | 8 ++++----
include/llvm/Object/ELFObjectFile.h | 8 ++++----
tools/llvm-readobj/ELFDumper.cpp | 7 +++----
tools/yaml2obj/yaml2elf.cpp | 13 ++++---------
4 files changed, 15 insertions(+), 21 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 54c53dc21 When parsing the target.xml register file, if no architecture [...]
new 95d1af6c0 Skip TestFunctionTemplateParameterPack.py, which unexpectedly [...]
new 3f3af5230 Fix the Makefile - this version should work on the bot
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:
.../TestFunctionTemplateParameterPack.py | 8 +++++++-
packages/Python/lldbsuite/test/macosx/find-app-in-bundle/Makefile | 7 +++----
2 files changed, 10 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 lldb.
from 7d26ef35f Fix the same thinko in another place... Thanks Jason.
new e1dc7892a Print the SBDebugger.CreateTarget error message.
new 54c53dc21 When parsing the target.xml register file, if no architecture [...]
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:
.../test/macosx/find-app-in-bundle/TestFindAppInBundle.py | 4 +++-
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 13 +++++++++++++
tools/debugserver/source/RNBRemote.cpp | 7 +++++++
3 files changed, 23 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 glibc.
from c8924f1ff2 Fix s390 linknamespace fallout of bug 22702 patch.
new f172187b2d hu_HU locale: Avoid double space (bug 22657).
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:
ChangeLog | 8 ++++++++
localedata/locales/hu_HU | 4 ++--
2 files changed, 10 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 3e538fea5 [WebAssembly] When loading libraries look for companion `.imp [...]
new 0fc4c1772 [WebAssembly] Reduce output of --verbose
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:
wasm/InputChunks.cpp | 5 +++--
wasm/Writer.cpp | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.