[all-commits] [llvm/llvm-project] b8d2b6: Unbreak the clang-interpreter example after 0aec49...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Sat Oct 24 10:03:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b8d2b6f6cf6015751fc950c3e8149404e8b37fe8
https://github.com/llvm/llvm-project/commit/b8d2b6f6cf6015751fc950c3e8149404e8b37fe8
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M clang/examples/clang-interpreter/main.cpp
Log Message:
-----------
Unbreak the clang-interpreter example after 0aec49c8531bc5282b095730d34681455826bc2c
Commit: bd2cf96c098ed0020f5178eda12cf30d3980d9bd
https://github.com/llvm/llvm-project/commit/bd2cf96c098ed0020f5178eda12cf30d3980d9bd
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M clang/lib/Basic/Targets/X86.cpp
M clang/test/Misc/target-invalid-cpu-note.c
M clang/test/Preprocessor/predefined-arch-macros.c
M llvm/include/llvm/Support/X86TargetParser.h
M llvm/lib/Support/X86TargetParser.cpp
M llvm/lib/Target/X86/X86.td
M llvm/test/CodeGen/X86/cpus-amd.ll
Log Message:
-----------
[X86] Add a stub for znver3 based on the little public information there is in AMD's manuals
No scheduling, no autodetection. Just enough so -march=znver3 works.
Commit: 39a0d6889dee636af3b7fbb69e1ac5c8af777ad0
https://github.com/llvm/llvm-project/commit/39a0d6889dee636af3b7fbb69e1ac5c8af777ad0
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Basic/Targets/X86.cpp
M clang/test/CodeGen/attr-target-mv.c
M clang/test/CodeGen/target-builtin-noerror.c
M clang/test/Driver/x86-march.c
M clang/test/Misc/target-invalid-cpu-note.c
M clang/test/Preprocessor/predefined-arch-macros.c
M compiler-rt/lib/builtins/cpu_model.c
M llvm/docs/ReleaseNotes.rst
M llvm/include/llvm/Support/X86TargetParser.def
M llvm/include/llvm/Support/X86TargetParser.h
M llvm/lib/Support/X86TargetParser.cpp
M llvm/lib/Target/X86/X86.td
M llvm/test/CodeGen/X86/cpus-intel.ll
Log Message:
-----------
[X86] Add a stub for Intel's alderlake.
No scheduling, no autodetection.
Compare: https://github.com/llvm/llvm-project/compare/9068c209655e...39a0d6889dee
More information about the All-commits
mailing list