This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 428e17c Revert r297177: Change LLT constructor string into an LLT-bas [...]
new 18b5c0b [AArch64] Vulcan is now ThunderXT99
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/Support/AArch64TargetParser.def | 5 +-
lib/Target/AArch64/AArch64.td | 27 +-
lib/Target/AArch64/AArch64SchedThunderX.td | 1 +
...4SchedVulcan.td => AArch64SchedThunderX2T99.td} | 354 ++++++++++-----------
lib/Target/AArch64/AArch64Subtarget.cpp | 12 +-
lib/Target/AArch64/AArch64Subtarget.h | 2 +-
test/CodeGen/AArch64/cpus.ll | 2 +-
test/CodeGen/AArch64/machine-combiner-madd.ll | 2 +-
test/CodeGen/AArch64/remat.ll | 2 +-
unittests/Support/TargetParserTest.cpp | 7 +-
10 files changed, 213 insertions(+), 201 deletions(-)
rename lib/Target/AArch64/{AArch64SchedVulcan.td => AArch64SchedThunderX2T99.td} (64%)
--
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 367ef67 Use 32 bits for alignment.
new 5711bf1 Do not pass archive files containing bitcode files to the MSV [...]
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 | 27 +++++++++++++++++++++++++--
test/COFF/{msvclto.ll => msvclto-archive.ll} | 7 +++++--
2 files changed, 30 insertions(+), 4 deletions(-)
copy test/COFF/{msvclto.ll => msvclto-archive.ll} (63%)
--
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 928a5d4 [JumpThread] Simplify CmpInst-as-Condition branch-folding a bit.
new 428e17c Revert r297177: Change LLT constructor string into an LLT-bas [...]
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/LowLevelType.h | 190 +++++++++++++++++++++++++--
include/llvm/Support/LowLevelTypeImpl.h | 202 -----------------------------
include/llvm/module.modulemap | 10 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 24 ++--
lib/CodeGen/LowLevelType.cpp | 55 ++++++--
lib/Support/CMakeLists.txt | 1 -
lib/Support/LowLevelType.cpp | 47 -------
lib/Target/AArch64/AArch64CallLowering.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 2 +-
lib/Target/X86/X86CallLowering.cpp | 5 +-
unittests/CodeGen/LowLevelTypeTest.cpp | 6 +-
utils/TableGen/GlobalISelEmitter.cpp | 51 +++-----
12 files changed, 267 insertions(+), 330 deletions(-)
delete mode 100644 include/llvm/Support/LowLevelTypeImpl.h
delete mode 100644 lib/Support/LowLevelType.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 clang.
from 28e0630 Revert "Document that code inlined into a nodebug function al [...]
new 0bdcd30 [analyzer] Fix crashes in CastToStruct checker for undefined structs
new d29c0a6 fix test to not check optimized IR; NFCI
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:
.../Checkers/CastToStructChecker.cpp | 4 +
test/Analysis/cast-to-struct.cpp | 14 +
test/CodeGen/zvector.c | 4502 +++++++++++---------
3 files changed, 2554 insertions(+), 1966 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 beecea1 [cmake] Include openmp with add_llvm_external_project
new 928a5d4 [JumpThread] Simplify CmpInst-as-Condition branch-folding a bit.
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/Scalar/JumpThreading.cpp | 15 +++++++++++----
1 file changed, 11 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 gcc.
from be51caa PR middle-end/79809 * gimple-ssa-warn-alloca.c (pass_walloc [...]
new d87f668 PR c/79834 c/ * c-parser.c (c_parser_pragma): Use error_at [...]
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/c/ChangeLog | 13 ++++
gcc/c/c-parser.c | 80 ++++++++++-------------
gcc/cp/ChangeLog | 11 ++++
gcc/cp/parser.c | 56 ++++++++--------
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/c-c++-common/goacc/pragma_context.c | 2 +-
6 files changed, 96 insertions(+), 72 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 05382af Add unit tests for changes to SmallPtrSet and PointerLikeTypeTraits
new da6d07a [ObjectYAML] Add support for DWARF5 Unit header
new beecea1 [cmake] Include openmp with add_llvm_external_project
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:
include/llvm/ObjectYAML/DWARFYAML.h | 11 +++++++++
lib/ObjectYAML/DWARFEmitter.cpp | 11 +++++++--
lib/ObjectYAML/DWARFYAML.cpp | 2 ++
projects/CMakeLists.txt | 4 +++-
...WARF-debug_info.yaml => DWARF5-debug_info.yaml} | 27 +++++++++++-----------
tools/obj2yaml/dwarf2yaml.cpp | 2 ++
6 files changed, 41 insertions(+), 16 deletions(-)
copy test/ObjectYAML/MachO/{DWARF-debug_info.yaml => DWARF5-debug_info.yaml} (97%)
--
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 0c229c4 [XRay] [compiler-rt] Stub out architectures we don't do arg1 [...]
new 557441a [PowerPC] mark xray test as unsupported on powerpcle in testsuite
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/xray/TestCases/Linux/arg1-logger.cc | 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 llvm.
from 86bbf43 [globalisel] Change LLT constructor string into an LLT-based [...]
new 227bb1a [X86] Add option to specify preferable loop alignment
new 30bc56b [LV] Consider users that are memory accesses in uniforms expa [...]
new 3ebefaf Make SmallPtrSet count and find able to take const PtrType's
new 434e386 Add PointerLikeTypeTraits for const things, as long as there [...]
new 05382af Add unit tests for changes to SmallPtrSet and PointerLikeTypeTraits
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:
include/llvm/ADT/SmallPtrSet.h | 10 +++--
include/llvm/Support/PointerLikeTypeTraits.h | 14 ++++++
lib/Target/X86/X86ISelLowering.cpp | 10 ++++-
lib/Transforms/Vectorize/LoopVectorize.cpp | 4 +-
.../LoopVectorize/consecutive-ptr-uniforms.ll | 50 ++++++++++++++++++++++
unittests/ADT/SmallPtrSetTest.cpp | 33 ++++++++++++++
6 files changed, 115 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 536a567 Further reduce testcase
new 86bbf43 [globalisel] Change LLT constructor string into an LLT-based [...]
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/LowLevelType.h | 190 +--------------------
.../LowLevelType.h => Support/LowLevelTypeImpl.h} | 14 +-
include/llvm/module.modulemap | 10 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 24 +--
lib/CodeGen/LowLevelType.cpp | 55 ++----
lib/Support/CMakeLists.txt | 1 +
lib/{CodeGen => Support}/LowLevelType.cpp | 28 +--
lib/Target/AArch64/AArch64CallLowering.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 2 +-
lib/Target/X86/X86CallLowering.cpp | 5 +-
unittests/CodeGen/LowLevelTypeTest.cpp | 6 +-
utils/TableGen/GlobalISelEmitter.cpp | 51 ++++--
12 files changed, 88 insertions(+), 302 deletions(-)
copy include/llvm/{CodeGen/LowLevelType.h => Support/LowLevelTypeImpl.h} (95%)
copy lib/{CodeGen => Support}/LowLevelType.cpp (60%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.