[all-commits] [llvm/llvm-project] a505ad: Revert "[X86] Add Support for Load Hardening to Mi...
topperc via All-commits
all-commits at lists.llvm.org
Fri Apr 3 17:06:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a505ad58cf98a633f1ba3dfd49068e09596ea39d
https://github.com/llvm/llvm-project/commit/a505ad58cf98a633f1ba3dfd49068e09596ea39d
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-04-03 (Fri, 03 Apr 2020)
Changed paths:
M llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp
R llvm/test/CodeGen/X86/lvi-hardening-loads.ll
Log Message:
-----------
Revert "[X86] Add Support for Load Hardening to Mitigate Load Value Injection (LVI)"
This reverts commit 62c42e29ba43c9d79cd5bd2084b641fbff6a96d5
Reverting to address coding standard issues raised in post-commit
review.
Commit: 1d42c0db9a2b27c149c5bac373caa5a6d38d1f74
https://github.com/llvm/llvm-project/commit/1d42c0db9a2b27c149c5bac373caa5a6d38d1f74
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-04-03 (Fri, 03 Apr 2020)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Arch/X86.cpp
M clang/test/Driver/x86-target-features.c
M llvm/lib/Target/X86/CMakeLists.txt
R llvm/lib/Target/X86/ImmutableGraph.h
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86.td
R llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp
M llvm/lib/Target/X86/X86Subtarget.h
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/test/CodeGen/X86/O0-pipeline.ll
M llvm/test/CodeGen/X86/O3-pipeline.ll
R llvm/test/CodeGen/X86/lvi-hardening-gadget-graph.ll
Log Message:
-----------
Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) Gadgets"
This reverts commit c74dd640fd740c6928f66a39c7c15a014af3f66f.
Reverting to address coding standard issues raised in post-commit
review.
Compare: https://github.com/llvm/llvm-project/compare/e62dc1f6252c...1d42c0db9a2b
More information about the All-commits
mailing list