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 81e8046dc0 x86-64: Move PIC check for PC-relative relocations back
new 34dafe9f39 [gdb/testsuite] Fix compare-sections.exp with -fPIE/-pie
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/compare-sections.exp | 11 +++++++++--
2 files changed, 14 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 588d5592 0: update: gcc-934fa1d2bac78352f0cedc705ab253ab69f74cda: all
new aa8ea76e 1: reset: linux-b8b576a16f79efbdde49348147f491b176537d88: 19648
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:
01-reset_artifacts/console.log | 168 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 10046 ++++++------
04-build_abe-stage1/console.log | 18330 +++++++++++-----------
05-build_linux/console.log | 1033 +-
06-boot_linux/console.log | 8 -
07-check_regression/console.log | 19 +-
08-update_baseline/console.log | 10 +-
console.log | 30025 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 4 +-
12 files changed, 29603 insertions(+), 30472 deletions(-)
delete mode 100644 06-boot_linux/console.log
create mode 100644 reset-baseline
--
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 7490cd5d25c [Attributor] Add all missing attribute definitions/symbols
new 222b3548b71 [CodeGenPrepare] fix RUN line settings
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/CodeGenPrepare/sink-shift-and-trunc.ll | 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 llvm.
from b11ea06f421 [X86] Use Register/MCRegister in more places in X86
new 4f0c62c4488 [RWMutex] Simplify availability check
new 7490cd5d25c [Attributor] Add all missing attribute definitions/symbols
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/Support/RWMutex.h | 16 ++--
lib/Support/RWMutex.cpp | 2 +-
lib/Transforms/IPO/Attributor.cpp | 152 +++++++++++++++++++++++++++++---------
3 files changed, 126 insertions(+), 44 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 87c60e784 [lldb][NFC] Allow for-ranges on StringList
new 75889a19f [Utility] Reimplement RegularExpression on top of llvm::Regex
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:
.../lldb/Breakpoint/BreakpointResolverFileRegex.h | 2 +-
include/lldb/Breakpoint/BreakpointResolverName.h | 2 +-
include/lldb/Core/AddressResolverName.h | 2 +-
include/lldb/Interpreter/OptionValueRegex.h | 4 +-
include/lldb/Utility/RegularExpression.h | 139 ++++---------------
source/Breakpoint/BreakpointResolverFileRegex.cpp | 9 +-
source/Breakpoint/BreakpointResolverName.cpp | 4 +-
source/Commands/CommandObjectBreakpoint.cpp | 12 +-
source/Commands/CommandObjectFrame.cpp | 6 +-
source/Core/AddressResolverName.cpp | 4 +-
source/Core/Disassembler.cpp | 25 ++--
source/Host/common/Socket.cpp | 36 +++--
source/Interpreter/CommandObject.cpp | 2 +-
source/Interpreter/CommandObjectRegexCommand.cpp | 9 +-
source/Interpreter/OptionArgParser.cpp | 36 ++---
source/Interpreter/OptionValueRegex.cpp | 9 +-
.../Disassembler/llvm/DisassemblerLLVMC.cpp | 7 +-
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 18 +--
.../Process/Utility/DynamicRegisterInfo.cpp | 113 ++++++++--------
.../DarwinLog/StructuredDataDarwinLog.cpp | 7 +-
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 20 ++-
source/Symbol/ObjectFile.cpp | 17 +--
source/Symbol/Variable.cpp | 12 +-
source/Target/ThreadPlanStepInRange.cpp | 29 ++--
source/Utility/RegularExpression.cpp | 147 +++------------------
unittests/Utility/CMakeLists.txt | 3 +-
unittests/Utility/NameMatchesTest.cpp | 4 +-
unittests/Utility/RegularExpressionTest.cpp | 65 +++++++++
28 files changed, 275 insertions(+), 468 deletions(-)
create mode 100644 unittests/Utility/RegularExpressionTest.cpp
--
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 398fdd6086 Remove the TUI execution info window
new 81e8046dc0 x86-64: Move PIC check for PC-relative relocations back
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 | 7 ++
bfd/elf64-x86-64.c | 149 ++++++++++++++++-------------------
ld/ChangeLog | 9 +++
ld/testsuite/ld-x86-64/pr24905-x32.d | 8 ++
ld/testsuite/ld-x86-64/pr24905.d | 7 ++
ld/testsuite/ld-x86-64/pr24905.s | 6 ++
ld/testsuite/ld-x86-64/pr24905.t | 1 +
ld/testsuite/ld-x86-64/x86-64.exp | 2 +
8 files changed, 110 insertions(+), 79 deletions(-)
create mode 100644 ld/testsuite/ld-x86-64/pr24905-x32.d
create mode 100644 ld/testsuite/ld-x86-64/pr24905.d
create mode 100644 ld/testsuite/ld-x86-64/pr24905.s
create mode 100644 ld/testsuite/ld-x86-64/pr24905.t
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/gcc.
from 348d49d1b65 2019-08-15 Steve Ellcey <sellcey(a)marvell.com>
adds c4730404d7f Daily bump.
adds d3df0dfcc4e * test_summary: Do not escape "=".
adds 6dcd35e72b5 2019-08-16 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
adds 934fa1d2bac 2019-08-16 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
No new revisions were added by this update.
Summary of changes:
contrib/ChangeLog | 4 ++++
contrib/test_summary | 2 +-
gcc/ChangeLog | 16 ++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/lra-int.h | 1 +
gcc/lra-remat.c | 9 ---------
gcc/lra-spills.c | 13 +++++++++++++
gcc/lra.c | 6 +++++-
8 files changed, 41 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 7fe7d5d979 Automatic date update in version.in
adds 3fa38ff7e5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.