[LLVMdev] How to get started with LLVM if I am to insert a NOP instruction randomly by adjusting the Code Generation Algorithm?

Jonas Wagner jonas.wagner at epfl.ch
Thu Apr 10 00:07:12 PDT 2014


Hi,

you might also want to have a look at this thread on randomizing
compilation by inserting NOPs (and other techniques):
http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-August/065153.html

Cheers,
Jonas

On Tue, Apr 8, 2014 at 10:52 AM, 蜡笔小新 <841224078 at qq.com> wrote:
> Hi, everyone.
>
> I am so happy to join the LLVM email list to share some ideas and discuss
> technical problems. As listed in the topic, I was trying to insert a NOP
> instruction in a program by modifying the compiler.
>
> I read through the documentation about the backend of LLVM. However, it is
> too general to implement this. Can someone give me some advice on this?
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>




More information about the llvm-dev mailing list