This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 50f412d3251 [ORC] Silence a compiler error.
new dda1921ef42 [ExecutionEngine] Add a getSymbolTable method to RuntimeDyld.
new 58ecc853fca [ORC] Fix a data race in the lookup function.
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:
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 12 ++++----
include/llvm/ExecutionEngine/RuntimeDyld.h | 7 +++++
lib/ExecutionEngine/Orc/Core.cpp | 34 +++++++++++++++-------
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 6 ++++
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 15 ++++++++++
5 files changed, 58 insertions(+), 16 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 a6cdf4f3c0b PR c++/82336 - link error with list-init default argument.
new 1be31e55346 PR c++/84596 * semantics.c (finish_static_assert): Check [...]
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/cp/ChangeLog | 7 +++++++
gcc/cp/semantics.c | 3 +--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/static_assert15.C | 10 ++++++++++
4 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/static_assert15.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 llvm.
from a4b7c02dd57 [ORC] Add a 'lookup' convenience function for finding symbo [...]
new 50f412d3251 [ORC] Silence a compiler error.
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/Orc/Core.cpp | 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 144840375f2 Disable test debuglineinfo-path on powerpc
new a4b7c02dd57 [ORC] Add a 'lookup' convenience function for finding symbo [...]
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/Orc/Core.h | 46 ++++++++++
lib/ExecutionEngine/Orc/Core.cpp | 118 +++++++++++++++++++++++++
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 77 ++++++++++++++++
3 files changed, 241 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 84d2fc5b2 [test] Replace some references to Apple-internal bugs
new 18eea96e7 [SymbolFilePDB] Rewrite ParseTypes method
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/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 67 ++++++++++++++++++-------
1 file changed, 48 insertions(+), 19 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 edc3de56875 grep for global functions only
new 144840375f2 Disable test debuglineinfo-path on powerpc
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/DebugInfo/debuglineinfo-path.ll | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 cd5551fae6 Check that a field is not annotated with attribute "unavaila [...]
new e5f2c8657c [hwasan] update docs
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:
docs/HardwareAssistedAddressSanitizerDesign.rst | 37 +++++++++++++++----------
1 file changed, 23 insertions(+), 14 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 92c9ff9745a 2018-03-13 Steven G. Kargl <kargl(a)gcc.gnu.org>
new a6cdf4f3c0b PR c++/82336 - link error with list-init default argument.
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/cp/ChangeLog | 6 ++++++
gcc/cp/decl.c | 4 +++-
gcc/testsuite/g++.dg/cpp0x/initlist-defarg2.C | 8 ++++++++
3 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-defarg2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.