This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from 785f733 lnt/server/ui: pep8 fixes; NFC
new f49eefb Update to latest stable SQLAlchemy
new 1e688d2 Upgrade Werkzeug
new 19f712c Round trip test
new d5f918c Upgrade to Flask 0.12.2 + switch to Flask Blueprints
new a98dcc5 Wrong usage of Blueprint
The 5 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 | 2 +-
lnt/server/ui/decorators.py | 3 +-
lnt/server/ui/profile_views.py | 12 +--
lnt/server/ui/regression_views.py | 16 +--
lnt/server/ui/templates/all_machines.html | 2 +-
lnt/server/ui/templates/index.html | 2 +-
lnt/server/ui/templates/layout.html | 42 ++++----
lnt/server/ui/templates/local.html | 4 +-
lnt/server/ui/templates/utils.html | 12 +--
lnt/server/ui/templates/v4_all_orders.html | 4 +-
lnt/server/ui/templates/v4_daily_report.html | 4 +-
lnt/server/ui/templates/v4_global_status.html | 6 +-
lnt/server/ui/templates/v4_graph.html | 2 +-
lnt/server/ui/templates/v4_machine.html | 6 +-
lnt/server/ui/templates/v4_matrix.html | 8 +-
lnt/server/ui/templates/v4_new_regressions.html | 8 +-
lnt/server/ui/templates/v4_order.html | 10 +-
lnt/server/ui/templates/v4_overview.html | 12 +--
lnt/server/ui/templates/v4_profile.html | 2 +-
lnt/server/ui/templates/v4_recent_activity.html | 4 +-
lnt/server/ui/templates/v4_regression_detail.html | 8 +-
lnt/server/ui/templates/v4_regression_list.html | 4 +-
lnt/server/ui/templates/v4_run.html | 14 +--
lnt/server/ui/templates/v4_summary_report_ui.html | 4 +-
lnt/server/ui/views.py | 18 ++--
requirements.client.txt | 6 +-
tests/server/ui/test_roundtrip.py | 121 ++++++++++++++++++++++
27 files changed, 229 insertions(+), 107 deletions(-)
create mode 100644 tests/server/ui/test_roundtrip.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 binutils-gdb.
from 82c7806625 Updated French translation for the binutils subdirectory.
new dcd27ddf87 gdb.python/py-unwind: Disable stack protection
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/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.python/py-unwind.exp | 7 ++++++-
2 files changed, 11 insertions(+), 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 gcc.
from a69c165a390 syscall: call f?statfs64 on GNU/Linux
new 5db6473a827 Add RDMA support to falkor port.
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 | 13 +++++++++++++
gcc/config/aarch64/aarch64-cores.def | 4 ++--
gcc/config/aarch64/aarch64-option-extensions.def | 4 ++++
gcc/config/aarch64/aarch64.h | 8 +++++---
gcc/config/aarch64/arm_neon.h | 2 +-
gcc/doc/invoke.texi | 5 ++++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/lib/target-supports.exp | 18 ++++++++++--------
8 files changed, 46 insertions(+), 15 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 15a56d4ec1e [Analysis] Fix some Clang-tidy modernize and Include What [...]
new 8fc7dc6aaf3 [ProfData] Detect if zlib is available
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/ProfileData/InstrProf.h | 3 ++-
lib/ProfileData/InstrProf.cpp | 5 +++++
.../tools/llvm-profdata/Inputs/compressed.profraw | 0
test/tools/llvm-profdata/nocompress.test | 15 +++++++++++++++
4 files changed, 22 insertions(+), 1 deletion(-)
copy bindings/python/llvm/__init__.py => test/tools/llvm-profdata/Inputs/compresse [...]
create mode 100644 test/tools/llvm-profdata/nocompress.test
--
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 146dadb api: Add machine merge operation
new 785f733 lnt/server/ui: pep8 fixes; NFC
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_data.py | 1 +
lnt/server/db/testsuitedb.py | 14 +-
lnt/server/instance.py | 1 +
lnt/server/ui/api.py | 56 ++++---
lnt/server/ui/app.py | 31 ++--
lnt/server/ui/decorators.py | 14 +-
lnt/server/ui/filters.py | 3 +-
lnt/server/ui/globals.py | 4 +-
lnt/server/ui/profile_views.py | 55 ++++---
lnt/server/ui/regression_views.py | 83 +++++-----
lnt/server/ui/util.py | 19 ++-
lnt/server/ui/views.py | 334 +++++++++++++++++++++++---------------
12 files changed, 367 insertions(+), 248 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 4c49579c51f AMDGPU: Implement memory model
new 7a6e8a30587 X86InterleaveAccess: A fix for bug33826
new b189b913534 [PGOInstr] Add a debug print
new 15a56d4ec1e [Analysis] Fix some Clang-tidy modernize and Include What [...]
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:
include/llvm/Analysis/BlockFrequencyInfo.h | 27 ++-
include/llvm/Analysis/BlockFrequencyInfoImpl.h | 221 +++++++++++++--------
include/llvm/Analysis/BranchProbabilityInfo.h | 40 ++--
include/llvm/Analysis/DemandedBits.h | 33 +--
include/llvm/Analysis/Trace.h | 29 +--
lib/Analysis/BlockFrequencyInfo.cpp | 36 ++--
lib/Analysis/BlockFrequencyInfoImpl.cpp | 46 +++--
lib/Analysis/BranchProbabilityInfo.cpp | 19 +-
lib/Analysis/DemandedBits.cpp | 19 +-
lib/Analysis/Trace.cpp | 5 +-
lib/Target/X86/X86InterleavedAccess.cpp | 31 +--
.../Instrumentation/PGOInstrumentation.cpp | 6 +
.../X86/interleaved-accesses-64bits-avx.ll | 17 ++
13 files changed, 340 insertions(+), 189 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 release_50
in repository lld.
from 3edefdd83 Add more contents to lld 5.0 release notes.
new 70ba13f6f Merging r308728: -------------------------------------------- [...]
new b7d24eca8 Merging r308492: -------------------------------------------- [...]
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/InputFiles.cpp | 3 +-
ELF/InputFiles.h | 2 ++
ELF/SymbolTable.cpp | 63 +++++++++++++++++++++------------------
test/ELF/Inputs/symver-archive1.s | 6 ++++
test/ELF/Inputs/symver-archive2.s | 1 +
test/ELF/symver-archive.s | 15 ++++++++++
6 files changed, 59 insertions(+), 31 deletions(-)
create mode 100644 test/ELF/Inputs/symver-archive1.s
create mode 100644 test/ELF/Inputs/symver-archive2.s
create mode 100644 test/ELF/symver-archive.s
--
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 ce060c81a7 Fix tblgen error
new e46dcf325b [Hexagon] Attempt to fix selfhost bots
new e06c4a4532 Inline variable into assert to fix unused warning.
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/Sema/SemaOpenMP.cpp | 6 ++----
test/CodeGen/hexagon-inline-asm.c | 2 +-
2 files changed, 3 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.