[all-commits] [llvm/llvm-project] b03c3d: Revert "Support -fstack-clash-protection for x86"
Nico Weber via All-commits
all-commits at lists.llvm.org
Fri Feb 7 11:50:02 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b03c3d8c62096af1e27b23480fa4623bb64bfab9
https://github.com/llvm/llvm-project/commit/b03c3d8c62096af1e27b23480fa4623bb64bfab9
Author: Nico Weber <thakis at chromium.org>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M clang/docs/ClangCommandLineReference.rst
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/DiagnosticCommonKinds.td
M clang/include/clang/Basic/TargetInfo.h
M clang/include/clang/Driver/CC1Options.td
M clang/include/clang/Driver/Options.td
M clang/lib/Basic/Targets/X86.h
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
R clang/test/CodeGen/stack-clash-protection.c
R clang/test/Driver/stack-clash-protection.c
M llvm/docs/ReleaseNotes.rst
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/Target/X86/X86CallFrameOptimization.cpp
M llvm/lib/Target/X86/X86FrameLowering.cpp
M llvm/lib/Target/X86/X86FrameLowering.h
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86InstrCompiler.td
M llvm/lib/Target/X86/X86InstrInfo.td
R llvm/test/CodeGen/X86/stack-clash-dynamic-alloca.ll
R llvm/test/CodeGen/X86/stack-clash-large.ll
R llvm/test/CodeGen/X86/stack-clash-medium-natural-probes-mutliple-objects.ll
R llvm/test/CodeGen/X86/stack-clash-medium-natural-probes.ll
R llvm/test/CodeGen/X86/stack-clash-medium.ll
R llvm/test/CodeGen/X86/stack-clash-no-free-probe.ll
R llvm/test/CodeGen/X86/stack-clash-small.ll
R llvm/test/CodeGen/X86/stack-clash-unknown-call.ll
Log Message:
-----------
Revert "Support -fstack-clash-protection for x86"
This reverts commit 4a1a0690ad6813a4c8cdb8dc20ea6337aa1f61e0.
Breaks tests on mac and win, see https://reviews.llvm.org/D68720
More information about the All-commits
mailing list