[all-commits] [llvm/llvm-project] df2bdb: Revert "[AArch64][compiler-rt] Fix HWCAP_CPUID not...
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Tue Dec 20 17:17:33 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df2bdb7043dfefc541b6006f27efe5c3c47a5d11
https://github.com/llvm/llvm-project/commit/df2bdb7043dfefc541b6006f27efe5c3c47a5d11
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M compiler-rt/lib/builtins/cpu_model.c
Log Message:
-----------
Revert "[AArch64][compiler-rt] Fix HWCAP_CPUID not defined in some cases."
This reverts commit a43f36142c501e2d3f4797ef938db4e0c5e0eeec.
Reason: Depends on reverted change https://reviews.llvm.org/D127812
Commit: 74dd8c1bf80bbc415f8f6f45cb8f3f9bd83b3850
https://github.com/llvm/llvm-project/commit/74dd8c1bf80bbc415f8f6f45cb8f3f9bd83b3850
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M clang/test/Driver/aarch64-features.c
Log Message:
-----------
Revert "[AArch64][NFC] Fix aarch64 target features test."
This reverts commit bf94eac6a3f7c5cd8941956d44c15524fa3751bd.
Reason: Depends on reverted change https://reviews.llvm.org/D127812
Commit: 744486ec212773cfa3e08dd80b0fd8b279ff8faa
https://github.com/llvm/llvm-project/commit/744486ec212773cfa3e08dd80b0fd8b279ff8faa
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M clang/include/clang/AST/ASTContext.h
M clang/include/clang/AST/Decl.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/TargetInfo.h
M clang/include/clang/Driver/Options.td
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/Basic/Targets/AArch64.h
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaOverload.cpp
R clang/test/AST/attr-target-version.c
M clang/test/CodeGen/aarch64-targetattr.c
R clang/test/CodeGen/attr-target-clones-aarch64.c
R clang/test/CodeGen/attr-target-version.c
R clang/test/CodeGenCXX/attr-target-clones-aarch64.cpp
R clang/test/CodeGenCXX/attr-target-version.cpp
M clang/test/Driver/aarch64-features.c
M clang/test/Misc/pragma-attribute-supported-attributes-list.test
M clang/test/Preprocessor/aarch64-target-features.c
M clang/test/Preprocessor/init-aarch64.c
R clang/test/Sema/attr-target-clones-aarch64.c
R clang/test/Sema/attr-target-version.c
R clang/test/SemaCXX/attr-target-clones-aarch64.cpp
R clang/test/SemaCXX/attr-target-version.cpp
M compiler-rt/lib/builtins/cpu_model.c
M llvm/include/llvm/TargetParser/AArch64TargetParser.def
M llvm/include/llvm/TargetParser/AArch64TargetParser.h
M llvm/lib/Target/AArch64/AArch64.td
M llvm/lib/TargetParser/AArch64TargetParser.cpp
Log Message:
-----------
Revert "[AArch64] FMV support and necessary target features dependencies."
This reverts commit e43924a75145d2f9e722f74b673145c3e62bfd07.
Reason: Patch broke the MSan buildbots. More information is available on
the original phabricator review: https://reviews.llvm.org/D127812
Compare: https://github.com/llvm/llvm-project/compare/fbe611309edf...744486ec2127
More information about the All-commits
mailing list