This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from d153b35ba Fix errors in r308335 and add "REQUIRES: x86" to one more file.
new 674092a8a Fix a crash.
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/Writer.cpp | 2 +-
test/ELF/linkerscript/exidx-crash.s | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/exidx-crash.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 gcc-5-branch
in repository gcc.
from 78a767f719e Daily bump.
new 400afe59738 PR target/81471 * config/i386/i386.md (rorx_immediate_ope [...]
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 | 13 ++++++++++++-
gcc/config/i386/i386.md | 19 ++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr81471.c | 13 +++++++++++++
4 files changed, 42 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81471.c
--
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 libunwind.
from 9aa1d5e [libunwind][CMake] Add install path variable to allow overrid [...]
new efc971a [CMake] Set library dir to be LLVM's intermediate output dir
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:
CMakeLists.txt | 10 +++++++++-
1 file changed, 9 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 zorg.
from 4f9c8e0 Fix: Invalid value for "--commit": --sandbox is not a valid integer
new b12d3c9 Display arguments passed to dotest.py
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:
zorg/jenkins/build.py | 1 +
1 file changed, 1 insertion(+)
--
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 df1d4745258 [RuntimeDyld][MachO/ARM] Don't add a redundant relocation entry.
new d888646bf4e llvm: add llvm-dlltool support to the archiver
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/Object/COFFModuleDefinition.h | 7 +-
.../llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h | 24 ++++
lib/Object/ArchiveWriter.cpp | 3 +-
lib/Object/COFFImportFile.cpp | 114 +++++++++++++--
lib/Object/COFFModuleDefinition.cpp | 22 ++-
lib/Object/COFFObjectFile.cpp | 5 +-
lib/ToolDrivers/CMakeLists.txt | 1 +
lib/ToolDrivers/LLVMBuild.txt | 2 +-
lib/ToolDrivers/llvm-dlltool/CMakeLists.txt | 9 ++
lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 160 +++++++++++++++++++++
lib/ToolDrivers/{ => llvm-dlltool}/LLVMBuild.txt | 10 +-
lib/ToolDrivers/llvm-dlltool/Options.td | 26 ++++
test/CMakeLists.txt | 1 +
test/DllTool/coff-exports.def | 13 ++
test/DllTool/coff-weak-exports.def | 19 +++
test/DllTool/lit.local.cfg | 1 +
tools/llvm-ar/CMakeLists.txt | 2 +
tools/llvm-ar/llvm-ar.cpp | 6 +-
18 files changed, 393 insertions(+), 32 deletions(-)
create mode 100644 include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h
create mode 100644 lib/ToolDrivers/llvm-dlltool/CMakeLists.txt
create mode 100644 lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
copy lib/ToolDrivers/{ => llvm-dlltool}/LLVMBuild.txt (80%)
create mode 100644 lib/ToolDrivers/llvm-dlltool/Options.td
create mode 100644 test/DllTool/coff-exports.def
create mode 100644 test/DllTool/coff-weak-exports.def
create mode 100644 test/DllTool/lit.local.cfg
--
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 441b4ee1b07 Revert r308329: llvm: add llvm-dlltool support to the archiver
new df1d4745258 [RuntimeDyld][MachO/ARM] Don't add a redundant relocation entry.
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/Targets/RuntimeDyldMachOARM.h | 1 -
1 file changed, 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 3aaa64c77 Fix NetBSD/FreeBSD build after r308304
new f921575e6 [CMake] [NFC] Remove out of date and redundant version requirement
new bb450ddd1 [CMake] Refactor debugserver build system
new 3b769a5cc [CMake] A few fixups to support building LLDB for iOS
The 3 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:
cmake/modules/LLDBConfig.cmake | 34 ++++++++++++++--------
cmake/modules/LLDBStandalone.cmake | 1 -
source/Host/CMakeLists.txt | 4 +++
tools/debugserver/CMakeLists.txt | 19 +++++++++++-
tools/debugserver/source/CMakeLists.txt | 20 ++++++++++---
tools/debugserver/source/MacOSX/CMakeLists.txt | 25 ++++++++++++----
.../source/MacOSX/DarwinLog/CMakeLists.txt | 2 +-
.../debugserver/source/MacOSX/i386/CMakeLists.txt | 4 ---
.../source/MacOSX/x86_64/CMakeLists.txt | 8 -----
9 files changed, 81 insertions(+), 36 deletions(-)
delete mode 100644 tools/debugserver/source/MacOSX/i386/CMakeLists.txt
delete mode 100644 tools/debugserver/source/MacOSX/x86_64/CMakeLists.txt
--
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 8d6a57fd075 2017-07-18 François Dumont <fdumont(a)gcc.gnu.org>
new 186e3417a3c update my entry in MAINTAINERS
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:
ChangeLog | 4 ++++
MAINTAINERS | 2 +-
2 files changed, 5 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 6bad828e627 llvm: fix -Wcast gcc warn error from rL308329
new 441b4ee1b07 Revert r308329: llvm: add llvm-dlltool support to the archiver
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/Object/COFFModuleDefinition.h | 7 +-
.../llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h | 24 ----
lib/Object/ArchiveWriter.cpp | 3 +-
lib/Object/COFFImportFile.cpp | 114 ++-------------
lib/Object/COFFModuleDefinition.cpp | 22 +--
lib/Object/COFFObjectFile.cpp | 5 +-
lib/ToolDrivers/CMakeLists.txt | 1 -
lib/ToolDrivers/LLVMBuild.txt | 2 +-
lib/ToolDrivers/llvm-dlltool/CMakeLists.txt | 9 --
lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 160 ---------------------
lib/ToolDrivers/llvm-dlltool/LLVMBuild.txt | 22 ---
lib/ToolDrivers/llvm-dlltool/Options.td | 26 ----
test/DllTool/coff-exports.def | 13 --
test/DllTool/coff-weak-exports.def | 19 ---
test/DllTool/lit.local.cfg | 1 -
tools/llvm-ar/CMakeLists.txt | 2 -
tools/llvm-ar/llvm-ar.cpp | 6 +-
17 files changed, 26 insertions(+), 410 deletions(-)
delete mode 100644 include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h
delete mode 100644 lib/ToolDrivers/llvm-dlltool/CMakeLists.txt
delete mode 100644 lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
delete mode 100644 lib/ToolDrivers/llvm-dlltool/LLVMBuild.txt
delete mode 100644 lib/ToolDrivers/llvm-dlltool/Options.td
delete mode 100644 test/DllTool/coff-exports.def
delete mode 100644 test/DllTool/coff-weak-exports.def
delete mode 100644 test/DllTool/lit.local.cfg
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.