This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4f7a40f673 Update for layering fix in LLVM CodeGen<>Target
new bd68768a38 [CUDA] Remove implementations of nexttoward.
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/Headers/__clang_cuda_cmath.h | 23 ++++-------------------
lib/Headers/__clang_cuda_math_forward_declares.h | 8 ++++----
2 files changed, 8 insertions(+), 23 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 64b283d23b Re-revert "Refactor debuginfo-tests"
new 4f7a40f673 Update for layering fix in LLVM CodeGen<>Target
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/BackendUtil.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 6d3e69e8141 Current implementation of Value::replaceUsesExceptBlockAddr [...]
new 56520dccc93 Re-revert "Refactor debuginfo-tests"
new 42c46c1f3b7 [PredicateInfo] Add comment about why we require stable sort
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:
CMakeLists.txt | 19 +++++++------------
lib/Transforms/Utils/PredicateInfo.cpp | 5 +++++
projects/CMakeLists.txt | 1 -
utils/lit/lit/llvm/config.py | 9 +++------
utils/test_debuginfo.pl | 2 +-
5 files changed, 16 insertions(+), 20 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 a0bb6678c7 PR22763: if a defaulted (non-user-provided) special member f [...]
new 64b283d23b Re-revert "Refactor debuginfo-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:
test/CMakeLists.txt | 7 -------
test/lit.cfg.py | 2 ++
2 files changed, 2 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 compiler-rt.
from 51b009af1 [libFuzzer] Fix flaky merge.test.
new 627dda342 [fuzzer] Initialize PcDescr buffer before calling __sanitizer [...]
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/fuzzer/FuzzerUtil.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 8fafa168697 [ARM] 't' asm constraint should accept i32
new 6d3e69e8141 Current implementation of Value::replaceUsesExceptBlockAddr [...]
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/IR/Value.cpp | 10 ++++++++-
test/Transforms/LowerTypeTests/blockaddress-2.ll | 26 ++++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LowerTypeTests/blockaddress-2.ll
--
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 lnt.
from 26e0a68 We often lookup regression indicators by regression, index that
new fe2d0c4 Use lnt logger
new b4bd161 Use less indentation in schema files
new 9ec3f0d docs/importing_data: Fix metric name spelling
new 6b81f83 Add a yaml schema for the nts suite
new 10609ce Rename duplicate() -> __copy__()
new 9632826 v4db: Avoid expiring objects on commit()
new 7656244 Store a display name and unit for metrics in the test suite schema
new e293a6e Add a rest API to query the test suite schema
The 8 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/api.rst | 2 +
docs/importing_data.rst | 2 +-
docs/my_suite.yaml | 30 ++++----
lnt/server/db/migrations/upgrade_15_to_16.py | 6 +-
lnt/server/db/migrations/upgrade_16_to_17.py | 7 +-
lnt/server/db/testsuite.py | 81 +++++++++++++++++++---
lnt/server/db/v4db.py | 20 +++---
lnt/server/ui/api.py | 10 +++
.../ui/templates/reporting/daily_report.html | 4 +-
lnt/server/ui/templates/reporting/run_report.txt | 7 +-
lnt/server/ui/templates/reporting/runs.html | 8 +--
lnt/server/ui/templates/v4_run.html | 6 +-
schemas/compile.yaml | 58 +++++++++-------
schemas/nts.yaml | 44 ++++++++++++
tests/SharedInputs/create_temp_instance.py | 2 +
.../db/Inputs/schema-example-migratable.yaml | 40 +++++------
.../db/Inputs/schema-example-nomigration0.yaml | 30 ++++----
.../db/Inputs/schema-example-nomigration1.yaml | 34 ++++-----
.../db/Inputs/schema-example-nomigration2.yaml | 30 ++++----
tests/server/ui/V4Pages.py | 4 +-
tests/server/ui/test_api.py | 31 +++++++--
21 files changed, 303 insertions(+), 153 deletions(-)
create mode 100644 schemas/nts.yaml
--
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 fdfffb6ea0 Automatic date update in version.in
new b7e2285082 ada-lang.c::ada_value_cast: remove unused parameter noside
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 | 5 +++++
gdb/ada-lang.c | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.