Revert "Insert random noops to increase security against ROP attacks (llvm)"
authorJF Bastien <jfb@google.com>
Wed, 14 Jan 2015 05:24:33 +0000 (05:24 +0000)
committerJF Bastien <jfb@google.com>
Wed, 14 Jan 2015 05:24:33 +0000 (05:24 +0000)
commit7f0cbb570311bf2d6ffcdcd0013f86f6266303e3
treecafa7e6b72c2e09e41eded98b839c839fbe6b2af
parent1f6209189c34cd63872dcc3104fba8c4596979a7
Revert "Insert random noops to increase security against ROP attacks (llvm)"

This reverts commit:
http://reviews.llvm.org/D3392

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225948 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/CodeGen/CommandFlags.h
include/llvm/CodeGen/NoopInsertion.h [deleted file]
include/llvm/CodeGen/Passes.h
include/llvm/InitializePasses.h
include/llvm/Support/RandomNumberGenerator.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetOptions.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/NoopInsertion.cpp [deleted file]
lib/CodeGen/Passes.cpp
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
test/CodeGen/Mips/noop-insert.ll [deleted file]
test/CodeGen/PowerPC/noop-insert.ll [deleted file]
test/CodeGen/X86/noop-insert-percentage.ll [deleted file]
test/CodeGen/X86/noop-insert.ll [deleted file]