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 e3861a0313 (Ada) Remove printing of array's first index when unneeded
new 672a41aa12 Fix email address in latest gdb/testsuite/ChangeLog 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:
gdb/testsuite/ChangeLog | 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 cd385f94a7 Update NEWS post GDB 8.1 branch creation.
new e3861a0313 (Ada) Remove printing of array's first index when unneeded
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/ChangeLog | 6 ++++++
gdb/ada-valprint.c | 2 ++
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.ada/array_char_idx.exp | 3 +++
gdb/testsuite/gdb.ada/array_char_idx/pck.ads | 3 +++
5 files changed, 20 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 gdb-8.1-branch
in repository binutils-gdb.
from 5219ac6237 Automatic date update in version.in
new db52f3d0a7 Bump version to 8.0.90.DATE-git.
new 7a9dac5b3c Set development mode to "off" by default.
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 | 4 ++++
bfd/development.sh | 2 +-
gdb/ChangeLog | 5 +++++
gdb/version.in | 2 +-
4 files changed, 11 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.
unknown user pushed a change to branch gdb-8.1-branch
in repository binutils-gdb.
at 5219ac6237 Automatic date update in version.in
No new revisions were added by this update.
--
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 09d2d446751 [GISel]: Don't create G_MUL with 1 during translation of GEP
new d84b15b1d9a [ORC] Re-revert r321838: Tests are still failing.
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/ExecutionEngine/JITSymbol.h | 13 +-
include/llvm/ExecutionEngine/Orc/Core.h | 234 ------------------
include/llvm/ExecutionEngine/Orc/OrcError.h | 15 +-
lib/ExecutionEngine/Orc/CMakeLists.txt | 1 -
lib/ExecutionEngine/Orc/Core.cpp | 323 -------------------------
lib/ExecutionEngine/Orc/OrcError.cpp | 23 +-
unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 -
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 226 -----------------
8 files changed, 4 insertions(+), 832 deletions(-)
delete mode 100644 include/llvm/ExecutionEngine/Orc/Core.h
delete mode 100644 lib/ExecutionEngine/Orc/Core.cpp
delete mode 100644 unittests/ExecutionEngine/Orc/CoreAPIsTest.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 llvm.
from 9b3761cc7d4 [ORC] Re-apply r321838 - Addition of new ORC core APIs.
new 09d2d446751 [GISel]: Don't create G_MUL with 1 during translation of GEP
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/GlobalISel/IRTranslator.cpp | 19 ++++++++++++-------
test/CodeGen/AArch64/GlobalISel/translate-gep.ll | 9 +++++++++
2 files changed, 21 insertions(+), 7 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 d5116081b [IRExecutionUnit] Remove broken/dead code.
new 8bddaffe6 [ArchSpec] Don't consider Unknown MachO64 as invalid.
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:
source/Utility/ArchSpec.cpp | 7 ++++++-
1 file changed, 6 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 bfdde981233 Debug Info: Support DW_AT_calling_convention on composite types.
new 9b3761cc7d4 [ORC] Re-apply r321838 - Addition of new ORC core APIs.
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/ExecutionEngine/JITSymbol.h | 13 +-
include/llvm/ExecutionEngine/Orc/Core.h | 234 ++++++++++++++++++
include/llvm/ExecutionEngine/Orc/OrcError.h | 15 +-
lib/ExecutionEngine/Orc/CMakeLists.txt | 1 +
lib/ExecutionEngine/Orc/Core.cpp | 323 +++++++++++++++++++++++++
lib/ExecutionEngine/Orc/OrcError.cpp | 23 +-
unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 +
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 226 +++++++++++++++++
8 files changed, 832 insertions(+), 4 deletions(-)
create mode 100644 include/llvm/ExecutionEngine/Orc/Core.h
create mode 100644 lib/ExecutionEngine/Orc/Core.cpp
create mode 100644 unittests/ExecutionEngine/Orc/CoreAPIsTest.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 clang.
from 7c74c0c802 Remove redundant test
new 30940fe1ee NFC. The patch fixes r321395, that cuased -Werror=unused-bu [...]
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/Serialization/ASTReader.cpp | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.