This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from a004fb139 [ELF] - Simplify code. NFC.
new 93a8a3ced Also search BitcodeFiles for exclude-lib 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/Driver.cpp | 9 ++++++++-
test/ELF/Inputs/exclude-libs.ll | 3 +++
test/ELF/exclude-libs.s | 10 +++++++---
3 files changed, 18 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/Inputs/exclude-libs.ll
--
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 f8497881d6a [DebugInfo] Make children iterator bidirectional
new 04804b2f45b AMDGPU/NFC: Use already available explicit kernarg size ins [...]
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/AMDGPU/AMDGPUHSAMetadataStreamer.cpp | 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 lldb.
from c45c16492 Refactor ClangUserExpression::Parse [NFC]
new 2d552ff77 Allow specifying an exit code for the 'quit' command
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/API/SBCommandInterpreter.h | 19 +++++++++++++
include/lldb/Interpreter/CommandInterpreter.h | 30 +++++++++++++++++++
lit/Quit/TestQuitExitCode-30.test | 3 ++
lit/Quit/TestQuitExitCode0.test | 3 ++
lit/Quit/TestQuitExitCode30.test | 3 ++
lit/Quit/TestQuitExitCodeHex0.test | 3 ++
lit/Quit/TestQuitExitCodeHexA.test | 3 ++
lit/Quit/TestQuitExitCodeImplicit0.test | 3 ++
lit/Quit/TestQuitExitCodeNonInt.test | 4 +++
lit/Quit/TestQuitExitCodeTooManyArgs.test | 4 +++
lit/Quit/expect_exit_code.py | 16 +++++++++++
lit/{Breakpoint => Quit}/lit.local.cfg | 0
packages/Python/lldbsuite/test/quit/TestQuit.py | 32 +++++++++++++++++++++
scripts/interface/SBCommandInterpreter.i | 9 ++++++
source/API/SBCommandInterpreter.cpp | 17 +++++++++++
source/Commands/CommandObjectQuit.cpp | 38 ++++++++++++++++++++++++-
source/Interpreter/CommandInterpreter.cpp | 20 +++++++++++++
tools/driver/Driver.cpp | 14 +++++++--
tools/driver/Driver.h | 5 +++-
19 files changed, 221 insertions(+), 5 deletions(-)
create mode 100644 lit/Quit/TestQuitExitCode-30.test
create mode 100644 lit/Quit/TestQuitExitCode0.test
create mode 100644 lit/Quit/TestQuitExitCode30.test
create mode 100644 lit/Quit/TestQuitExitCodeHex0.test
create mode 100644 lit/Quit/TestQuitExitCodeHexA.test
create mode 100644 lit/Quit/TestQuitExitCodeImplicit0.test
create mode 100644 lit/Quit/TestQuitExitCodeNonInt.test
create mode 100644 lit/Quit/TestQuitExitCodeTooManyArgs.test
create mode 100755 lit/Quit/expect_exit_code.py
copy lit/{Breakpoint => Quit}/lit.local.cfg (100%)
create mode 100644 packages/Python/lldbsuite/test/quit/TestQuit.py
--
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 67a7a09e83b [InstSimplify] add/move tests for add folds; NFC
new f8497881d6a [DebugInfo] Make children iterator bidirectional
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/DebugInfo/DWARF/DWARFDie.h | 34 +++++++++++++++---------
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 2 ++
lib/DebugInfo/DWARF/DWARFDie.cpp | 12 +++++++++
lib/DebugInfo/DWARF/DWARFUnit.cpp | 33 +++++++++++++++++++++++
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 26 ++++++++++++++++++
5 files changed, 95 insertions(+), 12 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 1cb83cac9a MIPS/BFD: Fix TLS relocation resolution for regular executables
new c597cc3d6e Adds the speculation barrier instructions to the ARM assembl [...]
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 | 10 ++++++++++
gas/config/tc-arm.c | 2 ++
gas/testsuite/gas/arm/barrier-thumb.d | 2 +-
gas/testsuite/gas/arm/barrier.d | 2 +-
gas/testsuite/gas/arm/csdb.d | 9 ++++++---
gas/testsuite/gas/arm/csdb.s | 4 ++++
gas/testsuite/gas/arm/thumb2_it_bad.l | 2 ++
gas/testsuite/gas/arm/thumb2_it_bad.s | 4 +++-
opcodes/ChangeLog | 6 ++++++
opcodes/arm-dis.c | 16 ++++++++++------
10 files changed, 45 insertions(+), 12 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 d5cfc836bb5 Fix llvm-objdump demangle test (added triple option)
new 67a7a09e83b [InstSimplify] add/move tests for add folds; 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:
test/Transforms/InstCombine/sub.ll | 9 ------
test/Transforms/InstSimplify/add.ll | 57 +++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 9 deletions(-)
create mode 100644 test/Transforms/InstSimplify/add.ll
--
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 04879304de Fix printing the size of GOLD's memory areana on Cygwin base [...]
new 9143e72c6d PR ld/22570: MIPS/BFD: Fix TLS relocation resolution for PIE [...]
new 1cb83cac9a MIPS/BFD: Fix TLS relocation resolution for regular executables
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:
bfd/ChangeLog | 17 ++++++++++++
bfd/elfxx-mips.c | 30 ++++++++++------------
ld/ChangeLog | 21 +++++++++++++++
ld/testsuite/ld-mips-elf/mips-elf.exp | 12 +++++++++
.../ld-mips-elf/{tlsdyn-o32.d => tlsbin-pie-o32.d} | 15 ++---------
ld/testsuite/ld-mips-elf/tlsbin-pie-o32.got | 7 +++++
ld/testsuite/ld-mips-elf/tlsdyn-o32-1.d | 4 +--
ld/testsuite/ld-mips-elf/tlsdyn-o32-1.got | 7 ++---
ld/testsuite/ld-mips-elf/tlsdyn-o32-2.d | 4 +--
ld/testsuite/ld-mips-elf/tlsdyn-o32-2.got | 7 ++---
ld/testsuite/ld-mips-elf/tlsdyn-o32-3.d | 4 +--
ld/testsuite/ld-mips-elf/tlsdyn-o32-3.got | 7 ++---
ld/testsuite/ld-mips-elf/tlsdyn-o32.d | 2 +-
ld/testsuite/ld-mips-elf/tlsdyn-o32.got | 7 ++---
.../ld-mips-elf/{tlsdyn-o32.d => tlsdyn-pie-o32.d} | 7 +++--
ld/testsuite/ld-mips-elf/tlsdyn-pie-o32.got | 13 ++++++++++
16 files changed, 104 insertions(+), 60 deletions(-)
copy ld/testsuite/ld-mips-elf/{tlsdyn-o32.d => tlsbin-pie-o32.d} (77%)
create mode 100644 ld/testsuite/ld-mips-elf/tlsbin-pie-o32.got
copy ld/testsuite/ld-mips-elf/{tlsdyn-o32.d => tlsdyn-pie-o32.d} (94%)
create mode 100644 ld/testsuite/ld-mips-elf/tlsdyn-pie-o32.got
--
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 binutils-2_31-branch
in repository binutils-gdb.
from 8e188148c4 Duplicate code update.
new 82f3215583 xtensa: don't emit dynamic relocation for weak undefined 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:
bfd/ChangeLog | 9 +++++++++
bfd/elf32-xtensa.c | 13 +++++++++++--
2 files changed, 20 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 gcc.
from 8095249e90b * tree-ssa-threadupdate.c (thread_through_all_block [...]
new 253dcb05de2 * lto-streamer-out.c (DFS::DFS_write_tree_body): Do not s [...]
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:
gcc/ChangeLog | 15 +++++++++++++++
gcc/lto-streamer-out.c | 25 ++++++-------------------
gcc/tree-streamer-in.c | 6 ++----
gcc/tree-streamer-out.c | 17 +++++------------
gcc/tree.c | 5 +----
5 files changed, 29 insertions(+), 39 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 9972f984825 [X86] Fix MayLoad/HasSideEffect flag for (V)MOVLPSrm instructions.
new d5cfc836bb5 Fix llvm-objdump demangle test (added triple option)
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/tools/llvm-objdump/disassemble-demangle.test | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.