This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 849a2b05588 [LoopUnrollRuntime] NFC: Add some debugging trace messages [...]
new 827143c4dfe [AArch64] Remove unused IsDarwin & IsNotDarwin predicates (NFCI).
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/AArch64InstrInfo.td | 3 ---
1 file changed, 3 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 f115465 Use simplejson when we have it
new 869390f Remove odd if
new fe74357 Silence warning message about new_suite.py in migration dir
new bd60c45 Get json encoder from flask
new 32a52ac lnttool: Fix pep8 warnings
new 52f478a Cleanup logging code
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/lnttool/common.py | 17 +++++
lnt/lnttool/convert.py | 1 +
lnt/lnttool/create.py | 26 +++----
lnt/lnttool/import_data.py | 2 +-
lnt/lnttool/import_report.py | 5 +-
lnt/lnttool/main.py | 78 ++++++--------------
lnt/lnttool/updatedb.py | 21 +++---
lnt/lnttool/viewcomparison.py | 20 ++----
lnt/server/db/fieldchange.py | 22 +++---
lnt/server/db/migrate.py | 7 +-
lnt/server/db/migrations/upgrade_1_to_2.py | 4 +-
.../db/rules/rule_blacklist_benchmarks_by_name.py | 12 ++--
.../db/rules/rule_update_fixed_regressions.py | 13 ++--
lnt/server/db/rules_manager.py | 6 +-
lnt/server/db/testsuite.py | 8 +--
lnt/server/db/v4db.py | 10 +--
lnt/server/instance.py | 5 +-
lnt/server/reporting/analysis.py | 7 +-
lnt/server/ui/app.py | 16 ++---
lnt/server/ui/regression_views.py | 4 +-
lnt/testing/__init__.py | 6 +-
lnt/testing/profile/perf.py | 4 +-
lnt/testing/util/commands.py | 23 ++----
lnt/testing/util/compilers.py | 35 +++++----
lnt/testing/util/rcs.py | 3 +-
lnt/testing/util/valgrind.py | 16 +++--
lnt/tests/compile.py | 17 ++---
lnt/tests/nt.py | 45 ++++++------
lnt/tests/test_suite.py | 83 +++++++++++-----------
lnt/util/ImportData.py | 4 +-
lnt/util/__init__.py | 4 ++
lnt/util/async_ops.py | 32 +++++----
32 files changed, 264 insertions(+), 292 deletions(-)
create mode 100644 lnt/lnttool/common.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 dcb98bd9b07 [ProfileData] Add new option to dump topn hottest functions
new 849a2b05588 [LoopUnrollRuntime] NFC: Add some debugging trace 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:
lib/Transforms/Utils/LoopUnrollRuntime.cpp | 38 +++++++++++++++++++++++-------
1 file changed, 30 insertions(+), 8 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 17015f9a54d [NewGVN] Check for congruency of memory accesses.
new dcb98bd9b07 [ProfileData] Add new option to dump topn hottest functions
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/CommandGuide/llvm-profdata.rst | 6 ++++
test/tools/llvm-profdata/c-general.test | 4 +++
tools/llvm-profdata/llvm-profdata.cpp | 52 +++++++++++++++++++++++++++++----
3 files changed, 56 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 lld.
from 2f4532457 Delete redundant InVersionScript field.
new 4c707cab6 Remove unnecessary local variable.
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:
ELF/SymbolTable.cpp | 3 +--
1 file changed, 1 insertion(+), 2 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-tools-extra.
from e79e1373 [clang-tidy] Extend diagnostics test.
new 90acccf6 Fix clang-tidy diagnostic.cpp test on Windows
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/clang-tidy/diagnostic.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 lnt.
from 7c86c86 Fix unexpected keyword argument 'iterable_as_array'
new f115465 Use simplejson when we have it
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/server/ui/app.py | 5 ++++-
1 file changed, 4 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 llvm.
from 4efbfe05041 [NewGVN] Fix an innocent typo I found while debugging PR33720.
new 8e6b066a75f reverting 307677.
new 17015f9a54d [NewGVN] Check for congruency of memory accesses.
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/Transforms/Scalar/NewGVN.cpp | 3 +-
test/CodeGen/X86/x86-interleaved-access.ll | 211 +++++++++--------------------
test/Transforms/NewGVN/pr33720.ll | 91 +++++++++++++
3 files changed, 160 insertions(+), 145 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr33720.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 ec63778c56 [OPENMP] Add restriction for reduction clause in taskloop di [...]
new 76fbb101be [OPENMP] Skip BuildMemberExpr() in BuildFieldReferenceExpr() [...]
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/Sema/SemaExprMember.cpp | 9 ++++-----
1 file changed, 4 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 master
in repository compiler-rt.
from 26482612a Refactor MemoryMappingLayout::Next to use a single struct ins [...]
new 0b770c1e3 Inline function to get mac segment address range
new b0d9af0a5 Use internal_strncpy to copy filename in linux procmaps
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/sanitizer_common/sanitizer_procmaps.h | 2 -
lib/sanitizer_common/sanitizer_procmaps_linux.cc | 11 +--
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 119 +++++++++++------------
3 files changed, 63 insertions(+), 69 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.