This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6c826efcddb Add opt-viewer testing
new a9edc75bfda AMDGPU: Add num spilled s/vgprs to metadata
new 7e146801aca [CodeGen] Cleanup MachineOperand
new b58eb1a1e4e [CodeGen] Separate MachineOperand implementation from MachineInstr
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:
docs/AMDGPUUsage.rst | 10 +
include/llvm/CodeGen/MachineOperand.h | 42 +-
include/llvm/Support/AMDGPUMetadata.h | 8 +
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/MachineInstr.cpp | 725 --------------------
lib/CodeGen/MachineOperand.cpp | 751 +++++++++++++++++++++
lib/Support/AMDGPUMetadata.cpp | 4 +
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +
.../AMDGPU/hsa-metadata-kernel-code-props.ll | 142 +++-
test/MC/AMDGPU/hsa-metadata-kernel-code-props.s | 4 +
10 files changed, 928 insertions(+), 761 deletions(-)
create mode 100644 lib/CodeGen/MachineOperand.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 lldb.
from b9e318577 elf-core: Convert remaining register context to use register [...]
new 151b9ea05 Simplify UUID constructors
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/Utility/UUID.cpp | 5 ++---
1 file changed, 2 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 glibc.
from 313ba4630f Use libm_alias_float for s390.
new 8d81ce0c6d Properly compute offsets of note descriptor and next note [B [...]
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 | 14 ++++++++++++++
elf/dl-hwcaps.c | 24 ++++++++++++++++++------
elf/dl-load.c | 19 +++++++++++++++----
elf/readelflib.c | 19 +++++++++++++++----
include/elf.h | 16 ++++++++++++++--
5 files changed, 76 insertions(+), 16 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 3e2e5b809 Support the setjmp(3) family of functions in TSan/NetBSD
new 70dfdba72 [LibFuzzer] Improve comments on `CounterToFeature()` function.
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/fuzzer/FuzzerTracePC.h | 13 ++++++++++++-
1 file changed, 12 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 compiler-rt.
from 4b8cb24bb [PowerPC][tsan] Update tsan to handle changed memory layouts [...]
new 3e2e5b809 Support the setjmp(3) family of functions in TSan/NetBSD
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/tsan/rtl/tsan_interceptors.cc | 86 +++++++++++++++++++++++++++++++--------
lib/tsan/rtl/tsan_rtl_amd64.S | 46 +++++++++++++++++----
2 files changed, 106 insertions(+), 26 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 glibc.
from 6940bd966b Use libm_alias_double for s390.
new 313ba4630f Use libm_alias_float for s390.
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 | 3 +++
sysdeps/s390/fpu/s_fmaf.c | 3 ++-
2 files changed, 5 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 newlib.
from 36a0a675b Make __nonnull macro compatible with glibc
new c37171b52 cygwin: fix getconf after commit 032aa2dba5a5bf90c198d930c8d3 [...]
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:
winsup/utils/getconf.c | 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 llvm.
from a4ec08b6fd6 [CodeGen] Print register names in lowercase in both MIR and [...]
new 6c826efcddb Add opt-viewer testing
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/config-ix.cmake | 31 +++
test/lit.cfg.py | 5 +
test/lit.site.cfg.py.in | 1 +
test/tools/opt-viewer/Inputs/basic/or.c | 21 ++
test/tools/opt-viewer/Inputs/basic/or.h | 16 ++
test/tools/opt-viewer/Inputs/basic/or.yaml | 227 ++++++++++++++++++
.../tools/opt-viewer/Outputs/basic/basic_or.c.html | 257 +++++++++++++++++++++
.../tools/opt-viewer/Outputs/basic/basic_or.h.html | 214 +++++++++++++++++
test/tools/opt-viewer/Outputs/basic/index.html | 151 ++++++++++++
.../tools/opt-viewer/Outputs/basic}/style.css | 0
test/tools/opt-viewer/basic.test | 9 +
test/tools/opt-viewer/lit.local.cfg | 2 +
tools/opt-viewer/opt-viewer.py | 29 ++-
13 files changed, 953 insertions(+), 10 deletions(-)
create mode 100644 test/tools/opt-viewer/Inputs/basic/or.c
create mode 100644 test/tools/opt-viewer/Inputs/basic/or.h
create mode 100644 test/tools/opt-viewer/Inputs/basic/or.yaml
create mode 100644 test/tools/opt-viewer/Outputs/basic/basic_or.c.html
create mode 100644 test/tools/opt-viewer/Outputs/basic/basic_or.h.html
create mode 100644 test/tools/opt-viewer/Outputs/basic/index.html
copy {tools/opt-viewer => test/tools/opt-viewer/Outputs/basic}/style.css (100%)
create mode 100644 test/tools/opt-viewer/basic.test
create mode 100644 test/tools/opt-viewer/lit.local.cfg
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.