This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from eaded4d [ELF] - Added additional comments on top of r292789 (D29021)
new 27698fb [lld][cmake] Fix BUILD_SHARED_LIBS installation
new d0c21a6 [ELF] Correct sh_info for static symbol table
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:
ELF/SyntheticSections.cpp | 12 +++++++-----
cmake/modules/AddLLD.cmake | 34 +++++++++++++++++++++++++++++++++-
test/ELF/basic-mips.s | 2 +-
test/ELF/basic-ppc.s | 2 +-
4 files changed, 42 insertions(+), 8 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 7664071 [lit] Allow boolean expressions in REQUIRES and XFAIL and UNS [...]
new f61f422 [Support] Add sys::fs::set_current_path() (aka chdir)
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/Support/FileSystem.h | 7 +++++++
lib/Support/Unix/Path.inc | 10 ++++++++++
lib/Support/Windows/Path.inc | 12 ++++++++++++
unittests/Support/Path.cpp | 19 +++++++++++++++++++
4 files changed, 48 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 libcxx.
from 1bd94ed Fix bad XFAIL which recent LIT changes diagnosed
new 1a3bde1 Revert yet another accidental change caused by r292684
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/libcxx/test/config.py | 9 +++++++++
1 file changed, 9 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 libcxxabi.
from dc0e3f7 Fix catch_reference_nullptr.pass.cpp test for GCC.
new 279d648 Remove all usages of REQUIRES-ANY in the test suite.
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/unwind_02.pass.cpp | 2 +-
test/unwind_03.pass.cpp | 2 +-
test/unwind_04.pass.cpp | 2 +-
test/unwind_05.pass.cpp | 2 +-
4 files changed, 4 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 libcxx.
from 66ed0bc Remove all usages of REQUIRES-ANY in the test suite.
new 1bd94ed Fix bad XFAIL which recent LIT changes diagnosed
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/std/utilities/meta/meta.unary.prop.query/void_t.pass.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 binutils-gdb.
from 077c11e [ld, testsuite] Always assemble those intermeidate .o files u [...]
new fae1616 [PATCH] Add NT_ARM_SVE
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/ChangeLog | 4 ++++
include/elf/common.h | 2 ++
2 files changed, 6 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 gcc.
from a57264e PR middle-end/79123 * gimple-ssa-warn-alloca.c (alloca_call [...]
new b3b7bbc [PR 79198] Call ipa-prop func summary destructor
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 | 7 +++++++
gcc/ipa-prop.c | 3 +++
2 files changed, 10 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 llvm.
from 288f422 Revert "[lit] Allow boolean expressions in REQUIRES and XFAIL [...]
new 7664071 [lit] Allow boolean expressions in REQUIRES and XFAIL and UNS [...]
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/TestingGuide.rst | 64 +++---
utils/lit/lit/BooleanExpression.py | 251 +++++++++++++++++++++
utils/lit/lit/Test.py | 118 ++++++++--
utils/lit/lit/TestRunner.py | 165 +++++++++-----
.../Inputs/shtest-format/requires-missing.txt | 7 +-
.../Inputs/shtest-format/requires-present.txt | 4 +-
.../tests/Inputs/shtest-format/requires-star.txt | 3 +
.../tests/Inputs/shtest-format/requires-triple.txt | 3 +
.../shtest-format/unsupported-expr-false.txt | 9 +
.../Inputs/shtest-format/unsupported-expr-true.txt | 4 +
.../Inputs/shtest-format/unsupported-star.txt | 3 +
.../Inputs/shtest-format/xfail-expr-false.txt | 3 +
.../tests/Inputs/shtest-format/xfail-expr-true.txt | 4 +
utils/lit/tests/boolean-parsing.py | 4 +
utils/lit/tests/shtest-format.py | 15 +-
utils/lit/tests/unit/TestRunner.py | 57 +++++
16 files changed, 602 insertions(+), 112 deletions(-)
create mode 100644 utils/lit/lit/BooleanExpression.py
create mode 100644 utils/lit/tests/Inputs/shtest-format/requires-star.txt
create mode 100644 utils/lit/tests/Inputs/shtest-format/requires-triple.txt
create mode 100644 utils/lit/tests/Inputs/shtest-format/unsupported-expr-false.txt
create mode 100644 utils/lit/tests/Inputs/shtest-format/unsupported-expr-true.txt
create mode 100644 utils/lit/tests/Inputs/shtest-format/unsupported-star.txt
create mode 100644 utils/lit/tests/Inputs/shtest-format/xfail-expr-false.txt
create mode 100644 utils/lit/tests/Inputs/shtest-format/xfail-expr-true.txt
create mode 100644 utils/lit/tests/boolean-parsing.py
--
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 4c7d2cb Fix build failure with MPFR 2.4.x
new a57264e PR middle-end/79123 * gimple-ssa-warn-alloca.c (alloca_call [...]
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 | 6 ++++++
gcc/gimple-ssa-warn-alloca.c | 25 +++++++++++++++++++++++--
gcc/testsuite/gcc.dg/Walloca-13.c | 11 +++++++++++
3 files changed, 40 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Walloca-13.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 bf786ac Do not allocate space for common symbols with -r
new eaded4d [ELF] - Added additional comments on top of r292789 (D29021)
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/InputSection.cpp | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.