Displaying 3 results from an estimated 3 matches for "a2201505".
2008 Jul 24
0
[LLVMdev] Indirect Branch Representation
On Wed, Jul 23, 2008 at 8:47 PM, kapil anand <kapilanand2 at gmail.com> wrote:
>
> Specifically, I need a way to represent indirect branch instruction (in
> binary) as an equivalent LLVM instruction. With switch instruction , I would
> have to list all the possible targets and then initialize the corresponding
> instruction. I was just thinking whether it might be possible to
2008 Jul 24
1
[LLVMdev] Indirect Branch Representation
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080724/a2201505/attachment.html>
2008 Jul 24
5
[LLVMdev] Indirect Branch Representation
Specifically, I need a way to represent indirect branch instruction (in
binary) as an equivalent LLVM instruction. With switch instruction , I would
have to list all the possible targets and then initialize the corresponding
instruction. I was just thinking whether it might be possible to have some
kind of indirect branch where label is a "variable" and not an explicit
label present in