search for: sanijv

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

Did you mean: sancov
2009 Sep 25
2
[LLVMdev] Variable Attributes
I would like to modify the compiler to classify variables, which will ultimately determine the position the variables are stored in memory. What would be the best approach to accomplish this? I was thinking of modifying the lexer and parser to add a new attribute and have the machine code generator handle memory mapping accordingly. Does anyone have experience with this sort of exercise? How
2009 Sep 25
0
[LLVMdev] Variable Attributes
On Sep 25, 2009, at 8:49 AM, C.J. Manville wrote: > I would like to modify the compiler to classify variables, which > will ultimately determine the position the variables are stored in > memory. What would be the best approach to accomplish this? > > I was thinking of modifying the lexer and parser to add a new > attribute and have the machine code generator handle
2009 Sep 23
0
[LLVMdev] ld with gold-plugin can do this?
Sanjiv Gupta wrote: > Nick Lewycky wrote: >> Sanjiv.Gupta at microchip.com wrote: >>> >>> >>> A common followup question is "but how do I link native libraries into >>> my .bc file". You don't. A .bc file is llvm ir, you can't put a native >>> binary library into a .bc (barring sticking it in as a string, etc). >>>
2009 Sep 22
2
[LLVMdev] ld with gold-plugin can do this?
Nick Lewycky wrote: > Sanjiv.Gupta at microchip.com wrote: >> >> >> A common followup question is "but how do I link native libraries into >> my .bc file". You don't. A .bc file is llvm ir, you can't put a native >> binary library into a .bc (barring sticking it in as a string, etc). >> >> The build then looks like: >> >>