This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from 69baf9d Add an API for accessing sample data
new bee9839 Refactor runs.html usage; NFC
new 2d2ba0a Fix error path after r306534
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:
lnt/lnttool/create.py | 2 +-
lnt/lnttool/main.py | 5 +--
lnt/server/ui/templates/reporting/run_report.html | 8 ++++
.../reporting/{runs.txt => run_report.txt} | 0
lnt/server/ui/templates/reporting/runs.html | 13 ------
lnt/server/ui/templates/v4_run.html | 7 +--
lnt/server/ui/views.py | 51 +++++++++++-----------
lnt/util/NTEmailReport.py | 5 +--
8 files changed, 40 insertions(+), 51 deletions(-)
create mode 100644 lnt/server/ui/templates/reporting/run_report.html
rename lnt/server/ui/templates/reporting/{runs.txt => run_report.txt} (100%)
--
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 9a3e49bd55b PR c++/81180 - ICE with C++17 deduction of member class template.
new 31b343e91b1 * constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EXPR h [...]
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/cp/ChangeLog | 2 ++
gcc/cp/constexpr.c | 2 --
gcc/cp/error.c | 1 -
gcc/cp/tree.c | 6 ------
4 files changed, 2 insertions(+), 9 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 lnt.
from ac6f4b3 Introduce new JSON import format
new f22be1c Typo in method name
new 69baf9d Add an API for accessing sample data
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 | 2 ++
lnt/server/db/testsuitedb.py | 3 +++
lnt/server/ui/api.py | 18 +++++++++++++++++-
tests/server/ui/test_api.py | 42 ++++++++++++++++++++++++++++++++----------
4 files changed, 54 insertions(+), 11 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 gcc-7-branch
in repository gcc.
from ba6211c9a25 PR c++/81188 - matching decltype of member function call.
new 859c423032b PR c++/81180 - ICE with C++17 deduction of member class template.
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/cp/ChangeLog | 3 +++
gcc/cp/pt.c | 20 +++++++++-----------
gcc/testsuite/g++.dg/cpp1z/class-deduction40.C | 19 +++++++++++++++++++
3 files changed, 31 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction40.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 gcc.
from 08ae35f5050 2017-06-29 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
new 9a3e49bd55b PR c++/81180 - ICE with C++17 deduction of member class template.
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/cp/ChangeLog | 3 +++
gcc/cp/pt.c | 20 +++++++++-----------
gcc/testsuite/g++.dg/cpp1z/class-deduction40.C | 19 +++++++++++++++++++
3 files changed, 31 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction40.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 llvm.
from a8de25b16ff [AArch64] Silence an unused variable warning in Release bui [...]
new 616d6a1621f Revert "[mips] Fix multiprecision arithmetic."
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/SelectionDAG/LegalizeIntegerTypes.cpp | 21 +-
lib/Target/Mips/MipsISelLowering.cpp | 135 +-------
lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 99 +++---
lib/Target/Mips/MipsSEISelDAGToDAG.h | 3 +-
lib/Target/Mips/MipsSEISelLowering.cpp | 176 ++++++++++
test/CodeGen/Mips/2008-06-05-Carry.ll | 13 +-
test/CodeGen/Mips/dsp-patterns.ll | 4 +-
test/CodeGen/Mips/llcarry.ll | 11 +-
test/CodeGen/Mips/llvm-ir/add.ll | 394 ++++++++--------------
test/CodeGen/Mips/llvm-ir/sub.ll | 174 +++-------
test/CodeGen/Mips/madd-msub.ll | 81 ++---
11 files changed, 463 insertions(+), 648 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 35d7a2e8604 [CodeGenPrepare] Don't create inttoptr for ni ptrs
new a8de25b16ff [AArch64] Silence an unused variable warning in Release bui [...]
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/AArch64CondBrTuning.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 78aa30a644 [libFuzzer] Add Fuzzer to the list of sanitizers which suppo [...]
new 158a1fe17b Insert llvm_unreachable at the end of a function to silence [...]
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/Driver/ToolChains/Darwin.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 ac7c0a6 Make a nice error message when we don't parse the test-suite json
new ac6f4b3 Introduce new JSON import format
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/importing_data.rst | 129 +++++++---------
docs/report-example.json | 26 ++++
lnt/lnttool/import_data.py | 7 +-
lnt/lnttool/main.py | 5 +-
lnt/lnttool/viewcomparison.py | 12 +-
lnt/server/db/migrations/upgrade_11_to_12.py | 29 ++++
lnt/server/db/testsuitedb.py | 162 ++++++++------------
lnt/server/db/v4db.py | 15 +-
lnt/server/ui/templates/reporting/runs.txt | 4 +-
lnt/server/ui/views.py | 17 ++-
lnt/testing/__init__.py | 214 ++++++++++++++++++++++++---
lnt/tests/builtintest.py | 5 +-
lnt/tests/compile.py | 2 +-
lnt/tests/nt.py | 2 +-
lnt/tests/test_suite.py | 2 +-
lnt/util/ImportData.py | 20 +--
lnt/util/ServerUtil.py | 3 +-
tests/lnttool/email_tools.py | 2 +-
tests/lnttool/submit.py | 22 +++
tests/server/db/ImportV4TestSuiteInstance.py | 6 +-
tests/server/db/search.py | 2 +-
tests/server/ui/test_api.py | 2 +
22 files changed, 438 insertions(+), 250 deletions(-)
create mode 100644 docs/report-example.json
create mode 100644 lnt/server/db/migrations/upgrade_11_to_12.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 llvm.
from 1c48ce48f37 Attempt to fix Orc JIT test timeouts
new 35d7a2e8604 [CodeGenPrepare] Don't create inttoptr for ni ptrs
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/CodeGenPrepare.cpp | 31 ++++++++----
test/Transforms/CodeGenPrepare/nonintegral.ll | 68 +++++++++++++++++++++++++++
2 files changed, 91 insertions(+), 8 deletions(-)
create mode 100644 test/Transforms/CodeGenPrepare/nonintegral.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.