This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 61baf50339f [Hexagon] Check the end of the correct container (fix typo)
new e2f4d3fdb72 AMDGPU: Add combine for trunc of bitcast from build_vector
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/AMDGPU/AMDGPUISelLowering.cpp | 30 ++++++++++++
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +
test/CodeGen/AMDGPU/function-returns.ll | 5 +-
.../AMDGPU/llvm.amdgcn.image.gather4.d16.ll | 20 ++++----
.../CodeGen/AMDGPU/llvm.amdgcn.image.sample.d16.ll | 22 +++++----
test/CodeGen/AMDGPU/store-weird-sizes.ll | 22 ++++++---
test/CodeGen/AMDGPU/trunc-combine.ll | 55 ++++++++++++++++++++++
7 files changed, 126 insertions(+), 29 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/trunc-combine.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 llvm.
from f66d8c2e1aa Reapplying r331819 [GlobalISel][Legalizer] More concise [...]
new 1b557b33fa1 [llvm-rc] Allow -1 for control IDs in old style dialogs wit [...]
new 0aa38c8f714 [llvm-rc] Add support for the RCDATA resource type
new d5e933640f8 [llvm-rc] Handle C preprocessor output
new 33cab0605c8 AMDGPU: Stop special casing constant indexes of extract_vector_elt
new 61baf50339f [Hexagon] Check the end of the correct container (fix typo)
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:
lib/Target/AMDGPU/SIISelLowering.cpp | 15 ---
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 4 +-
test/tools/llvm-rc/Inputs/cpp-output.rc | 28 ++++++
test/tools/llvm-rc/Inputs/tag-dialog.rc | 2 +-
test/tools/llvm-rc/Inputs/tag-user.rc | 3 +
test/tools/llvm-rc/cpp-output.test | 17 ++++
test/tools/llvm-rc/tag-dialog.test | 2 +-
test/tools/llvm-rc/tag-user.test | 15 +++
tools/llvm-rc/CMakeLists.txt | 1 +
tools/llvm-rc/ResourceFileWriter.cpp | 7 +-
tools/llvm-rc/ResourceScriptCppFilter.cpp | 112 +++++++++++++++++++++
tools/llvm-rc/ResourceScriptCppFilter.h | 35 +++++++
tools/llvm-rc/ResourceScriptParser.cpp | 2 +
tools/llvm-rc/ResourceScriptStmt.h | 1 +
tools/llvm-rc/llvm-rc.cpp | 4 +-
15 files changed, 225 insertions(+), 23 deletions(-)
create mode 100644 test/tools/llvm-rc/Inputs/cpp-output.rc
create mode 100644 test/tools/llvm-rc/cpp-output.test
create mode 100644 tools/llvm-rc/ResourceScriptCppFilter.cpp
create mode 100644 tools/llvm-rc/ResourceScriptCppFilter.h
--
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 930a12f648 [OPENMP] Generate unique names for offloading regions id.
new 6a37651bb3 [clang] Adding CharacteristicKind to PPCallbacks::InclusionD [...]
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/clang/Lex/PPCallbacks.h | 14 +++++++---
include/clang/Lex/PreprocessingRecord.h | 4 +--
lib/CodeGen/MacroPPCallbacks.cpp | 3 ++-
lib/CodeGen/MacroPPCallbacks.h | 3 ++-
lib/Frontend/DependencyFile.cpp | 9 ++++---
lib/Frontend/DependencyGraph.cpp | 23 +++++++++--------
lib/Frontend/ModuleDependencyCollector.cpp | 3 ++-
lib/Frontend/PrintPreprocessedOutput.cpp | 23 +++++++++--------
lib/Frontend/Rewrite/InclusionRewriter.cpp | 6 +++--
lib/Lex/PPDirectives.cpp | 2 +-
lib/Lex/PreprocessingRecord.cpp | 3 ++-
tools/libclang/Indexing.cpp | 3 ++-
unittests/Lex/PPCallbacksTest.cpp | 41 ++++++++++++++++++++++--------
13 files changed, 89 insertions(+), 48 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 82735237b [libFuzzer] Disable print-func.test on Darwin.
new f2e93289e [dfsan] add one more sanitizer-coverage hook to the whitelist
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/dfsan/done_abilist.txt | 2 ++
1 file changed, 2 insertions(+)
--
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 58124373 Do not warn on unused parameters for functions with empty bodies.
new 7e588310 [tools] Updating PPCallbacks::InclusionDirective calls
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:
clang-move/ClangMove.cpp | 3 ++-
clang-tidy/llvm/IncludeOrderCheck.cpp | 6 ++++--
clang-tidy/modernize/DeprecatedHeadersCheck.cpp | 6 ++++--
clang-tidy/utils/IncludeInserter.cpp | 3 ++-
clangd/ClangdUnit.cpp | 3 ++-
clangd/Headers.cpp | 3 ++-
modularize/CoverageChecker.cpp | 3 ++-
modularize/PreprocessorTracker.cpp | 5 +++--
pp-trace/PPCallbacksTracker.cpp | 2 +-
pp-trace/PPCallbacksTracker.h | 3 ++-
10 files changed, 24 insertions(+), 13 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 dc4977e10 [wasm] Update test for variables->retainedNodes rename.
new 1e8ad6060 [COFF] Allow specifying export forwarding in a def file
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:
COFF/Driver.cpp | 10 ++++++++++
test/COFF/export.test | 4 ++++
2 files changed, 14 insertions(+)
--
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 google/grte/v5-2.27/master
in repository glibc.
from 27b89b5441 Allow suppressing the definition of __USE_FILE_OFFSET64 by d [...]
new 66a3de79d3 Work around clang mishandling of assert functions in resolve [...]
new f4da58077d Add a clang/lld workaround for symbol not being overridden
new e86f9654cd Forestall optimization-out of a buffer.
new 2805c76bf3 Defeat a malloc optimization by declaring things volatile.
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:
elf/unload4mod4.c | 2 ++
include/alloc_buffer.h | 8 ++++++++
malloc/tst-malloc-backtrace.c | 4 ++--
malloc/tst-malloc-too-large.c | 2 +-
malloc/tst-malloc.c | 2 +-
malloc/tst-mcheck.c | 2 +-
malloc/tst-valloc.c | 2 +-
string/tst-xbzero-opt.c | 7 +++++++
8 files changed, 23 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 binutils-gdb.
from 37d9e06231 gdb: xtensa: handle privileged registers
new 06cfb1c895 x86: Remove Disp<N> from movidir{i,64b}
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:
opcodes/ChangeLog | 4 ++++
opcodes/i386-opc.tbl | 6 +++---
2 files changed, 7 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 clang.
from 113fcfe647 [OpenCL] Fix typos in emitted enqueue kernel function names
new 930a12f648 [OPENMP] Generate unique names for offloading regions id.
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/CodeGen/CGOpenMPRuntime.cpp | 2 +-
test/OpenMP/target_is_device_ptr_codegen.cpp | 6 ++
test/OpenMP/target_map_codegen.cpp | 145 ++++++++++++++++++++++++++-
3 files changed, 151 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 3b0f8c0f128 [InstCombine] snprintf optimizations
new 60c5c559099 [DAGCombiner] In visitBITCAST when trying to constant fold [...]
new 388f53488a9 llvm-mca: Add missing includes
new f66d8c2e1aa Reapplying r331819 [GlobalISel][Legalizer] More concise [...]
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/CodeGen/GlobalISel/LegalizerHelper.h | 12 +
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 1 +
include/llvm/CodeGen/MachineOperand.h | 5 +
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 372 ++++++++-------------
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 8 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 22 +-
test/CodeGen/AArch64/GlobalISel/legalize-phi.mir | 24 +-
test/CodeGen/X86/avx512-mask-op.ll | 6 +-
tools/llvm-mca/RetireControlUnit.cpp | 2 +-
tools/llvm-mca/RetireControlUnit.h | 4 +
10 files changed, 192 insertions(+), 264 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.