This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from cd6cd6146 Make a struct type declaration private. NFC.
new 66f07ab4b Initialize a variable properly to fix buildbots.
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/SyntheticSections.h | 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 llvm.
from febd9a0f028 AMDGPU: Make hidden argument metadata consistent with amdgp [...]
new c031419fe66 Revert "[AccelTable] Provide abstraction for emitting DWARF [...]
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/CodeGen/AccelTable.h | 23 +----------
lib/CodeGen/AsmPrinter/AccelTable.cpp | 74 +++++++++--------------------------
2 files changed, 20 insertions(+), 77 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 aa2985c43 Remove s390x XFAILs now that gcov profiling works.
new 8e3b61e48 Try to fix broken build due to r336663.
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/xray/CMakeLists.txt | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 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 a553f67e44a [WebAssembly] Add missing a few {{$}}s to a test
new 8d4bfa624a5 [gcov] Fix ABI when calling llvm_gcov_... routines from ins [...]
new 91833b661fa [X86] Add srem/udiv/urem by constant tests
new 128882e5b63 [InstCombine] allow flag propagation when using safe constant
new febd9a0f028 AMDGPU: Make hidden argument metadata consistent with amdgp [...]
The 4 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:
.../MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp | 75 ++++---
.../MCTargetDesc/AMDGPUHSAMetadataStreamer.h | 2 +
.../InstCombine/InstCombineVectorOps.cpp | 5 +-
lib/Transforms/Instrumentation/GCOVProfiling.cpp | 67 ++++--
test/CodeGen/AMDGPU/hsa-metadata-enqueue-kernel.ll | 8 +-
.../AMDGPU/hsa-metadata-from-llvm-ir-full.ll | 73 +++----
test/CodeGen/AMDGPU/hsa-metadata-hidden-args.ll | 227 ++++++++++++++++++++-
test/CodeGen/X86/combine-srem.ll | 73 +++++++
test/CodeGen/X86/combine-udiv.ll | 78 +++++++
test/CodeGen/X86/combine-urem.ll | 88 ++++++++
test/Transforms/InstCombine/shuffle_select.ll | 11 +-
11 files changed, 609 insertions(+), 98 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 3e66332ed Reapply "Make __gcov_flush flush counters for all shared libraries"
new cd7171e06 [gcov] Fix gcov profiling on big-endian machines
new aa2985c43 Remove s390x XFAILs now that gcov profiling works.
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/profile/GCDAProfiling.c | 29 ++++++++++++++++++-------
test/profile/instrprof-dlopen-dlclose-gcov.test | 4 ++--
test/profile/instrprof-gcov-two-objects.test | 4 ++--
test/profile/instrprof-shared-gcov-flush.test | 4 ++--
4 files changed, 27 insertions(+), 14 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 5e52c9ed250 AMDGPU/NFC: Fix typo in test name
new a553f67e44a [WebAssembly] Add missing a few {{$}}s to a test
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/CodeGen/WebAssembly/atomic-rmw.ll | 10 +++++-----
1 file changed, 5 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 lld.
from 2693b676c Simplify. NFC.
new cd6cd6146 Make a struct type declaration private. 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:
ELF/SyntheticSections.h | 13 ++++++-------
1 file changed, 6 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 74dc40422c2 [MC] Add interface to finish pending labels.
new 5e52c9ed250 AMDGPU/NFC: Fix typo in test name
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:
.../{hsa-metadata-enqueu-kernel.ll => hsa-metadata-enqueue-kernel.ll} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/CodeGen/AMDGPU/{hsa-metadata-enqueu-kernel.ll => hsa-metadata-enqueue- [...]
--
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 7176a5d65f5 Update test to work on Windows
new 74dc40422c2 [MC] Add interface to finish pending labels.
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/MC/MCObjectStreamer.h | 3 +++
lib/MC/MCObjectStreamer.cpp | 2 +-
tools/dsymutil/MachOUtils.cpp | 4 +++-
3 files changed, 7 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 glibc.
from fd70af4552 Add the statx function
new 4beefeeb8e Put the correct Unicode version number 11.0.0 into the gener [...]
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 | 9 +++
localedata/charmaps/UTF-8 | 2 +-
localedata/locales/i18n_ctype | 6 +-
localedata/unicode-gen/Makefile | 4 +-
localedata/unicode-gen/utf8_gen.py | 112 ++++++++++++++++++++++++-------------
5 files changed, 88 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.