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 2dfd38f93ce PR 33593 Misplaced synthetic plt symbols in aarch64 PIE binaries
new 34825538ba7 bfd: sframe: use better wording for error messages
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:
bfd/elf-sframe.c | 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 binutils-gdb.
from 4e76b375191 Add null check for character type name
new 2dfd38f93ce PR 33593 Misplaced synthetic plt symbols in aarch64 PIE binaries
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:
bfd/elfnn-aarch64.c | 39 +++++++++++++++++++--------------------
1 file changed, 19 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 gcc.
from 7653fb4e9b8 [PR123922, LRA]: Fix asan related bug in LRA
new 301874021bc Fortran: fix documentation of intrinsic SPLIT [PR123941]
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/fortran/intrinsic.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 main
in repository llvm-lnt.
from df7faee Add a command to delete a test suite from a server (#162)
new 3cee614 [lnt.llvm.org] Bump to latest Docker image
new 36a2f93 Fix lint warnings in V4Pages.py (#167)
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:
deployment/main.tf | 2 +-
tests/server/ui/V4Pages.py | 12 ++++++------
2 files changed, 7 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 tag v0.4.8
in repository llvm-lnt.
at df7faee (commit)
This tag includes the following new commits:
new 7cfbe1a Remove the experimental Tableau connector (#166)
new df7faee Add a command to delete a test suite from a server (#162)
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.
--
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 main
in repository llvm-lnt.
from 15035e2 [importreport] Fix bug when empty lines appear in an input fi [...]
new 7cfbe1a Remove the experimental Tableau connector (#166)
new df7faee Add a command to delete a test suite from a server (#162)
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:
docs/api.rst | 73 +++----
docs/tools.rst | 3 +
lnt/lnttool/admin.py | 24 +++
lnt/server/db/testsuite.py | 31 +++
lnt/server/db/testsuitedb.py | 3 +
lnt/server/ui/api.py | 33 ++-
lnt/server/ui/static/lnt_tableau.js | 305 ---------------------------
lnt/server/ui/templates/v4_tableau.html | 34 ---
lnt/server/ui/views.py | 6 -
tests/lnttool/admin/test-suite/delete.shtest | 45 ++++
tests/server/api/schema/delete.py | 98 +++++++++
11 files changed, 268 insertions(+), 387 deletions(-)
delete mode 100644 lnt/server/ui/static/lnt_tableau.js
delete mode 100644 lnt/server/ui/templates/v4_tableau.html
create mode 100644 tests/lnttool/admin/test-suite/delete.shtest
create mode 100644 tests/server/api/schema/delete.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 7c6cb40a444 complex: Directly emit gimple from extract_component [PR121661]
new 7653fb4e9b8 [PR123922, LRA]: Fix asan related bug in LRA
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/lra-assigns.cc | 57 +++++++++++++++++++++++++++++-------------------------
1 file changed, 31 insertions(+), 26 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 main
in repository llvm-lnt.
from 80c9eb3 [docs] Rewrite the API endpoint documentation (#164)
new 15035e2 [importreport] Fix bug when empty lines appear in an input fi [...]
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:
lnt/lnttool/import_report.py | 2 +
.../{example_metrics.lnt => empty-lines.lnt} | 4 +
tests/lnttool/importreport.shtest | 85 +++++++++++++++-------
3 files changed, 64 insertions(+), 27 deletions(-)
copy tests/lnttool/Inputs/{example_metrics.lnt => empty-lines.lnt} (95%)
--
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 main
in repository llvm-lnt.
from e107ac5 Add validation for test suite names when adding a new suite (#163)
new 80c9eb3 [docs] Rewrite the API endpoint documentation (#164)
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/api.rst | 707 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 652 insertions(+), 55 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.