Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op
authorCharles Davis <cdavis@mines.edu>
Mon, 25 Oct 2010 15:37:09 +0000 (15:37 +0000)
committerCharles Davis <cdavis@mines.edu>
Mon, 25 Oct 2010 15:37:09 +0000 (15:37 +0000)
commit970bfcc7d8b9991430caa7ab33975617f3f4c40d
tree4d3a6ad9273bd06be457f993741ac2b9cc78fca3
parentd8c5ec6aece5732c766bd7d773ff75976d364168
Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op
instruction at the beginning of each function that has the attribute, allowing
the function to be easily hooked and/or patched.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117264 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
include/llvm/Attributes.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/VMCore/Attributes.cpp