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 b6240efd1 [msan] fix iconv interceptor. before the fix the interceptor [...]
new 379a34bac [XRay][compiler-rt] Add another work-around to XRay FDR tests [...]
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/xray/xray_fdr_logging.cc | 3 ++-
lib/xray/xray_fdr_logging_impl.h | 4 +++-
2 files changed, 5 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 master
in repository llvm.
from 06090406b0c [IR] Add AttributeSet to hide AttributeSetNode* again, NFC
new 2a0eb61dccc [WebAssembly] Update use of Attributes after r299875
new e9dc13a1838 Revert "[WebAssembly] Update use of Attributes after r299875"
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:
--
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 824c3767b35 Remove xgene1 from host detection
new 06090406b0c [IR] Add AttributeSet to hide AttributeSetNode* again, 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:
include/llvm/IR/AttributeSetNode.h | 93 -----------
include/llvm/IR/Attributes.h | 97 +++++++++--
lib/AsmParser/LLParser.cpp | 27 ++--
lib/AsmParser/LLParser.h | 8 +-
lib/IR/AsmWriter.cpp | 44 +++--
lib/IR/AttributeImpl.h | 91 +++++++++--
lib/IR/Attributes.cpp | 205 +++++++++++++++---------
lib/IR/Core.cpp | 25 +--
lib/Transforms/IPO/ArgumentPromotion.cpp | 12 +-
lib/Transforms/IPO/DeadArgumentElimination.cpp | 16 +-
lib/Transforms/IPO/MergeFunctions.cpp | 3 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 7 +-
lib/Transforms/Utils/CloneFunction.cpp | 12 +-
13 files changed, 356 insertions(+), 284 deletions(-)
delete mode 100644 include/llvm/IR/AttributeSetNode.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 clang.
from e0f4a8bf0f Silence unused variable warning in release builds.
new 9cdcf26331 [IR] Add AttributeSet to hide AttributeSetNode* again, 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:
lib/CodeGen/CodeGenModule.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 zorg.
from 3f909e9 build.py: Move flag earlier so we can override it with --cmak [...]
new 39089ca Added support for requesting a clean build from a commit comment.
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/buildbot/changes/llvmpoller.py | 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 lldb.
from 4ecaed8d6 Add missing annotation to TestDataFormatterUnordered
new 6198691a9 Teach SBFrame how to guess its language.
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/lldb/API/SBFrame.h | 4 +++
.../test/functionalities/frame-language/Makefile | 12 ++++++++
.../frame-language/TestGuessLanguage.py} | 33 +++++++++++++---------
.../test/functionalities/frame-language/main.cpp | 10 +++++++
.../functionalities/frame-language/other-2.cpp | 7 +++++
.../test/functionalities/frame-language/other.cpp | 10 +++++++
.../test/functionalities/frame-language/other.h | 7 +++++
.../test/functionalities/frame-language/somefunc.c | 7 +++++
scripts/interface/SBFrame.i | 8 ++++++
source/API/SBFrame.cpp | 19 +++++++++++++
source/Core/Mangled.cpp | 8 ++++++
source/Target/StackFrame.cpp | 11 ++++++--
12 files changed, 120 insertions(+), 16 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/functionalities/frame-language/Makefile
copy packages/Python/lldbsuite/test/{sample_test/TestSampleTest.py => functionalit [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/frame-language/main.cpp
create mode 100644 packages/Python/lldbsuite/test/functionalities/frame-language/o [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/frame-language/o [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/frame-language/other.h
create mode 100644 packages/Python/lldbsuite/test/functionalities/frame-language/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 compiler-rt.
from ef3c0d303 Implement standalone lsan interceptors for OS X
new b6240efd1 [msan] fix iconv interceptor. before the fix the interceptor [...]
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:
.../sanitizer_common_interceptors.inc | 2 +-
test/sanitizer_common/TestCases/Linux/iconv_test.c | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 test/sanitizer_common/TestCases/Linux/iconv_test.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 lld.
from 9ef435c6c Revert "[lld] Keep full library path in DT_NEEDED."
new aeeb0bced [lld] Keep full library path in DT_NEEDED.
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/Driver.cpp | 11 ++++++++---
ELF/Driver.h | 2 +-
ELF/InputFiles.cpp | 2 +-
ELF/InputFiles.h | 4 ++++
ELF/ScriptParser.cpp | 13 +++++++------
test/ELF/as-needed-no-reloc.s | 2 +-
test/ELF/no-soname.s | 31 +++++++++++++++++++++++++++++++
test/ELF/relro-omagic.s | 2 +-
8 files changed, 54 insertions(+), 13 deletions(-)
create mode 100644 test/ELF/no-soname.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 libcxx.
from 01208afb Implement LWG#2873: 'Add noexcept to several shared_ptr relat [...]
new a98a4514 Add some FAIL constexpr tests for optional's copy/move ctors.
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:
.../copy.fail.cpp} | 29 ++++++++---------
.../optional.object.ctor/move.fail.cpp | 37 ++++++++++++++++++++++
2 files changed, 51 insertions(+), 15 deletions(-)
copy test/std/utilities/optional/optional.object/{optional.object.observe/has_valu [...]
create mode 100644 test/std/utilities/optional/optional.object/optional.object.cto [...]
--
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 ae71a97f3 [lld] Keep full library path in DT_NEEDED.
new 9ef435c6c Revert "[lld] Keep full library path in DT_NEEDED."
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/Driver.cpp | 11 +++--------
ELF/Driver.h | 2 +-
ELF/InputFiles.cpp | 2 +-
ELF/InputFiles.h | 4 ----
ELF/ScriptParser.cpp | 13 ++++++-------
test/ELF/as-needed-no-reloc.s | 2 +-
test/ELF/no-soname.s | 31 -------------------------------
test/ELF/relro-omagic.s | 24 ++++++++++--------------
8 files changed, 22 insertions(+), 67 deletions(-)
delete mode 100644 test/ELF/no-soname.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.