This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70
in repository lldb.
from 70c4484ad Creating release_70 branch off revision 338536
new 065e0b6fc Merging r338949: -------------------------------------------- [...]
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/Utility/VMRange.h | 18 ------------------
source/Utility/VMRange.cpp | 10 ++++++----
2 files changed, 6 insertions(+), 22 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 6d74417eb4f [Tablegen] In TargetSchedule.td: Remove unused argument `pf [...]
new 82571dfdc11 [mips] Handle branch expansion corner cases
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/MipsBranchExpansion.cpp | 251 +++++++++++++--------
lib/Target/Mips/MipsInstrInfo.cpp | 2 +
.../Mips/longbranch/long-branch-expansion-1.ll | 37 +++
.../Mips/longbranch/long-branch-expansion-2.ll | 41 ++++
.../Mips/longbranch/long-branch-expansion-3.ll | 75 ++++++
5 files changed, 313 insertions(+), 93 deletions(-)
create mode 100644 test/CodeGen/Mips/longbranch/long-branch-expansion-1.ll
create mode 100644 test/CodeGen/Mips/longbranch/long-branch-expansion-2.ll
create mode 100644 test/CodeGen/Mips/longbranch/long-branch-expansion-3.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 23332c50c13 [DebugInfo] Reduce debug_str_offsets section size
new 6d74417eb4f [Tablegen] In TargetSchedule.td: Remove unused argument `pf [...]
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/Target/TargetSchedule.td | 7 +++----
1 file changed, 3 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 clang.
from bd905309f7 Fix clash of gcc toolchains in driver regression tests
new f5bc3f31a2 [clang-format] comment reflow: add last line's penalty when [...]
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/Format/ContinuationIndenter.cpp | 9 ++++++++-
unittests/Format/FormatTestJS.cpp | 20 ++++++++++++++++++++
2 files changed, 28 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 lld.
from c51db3c86 [LLD][ELF] - Add a test case for code in Archive::fetch(). NFCI.
new b707ee65a [LLD][ELF] - Added test case for non-nullterminated wide strings.
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/invalid/non-terminated-string.test | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 test/ELF/invalid/non-terminated-string.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 llvm.
from 8a69efc9542 [X86][SSE] Add more non-uniform exact sdiv vector tests cov [...]
new 4fcef69e659 [TargetLowering] Add support for non-uniform vectors to BuildUDIV
new 23332c50c13 [DebugInfo] Reduce debug_str_offsets section size
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/CodeGen/DwarfStringPoolEntry.h | 47 +++-
include/llvm/CodeGen/TargetLowering.h | 3 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 3 +-
lib/CodeGen/AsmPrinter/DwarfStringPool.cpp | 50 +++-
lib/CodeGen/AsmPrinter/DwarfStringPool.h | 10 +
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 7 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 37 +--
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 160 ++++++++---
test/CodeGen/X86/combine-udiv.ll | 332 +++--------------------
test/DebugInfo/X86/string-offsets-table-order.ll | 79 ++++++
test/DebugInfo/X86/string-offsets-table.ll | 26 +-
tools/dsymutil/DwarfStreamer.cpp | 4 +-
tools/dsymutil/MachOUtils.cpp | 5 +-
tools/dsymutil/NonRelocatableStringpool.cpp | 11 +-
tools/dsymutil/NonRelocatableStringpool.h | 4 +-
unittests/CodeGen/DIEHashTest.cpp | 4 +-
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 93 +++++++
unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 11 +-
18 files changed, 477 insertions(+), 409 deletions(-)
create mode 100644 test/DebugInfo/X86/string-offsets-table-order.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 bb0d1d0b486 vs integration: bump version number
new 8a69efc9542 [X86][SSE] Add more non-uniform exact sdiv vector tests cov [...]
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/CodeGen/X86/sdiv-exact.ll | 94 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 94 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 1e99c608efe vs integration: update the publisher name
new bb0d1d0b486 vs integration: bump version number
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/msbuild/source.extension.vsixmanifest | 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 binutils-gdb.
from 99f8774cca Explain what happens for PE targeted linkers in the case whe [...]
new e81b4c933c __tls_get_addr_opt stubs and tocsave optimization
new df136d64fa PowerPC64 EH info for _notoc linkage stubs
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 | 24 +++
bfd/elf64-ppc.c | 401 +++++++++++++++++++++++-------------
ld/ChangeLog | 8 +
ld/testsuite/ld-powerpc/notoc.d | 14 +-
ld/testsuite/ld-powerpc/notoc.s | 2 +
ld/testsuite/ld-powerpc/notoc.wf | 33 +++
ld/testsuite/ld-powerpc/powerpc.exp | 5 +-
7 files changed, 332 insertions(+), 155 deletions(-)
create mode 100644 ld/testsuite/ld-powerpc/notoc.wf
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.