This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/memopt-power8
in repository glibc.
at ced72fd9d3 POWER8 memcpy tunables
This branch includes the following new commits:
new 3988adaf70 powerpc: POWER8 memcpy optimization
new ced72fd9d3 POWER8 memcpy tunables
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.
--
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 7e1bf43cb73 Recommit r313647 now that GCC seems to accept the offering
new b43e08fc022 [llvm-objcopy] Add test to check that architecture specific [...]
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:
...section-index-unsupported.test => hexagon-unsupported-on-x86.test} | 4 ++--
test/tools/llvm-objcopy/section-index-unsupported.test | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
copy test/tools/llvm-objcopy/{section-index-unsupported.test => hexagon-unsupporte [...]
--
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 b4ea5a3b360 dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWP
new 7e1bf43cb73 Recommit r313647 now that GCC seems to accept the offering
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:
utils/TableGen/CodeGenDAGPatterns.cpp | 80 +++++++++------
utils/TableGen/CodeGenDAGPatterns.h | 180 +++++++++++++++++++++++++++++++---
utils/TableGen/InfoByHwMode.h | 15 ++-
3 files changed, 230 insertions(+), 45 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 b22b73213fb PR libstdc++/71500 restore C++11 compatibility in <regex>
new 7ca6a927a4f * config/i386/i386.c (ix86_split_long_move): Do not handle [...]
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 | 9 +++++++--
gcc/config/i386/i386.c | 37 +++----------------------------------
2 files changed, 10 insertions(+), 36 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 a84aa64e93a Handle profile mismatch correctly for SamplePGO.
new b4ea5a3b360 dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWP
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/DWARFUnit.h | 71 +++++++++++++++++++++++++++-----
lib/DebugInfo/DWARF/DWARFContext.cpp | 5 +--
lib/DebugInfo/DWARF/DWARFUnit.cpp | 8 ++--
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp | 7 +++-
4 files changed, 71 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 llvm.
from 3796a45d298 Re-land "Fix Bug 30978 by emitting cv file checksums."
new a84aa64e93a Handle profile mismatch correctly for SamplePGO.
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/Transforms/IPO/SampleProfile.cpp | 7 ++++++-
.../SampleProfile/Inputs/indirect-call.prof | 3 +++
test/Transforms/SampleProfile/indirect-call.ll | 20 ++++++++++++++++++++
3 files changed, 29 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 llvm.
from 0cb391043b5 ExecutionEngine: add R_AARCH64_ABS{16,32}
new 46f29ab9593 [llvm-objcopy] Add support for nested and overlapping segments
new 3796a45d298 Re-land "Fix Bug 30978 by emitting cv file checksums."
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/IR/DebugInfoMetadata.h | 10 +-
include/llvm/MC/MCCodeView.h | 36 +++++--
include/llvm/MC/MCObjectStreamer.h | 1 +
include/llvm/MC/MCStreamer.h | 14 ++-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 20 ++--
lib/IR/DebugInfoMetadata.cpp | 2 +
lib/MC/MCAsmStreamer.cpp | 28 +++++-
lib/MC/MCCodeView.cpp | 121 +++++++++++++++++------
lib/MC/MCObjectStreamer.cpp | 3 +
lib/MC/MCParser/AsmParser.cpp | 47 +++++++--
lib/MC/MCStreamer.cpp | 7 +-
test/DebugInfo/COFF/inlining.ll | 6 +-
test/DebugInfo/COFF/multifile.ll | 58 +++++++++--
test/DebugInfo/COFF/simple.ll | 28 +++++-
test/MC/AArch64/coff-debug.ll | 2 +-
test/tools/llvm-objcopy/adjacent-segments.test | 62 ++++++++++++
test/tools/llvm-objcopy/identical-segments.test | 82 ++++++++++++++++
test/tools/llvm-objcopy/overlap-chain.test | 117 ++++++++++++++++++++++
test/tools/llvm-objcopy/pt-phdr.test | 71 ++++++++++++++
test/tools/llvm-objcopy/triple-overlap.test | 123 ++++++++++++++++++++++++
tools/llvm-objcopy/Object.cpp | 72 ++++++++++++--
tools/llvm-objcopy/Object.h | 1 +
unittests/IR/MetadataTest.cpp | 3 +-
23 files changed, 827 insertions(+), 87 deletions(-)
create mode 100644 test/tools/llvm-objcopy/adjacent-segments.test
create mode 100644 test/tools/llvm-objcopy/identical-segments.test
create mode 100644 test/tools/llvm-objcopy/overlap-chain.test
create mode 100644 test/tools/llvm-objcopy/pt-phdr.test
create mode 100644 test/tools/llvm-objcopy/triple-overlap.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 fcedb0e8851 Revert "Improve TableGen performance of -gen-dag-isel (moti [...]
new 0cb391043b5 ExecutionEngine: add R_AARCH64_ABS{16,32}
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/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 12 ++++++++++++
.../RuntimeDyld/AArch64/ELF_ARM64_relocations.s | 13 +++++++++++++
2 files changed, 25 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 lldb.
from e8409abbd Fix build of TaskPoolTest with xcodebuild
new 477588184 Re-land r313210 - Fix for bug 34532 - A few rough corners rel [...]
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:
.../postmortem/elf-core/TestLinuxCore.py | 30 +++++++++++++++++
.../postmortem/minidump-new/TestMiniDumpNew.py | 39 ++++++++++++++++++++--
source/Commands/CommandObjectThread.cpp | 8 ++++-
source/Plugins/Process/elf-core/ProcessElfCore.h | 10 ++++++
source/Plugins/Process/minidump/ProcessMinidump.h | 8 +++++
source/Target/Process.cpp | 10 +++++-
6 files changed, 100 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 clang.
from 9411957410 [Sema] Disallow assigning record lvalues with nested const-q [...]
new a576fcd740 Fix ClangDiagnosticHandler::is*RemarkEnabled members
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/CodeGenAction.cpp | 9 +++++----
test/Frontend/optimization-remark-extra-analysis.c | 11 +++++++++++
2 files changed, 16 insertions(+), 4 deletions(-)
create mode 100644 test/Frontend/optimization-remark-extra-analysis.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.