This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/binutils-gdb.
from 637d905555 Automatic date update in version.in
adds 081de957bc Automatic date update in version.in
adds 0f494b0143 PR23937, powerpc64le local ifunc IRELATIVE relocs are wrong
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 6 ++++
bfd/elf64-ppc.c | 3 +-
bfd/version.h | 2 +-
ld/ChangeLog | 6 ++++
ld/testsuite/ld-powerpc/powerpc.exp | 1 +
ld/testsuite/ld-powerpc/pr23937.d | 10 ++++++
ld/testsuite/ld-powerpc/pr23937.s | 65 +++++++++++++++++++++++++++++++++++++
7 files changed, 91 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-powerpc/pr23937.d
create mode 100644 ld/testsuite/ld-powerpc/pr23937.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 7d9ba495dd9 [X86] Fix a couple types in SimplifyDemandedVectorEltsForTa [...]
new 31393f1f983 [SystemZ::TTI] i8/i16 operands extension costs revisited
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/SystemZ/SystemZTargetTransformInfo.cpp | 36 +++++++-------
test/Analysis/CostModel/SystemZ/divrem-reg.ll | 56 +++++++++++-----------
.../CostModel/SystemZ/int-operands-extcost.ll | 45 +++++++++++++++++
test/Analysis/CostModel/SystemZ/logical.ll | 8 ++--
.../CostModel/SystemZ/memop-folding-int-arith.ll | 24 +++++-----
5 files changed, 105 insertions(+), 64 deletions(-)
create mode 100644 test/Analysis/CostModel/SystemZ/int-operands-extcost.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 lldb.
from e23d0515d [Symbol] Search symbols with name and type in a symbol file
new dec877595 [PDB] Support PDB-backed expressions evaluation
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:
lit/SymbolFile/PDB/Inputs/ExpressionsTest.cpp | 20 ++++++++++
lit/SymbolFile/PDB/Inputs/ExpressionsTest0.script | 7 ++++
lit/SymbolFile/PDB/Inputs/ExpressionsTest1.script | 1 +
lit/SymbolFile/PDB/Inputs/ExpressionsTest2.script | 2 +
lit/SymbolFile/PDB/expressions.test | 36 ++++++++++++++++++
source/Expression/IRExecutionUnit.cpp | 2 +-
.../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 6 +--
.../Process/Windows/Common/ProcessWindows.cpp | 5 ++-
.../Windows/Common/RegisterContextWindows.cpp | 2 +-
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 40 ++++++++++++++++----
source/Plugins/SymbolFile/PDB/PDBASTParser.h | 4 +-
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 44 ++++++++++++----------
12 files changed, 135 insertions(+), 34 deletions(-)
create mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest.cpp
create mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest0.script
create mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest1.script
create mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest2.script
create mode 100644 lit/SymbolFile/PDB/expressions.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 lldb.
from b1cebed3e Fix the Xcode project (pt. 2)
new e23d0515d [Symbol] Search symbols with name and type in a symbol file
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/Symbol/SymbolFile.h | 2 +
include/lldb/Symbol/SymbolVendor.h | 2 +
source/Core/Address.cpp | 6 ++-
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 52 +++++++++++++++++++++++++
source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 2 +
source/Symbol/SymbolVendor.cpp | 27 ++++++++-----
unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 17 ++++++++
7 files changed, 97 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.