This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6fb5898 Fixed a 'not all control paths return a value' warning on MSV [...]
new 9225ec2 Moved unreachable to appease msvc, gcc and clang
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/CodeGen/CGVTables.cpp | 5 ++---
1 file changed, 2 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 compiler-rt.
from f463f13 [asan] Test that asan does not report use-after-scope if prog [...]
new 79261d3 [tsan] Support C++11 call_once in TSan 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:
lib/tsan/rtl/tsan_interceptors_mac.cc | 27 +++++++++++++++++++++++++++
test/tsan/Darwin/libcxx-call-once.mm | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+)
create mode 100644 test/tsan/Darwin/libcxx-call-once.mm
--
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 09e9256 [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add [...]
new ad84cf4 Revert "[ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)"
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/ARM/ARMISelLowering.cpp | 19 +----------------
test/CodeGen/ARM/urem-opt-size.ll | 43 --------------------------------------
2 files changed, 1 insertion(+), 61 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 cd357f9 I'm experimenting with changing how the mixed source & assemb [...]
new c071a22 gdb-remote: Add jModulesInfo packet
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/lldb-gdb-remote.txt | 22 +++++
include/lldb/Target/Process.h | 5 ++
.../tools/lldb-server/TestGdbRemoteModuleInfo.py | 39 +++++++++
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 7 ++
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 90 +++++++++++++++++++-
.../gdb-remote/GDBRemoteCommunicationClient.h | 9 +-
.../GDBRemoteCommunicationServerCommon.cpp | 99 +++++++++++++++++++---
.../GDBRemoteCommunicationServerCommon.h | 6 ++
.../Process/gdb-remote/ProcessGDBRemote.cpp | 22 +++++
.../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 31 +++++++
source/Utility/StringExtractorGDBRemote.cpp | 2 +
source/Utility/StringExtractorGDBRemote.h | 1 +
.../GDBRemoteCommunicationClientTest.cpp | 74 ++++++++++++++++
13 files changed, 390 insertions(+), 17 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteM [...]
--
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 5987351 Add explicit casts to size_t to try to appease MSVC.
new 6fb5898 Fixed a 'not all control paths return a value' warning on MSV [...]
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/CodeGen/CGVTables.cpp | 41 ++++++++++++++++++++++-------------------
1 file changed, 22 insertions(+), 19 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 8d67e0d Linker script: implement ALIGNOF
new 9f81c12 [ELF] - Add virtual destructor to LinkerScriptBase class. 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:
ELF/LinkerScript.h | 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 ac8c686 Set entry address to 0x0 if no _start symbol
new 36510d1 [ELF][MIPS] Update the comment
new b5bc797 [ELF][MIPS] Fix initialization of TLS-related GOT entries
new 8d67e0d Linker script: implement ALIGNOF
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:
ELF/LinkerScript.cpp | 16 ++++++
ELF/LinkerScript.h | 2 +
ELF/OutputSections.cpp | 31 ++++++++++-
ELF/OutputSections.h | 2 +-
ELF/Relocations.cpp | 14 ++---
test/ELF/linkerscript/alignof.s | 41 ++++++++++++++
test/ELF/mips-tls-64.s | 116 ++++++++++++++++++++++++----------------
test/ELF/mips-tls-static.s | 12 +++--
test/ELF/mips-tls.s | 99 ++++++++++++++++++++++------------
9 files changed, 242 insertions(+), 91 deletions(-)
create mode 100644 test/ELF/linkerscript/alignof.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 lld.
from 557e5be [ELF] - Apply clang-format to LinkerScript.cpp, NFC.
new ac8c686 Set entry address to 0x0 if no _start symbol
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/Config.h | 2 +-
ELF/Driver.cpp | 31 +++++++++++++++++++------------
ELF/Writer.cpp | 4 +---
test/ELF/arm-gnu-ifunc.s | 2 +-
test/ELF/edata-etext.s | 18 +++++++++---------
test/ELF/entry.s | 4 +++-
test/ELF/linkerscript/symbols-synthetic.s | 3 ++-
test/ELF/reproduce-windows.s | 2 +-
test/ELF/resolution.s | 18 +++++++++---------
test/ELF/undef-start.s | 3 +--
10 files changed, 47 insertions(+), 40 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 817f7f7 Rename test file. NFC.
new e85b161 [ELF] - Linkerscript: simplify access to templated methods fr [...]
new 557e5be [ELF] - Apply clang-format to LinkerScript.cpp, 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:
ELF/Driver.cpp | 2 +-
ELF/LinkerScript.cpp | 124 +++++++++++++--------------------------------------
ELF/LinkerScript.h | 19 ++++++--
3 files changed, 47 insertions(+), 98 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 52bc7ab [asan] Avoid lifetime analysis for allocas with can be in amb [...]
new 09e9256 [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add [...]
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/Mips/AsmParser/MipsAsmParser.cpp | 17 +++++++--
lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h | 5 ++-
lib/Target/Mips/MicroMips64r6InstrFormats.td | 46 +++++++++++++++++++++++
lib/Target/Mips/MicroMips64r6InstrInfo.td | 35 +++++++++++++++++
lib/Target/Mips/Mips32r6InstrInfo.td | 2 +-
lib/Target/Mips/Mips64r6InstrInfo.td | 8 +---
lib/Target/Mips/MipsInstrFormats.td | 4 ++
lib/Target/Mips/MipsInstrInfo.td | 21 ++++++++++-
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 4 ++
test/MC/Mips/micromips64r6/invalid.s | 10 +++++
test/MC/Mips/micromips64r6/valid.s | 6 +++
11 files changed, 146 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.