[LLVMdev] About instrumenting/rewriting X86 instructions
Zhaofeng Chen
chenzhaofeng.pku at gmail.com
Tue Dec 25 01:09:44 PST 2012
Hi all,
I plan to use LLVM to instrument/rewrite X86 instructions during the
compilation of a program.
For example, insert checking target instructions before jmp
instructions, or rewrite a instruction to prevent code using a specific
register.
I think the work should be done at the CodeGen phase, but I'm not quite
clear how can I start.
Can anyone give me some suggestion?
Thanks very much,
Zf
More information about the llvm-dev
mailing list