This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 8134888 builtins: Allow building windows arm functions for mingw
new 2a05c83 [XRay] Support AArch64 in compiler-rt
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:
cmake/config-ix.cmake | 2 +-
include/xray/xray_interface.h | 7 +++
lib/xray/CMakeLists.txt | 5 ++
lib/xray/xray_AArch64.cc | 105 +++++++++++++++++++++++++++++++++++++
lib/xray/xray_inmemory_log.cc | 6 +--
lib/xray/xray_interface.cc | 2 +
lib/xray/xray_trampoline_AArch64.S | 89 +++++++++++++++++++++++++++++++
7 files changed, 212 insertions(+), 4 deletions(-)
create mode 100644 lib/xray/xray_AArch64.cc
create mode 100644 lib/xray/xray_trampoline_AArch64.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 02ca2cb [GlobalSplit] Port to the new pass manager.
new 4fedda5 [XRay][AArch64] Implemented a test for the compile-time sleds [...]
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/AArch64/AArch64AsmPrinter.cpp | 4 +++-
.../xray-attribute-instrumentation.ll} | 16 ++++++++++++----
2 files changed, 15 insertions(+), 5 deletions(-)
copy test/CodeGen/{ARM/xray-armv7-attribute-instrumentation.ll => AArch64/xray-att [...]
--
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 lld.
from bbb6219 Simplify. NFC.
new c869900 Add comments.
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/LinkerScript.cpp | 53 ++++++++++++++++++++++++++++++++--------------------
ELF/LinkerScript.h | 2 +-
ELF/Writer.cpp | 37 ++++++++++++++++++++++++++++++------
3 files changed, 65 insertions(+), 27 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 lld.
from 2dadc22 Simplify. NFC.
new bbb6219 Simplify. NFC.
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/LinkerScript.cpp | 39 ++++++++++++++++++---------------------
1 file changed, 18 insertions(+), 21 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 libcxx.
from 388ffe1 Adjust uses_alloc_types helpers for later changes
new 487bc7e Mark variadic lock guard tests as XFAIL with modules, since t [...]
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:
.../thread.lock/thread.lock.guard/variadic_adopt_lock.pass.cpp | 4 ++++
.../thread.lock/thread.lock.guard/variadic_assign.fail.cpp | 4 ++++
.../thread.mutex/thread.lock/thread.lock.guard/variadic_copy.fail.cpp | 4 ++++
.../thread.lock/thread.lock.guard/variadic_mutex.fail.cpp | 4 ++++
.../thread.lock/thread.lock.guard/variadic_mutex.pass.cpp | 4 ++++
.../thread.lock/thread.lock.guard/variadic_mutex_cxx03.pass.cpp | 1 -
.../thread.lock/thread.lock.guard/variadic_types.pass.cpp | 4 ++++
7 files changed, 24 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 libcxx.
from 6f7f0b8 Fix stdint/cstdint modules
new 388ffe1 Adjust uses_alloc_types helpers for later changes
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/support/uses_alloc_types.hpp | 19 +++++++++++++++++--
1 file changed, 17 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 release_39
in repository libcxx.
from ff4c6a0 Merging r279008: -------------------------------------------- [...]
new 1ebab9e Merge r286774 - Fixes PR30979
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/tuple | 8 ++--
.../tuple/tuple.tuple/tuple.cnstr/move.pass.cpp | 50 ++++++++++++++++++++++
2 files changed, 54 insertions(+), 4 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 544f14c [mips] Restrict tail call optimization
new 02ca2cb [GlobalSplit] Port to the new pass manager.
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/Transforms/IPO/GlobalSplit.h | 30 ++++++++++++++++++++++++++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/GlobalSplit.cpp | 7 +++++++
test/Transforms/GlobalSplit/basic.ll | 1 +
5 files changed, 40 insertions(+)
create mode 100644 include/llvm/Transforms/IPO/GlobalSplit.h
--
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 5190d71 2016-11-20 Harald Anlauf <anlauf(a)gmx.de>
new 2bcb0e6 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from f7bd16c 2016-11-20 Harald Anlauf <anlauf(a)gmx.de>
new 339e340 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.