This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from 6d8e208 Add file missing in r311754
new f1ef0b4 Fix pep8 warnings
new 4844de9 Add ts_data() to some pages that missed it
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/server/ui/app.py | 13 +++++++------
lnt/server/ui/views.py | 19 ++++++++++++-------
2 files changed, 19 insertions(+), 13 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 4081c50 Avoid database queries inside page templates
new 6d8e208 Add file missing in r311754
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/util/multidict.py | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 lnt/util/multidict.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 8970bfadd27 [coroutines] Add support for symmetric control transfer (mu [...]
new 2b7d94b2dc3 Teach the llc check updater to recognize the end-of-functio [...]
new 20943fdc570 [x86] NFC - normalize test case formatting of IR and genera [...]
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:
test/CodeGen/X86/add.ll | 390 ++++++++++++++++------
test/CodeGen/X86/peephole-na-phys-copy-folding.ll | 380 ++++++++++++++++-----
test/CodeGen/X86/pr32659.ll | 83 +++--
utils/update_llc_test_checks.py | 4 +-
4 files changed, 649 insertions(+), 208 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 c24064e1e4 Fix up the -Wc++XX-compat warnings to properly handle C++2a.
new 2ff6975aa8 Rename diagnostic groups from CXX1z to CXX17. No functionali [...]
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/clang/Basic/DiagnosticGroups.td | 20 ++++++++++----------
include/clang/Basic/DiagnosticLexKinds.td | 4 ++--
include/clang/Basic/DiagnosticParseKinds.td | 26 +++++++++++++-------------
include/clang/Basic/DiagnosticSemaKinds.td | 16 ++++++++--------
4 files changed, 33 insertions(+), 33 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 e666703 Remove a bunch of database versioning code
new 3d908f6 Move some utilities around; NFC
new 7c80dad Move shared PrecomputedCR class to lnt.server.ui.util; NFC
new 4081c50 Avoid database queries inside page templates
The 3 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/server/reporting/analysis.py | 9 +--
lnt/server/reporting/dailyreport.py | 69 ++++++++++++++++----
lnt/server/ui/globals.py | 3 +-
lnt/server/ui/profile_views.py | 6 +-
lnt/server/ui/regression_views.py | 36 ++---------
lnt/server/ui/templates/all_machines.html | 4 +-
lnt/server/ui/templates/layout.html | 6 +-
lnt/server/ui/templates/v4_order.html | 22 +++----
lnt/server/ui/util.py | 103 ++++++++----------------------
lnt/server/ui/views.py | 70 ++++++++++++++------
lnt/util/stats.py | 5 ++
11 files changed, 170 insertions(+), 163 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 91a66eaad [cfi] only add cfi tests on supported arches.
new 3df7fc170 Revert "Add Clang dependency to the check for Clang C++ headers."
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:
cmake/Modules/CompilerRTCompile.cmake | 10 ++++++----
1 file changed, 6 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 llvm.
from 5872ccc6286 [x86] NFC: More refactoring to pave the way to extending th [...]
new 8970bfadd27 [coroutines] Add support for symmetric control transfer (mu [...]
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/Transforms/Coroutines/CoroSplit.cpp | 88 +++++++++++++++++++++++
test/Transforms/Coroutines/coro-split-musttail.ll | 60 ++++++++++++++++
2 files changed, 148 insertions(+)
create mode 100644 test/Transforms/Coroutines/coro-split-musttail.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 clang.
from 2154e38060 Fix MSVC bots which include '__attribute__((thiscall))' in p [...]
new c24064e1e4 Fix up the -Wc++XX-compat warnings to properly handle C++2a.
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/clang/Basic/DiagnosticGroups.td | 30 ++++++++++++++++++++++--------
test/SemaCXX/cxx17-compat.cpp | 22 ++++++++++++++++++++++
2 files changed, 44 insertions(+), 8 deletions(-)
create mode 100644 test/SemaCXX/cxx17-compat.cpp
--
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 01fd7ebe933 [X86] Add TBM instructions to X86InstrInfo::isDefConvertible.
new 22db2c96fbf [x86] NFC - Refactor the custom lowering of `(load; op; sto [...]
new 5872ccc6286 [x86] NFC: More refactoring to pave the way to extending th [...]
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:
lib/Target/X86/X86ISelDAGToDAG.cpp | 179 +++++++++++++++++++++----------------
1 file changed, 101 insertions(+), 78 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 88b89edf997 DAG: Fix naming crime
new 01fd7ebe933 [X86] Add TBM instructions to X86InstrInfo::isDefConvertible.
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/X86/X86InstrInfo.cpp | 16 ++++++++++++++++
test/CodeGen/X86/tbm-intrinsics-x86_64.ll | 2 --
test/CodeGen/X86/tbm_patterns.ll | 19 +------------------
3 files changed, 17 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.