This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from b3254e7 Missing comment
new 26e0a68 We often lookup regression indicators by regression, index that
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:
.../db/migrations/{upgrade_15_to_16.py => upgrade_16_to_17.py} | 8 ++++----
lnt/server/db/testsuitedb.py | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
copy lnt/server/db/migrations/{upgrade_15_to_16.py => upgrade_16_to_17.py} (74%)
--
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 0df1955fdb3 bpf: enable llvm-objdump to print out symbolized jmp target
new d0222efb193 Convert a use of createUniqueFile to TempFile::create.
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:
tools/bugpoint/OptimizerDriver.cpp | 39 +++++++++++++++++++-------------------
1 file changed, 20 insertions(+), 19 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 64b77007a6d [globalisel][tablegen] Generate rule coverage and use it to [...]
new 0df1955fdb3 bpf: enable llvm-objdump to print out symbolized jmp target
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/BPF/MCTargetDesc/BPFMCTargetDesc.cpp | 34 ++++++++++++
test/CodeGen/BPF/objdump_cond_op.ll | 69 +++++++++++++++++++++++++
2 files changed, 103 insertions(+)
create mode 100644 test/CodeGen/BPF/objdump_cond_op.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 lldb.
from d6008adeb [POSIX] Replace assert with llvm_unreachable(). NFCI.
new 07d9c83cc Fix alignment of arm64 fpu register context structure so it 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:
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 2 +-
source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp | 4 ++--
source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h | 2 +-
3 files changed, 4 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 lnt.
from bd09688 Pick python2.7 when deploying to Heroku-like clouds
new e48daa6 Optimize regression evolution by prefiltering by machine_id
new b3254e7 Missing comment
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/db/fieldchange.py | 2 +-
.../db/rules/rule_update_fixed_regressions.py | 24 ++++++++++++++++++----
lnt/server/db/testsuitedb.py | 2 +-
tests/server/ui/change_processing.py | 2 +-
4 files changed, 23 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 branch master
in repository llvm.
from 93d7d4e1d2b Try to fix WebAssembly build after r318352
new 64b77007a6d [globalisel][tablegen] Generate rule coverage and use it to [...]
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:
CMakeLists.txt | 4 +
cmake/modules/TableGen.cmake | 7 ++
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 14 ++-
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 14 ++-
include/llvm/Config/config.h.cmake | 6 ++
include/llvm/Support/CodeGenCoverage.h | 37 +++++++
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 21 +++-
lib/Support/CMakeLists.txt | 1 +
lib/Support/CodeGenCoverage.cpp | 118 +++++++++++++++++++++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 9 +-
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 3 +-
lib/Target/ARM/ARMInstructionSelector.cpp | 9 +-
lib/Target/X86/X86InstructionSelector.cpp | 37 ++++---
test/TableGen/GlobalISelEmitter.td | 4 +-
utils/TableGen/GlobalISelEmitter.cpp | 58 +++++++++-
utils/llvm-gisel-cov.py | 67 ++++++++++++
17 files changed, 372 insertions(+), 40 deletions(-)
create mode 100644 include/llvm/Support/CodeGenCoverage.h
create mode 100644 lib/Support/CodeGenCoverage.cpp
create mode 100644 utils/llvm-gisel-cov.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 glibc.
from d9611e3085 linux ttyname{_r}: Add tests
new 7532837d7b The -Wstringop-truncation option new in GCC 8 detects common [...]
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:
ChangeLog | 6 ++++++
misc/sys/cdefs.h | 9 +++++++++
sysdeps/gnu/bits/utmp.h | 9 ++++++---
sysdeps/unix/sysv/linux/s390/bits/utmp.h | 9 ++++++---
4 files changed, 27 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 llvm.
from 41838463b3b [GVNHoist] Fix a signed/unsigned comparison warning that oc [...]
new 93d7d4e1d2b Try to fix WebAssembly build after r318352
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/WebAssembly/TargetInfo/WebAssemblyTargetInfo.cpp | 4 ++--
1 file changed, 2 insertions(+), 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 llvm.
from 355825a81ef Add backend name to Target to enable runtime info to be fed [...]
new 573c3541f3a [CodeGen] Fix the branch probability assertion in r318202
new 41838463b3b [GVNHoist] Fix a signed/unsigned comparison warning that oc [...]
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 6 ++++--
lib/Transforms/Scalar/GVNHoist.cpp | 2 +-
2 files changed, 5 insertions(+), 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 gcc.
from 28f936bc6c9 * config/i386/i386.c (x86_print_call_or_nop): Emit 5 byte [...]
new f240266fc98 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.