[all-commits] [llvm/llvm-project] 454621: Revert "Support -fstack-clash-protection for x86"
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Sun Feb 9 01:07:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 454621160066c067c97edb0a094553d8d0339c9b
https://github.com/llvm/llvm-project/commit/454621160066c067c97edb0a094553d8d0339c9b
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2020-02-09 (Sun, 09 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/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 0fd51a4554f5f4f90342f40afd35b077f6d88213.
Failures:
http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/4354
More information about the All-commits
mailing list