search for: vijayaraghavan

Displaying 4 results from an estimated 4 matches for "vijayaraghavan".

2011 Jan 21
2
[LLVMdev] View variable-register map
...an manually comparing the llc generated code with the source program, is there any other way of knowing which variables in the program are mapped to which registers? I was not able to find any suitable option for the same, so I'm wondering if there is a workaround. Thank you! ------------ Vijayaraghavan Murali (Vijay)
2011 Jan 21
0
[LLVMdev] View variable-register map
On Fri, Jan 21, 2011 at 2:48 PM, Vijayaraghavan Murali <m.vijay at nus.edu.sg> wrote: > I just wish to know if other than manually comparing the llc generated > code with the source program, is there any other way of knowing which > variables in the program are mapped to which registers? I was not able > to find any suitable op...
2011 Jan 22
1
[LLVMdev] View variable-register map
...I can obtain from the above. But, can you just confirm if this is the result of register allocation and that the "Reg (#)" lines represent the different registers used? Thank you once again! Vijay On 01/21/2011 10:03 PM, Frits van Bommel wrote: > On Fri, Jan 21, 2011 at 2:48 PM, Vijayaraghavan Murali > <m.vijay at nus.edu.sg> wrote: >> I just wish to know if other than manually comparing the llc generated >> code with the source program, is there any other way of knowing which >> variables in the program are mapped to which registers? I was not able >> t...
2011 Mar 15
1
[LLVMdev] LLVM Register allocation
...That is, the mapping of variables to physical registers. I'm comfortable with reading dwarf information. For eg, using gcc I would do: gcc -c -g hello.c ; dwarfdump hello.o Kindly guide me in performing the above steps. If they are not possible, is there any workaround? Thank you! ----- Vijayaraghavan Murali http://www.comp.nus.edu.sg/~mvijayar