search for: hookiz

Displaying 5 results from an estimated 5 matches for "hookiz".

Did you mean: hookize
2012 Sep 07
0
[LLVMdev] Preferred alignment of globals > 16bytes
...ach: despite its name, TargetData is really mostly for consumption by the mid-level optimizers. getPreferredAlignment is really something that only TargetLowering[ObjectFile] should be using. What do you think about sinking getPreferredAlignment down to it? This will make it much easier to target-hookize this. -Chris
2012 Sep 18
2
[LLVMdev] Preferred alignment of globals > 16bytes
...ach: despite its name, TargetData is really mostly for consumption by the mid-level optimizers. getPreferredAlignment is really something that only TargetLowering[ObjectFile] should be using. What do you think about sinking getPreferredAlignment down to it? This will make it much easier to target-hookize this. > > -Chris Hi Chris, Sorry for not replying sooner but I've haven't had a chance to look at this until now. I think your suggestion makes a lot of sense. The preferred alignment will be a lot easier to change if it is not embedded in the IR in the form of the target data st...
2012 Sep 07
2
[LLVMdev] Preferred alignment of globals > 16bytes
On 06/09/12 20:24, Chris Lattner wrote: > On Sep 6, 2012, at 8:51 AM, Richard Osborne <richard at xmos.com> wrote: > >> I recently noticed that all globals bigger than 16 bytes are being 16 byte aligned by LLVM (assuming there isn't an explicitly requested alignment). I'd really rather avoid this, at least for the XCore backend. I tracked this down to the following code
2012 Sep 20
0
[LLVMdev] Preferred alignment of globals > 16bytes
...ach: despite its name, TargetData is really mostly for consumption by the mid-level optimizers. getPreferredAlignment is really something that only TargetLowering[ObjectFile] should be using. What do you think about sinking getPreferredAlignment down to it? This will make it much easier to target-hookize this. >> >> -Chris > Hi Chris, > > Sorry for not replying sooner but I've haven't had a chance to look at this until now. I think your suggestion makes a lot of sense. The preferred alignment will be a lot easier to change if it is not embedded in the IR in the form...
2012 Sep 20
0
[LLVMdev] Preferred alignment of globals > 16bytes
...consumption by the mid-level optimizers. > >> getPreferredAlignment is really something that only > >> TargetLowering[ObjectFile] should be using. What do you think > >> about sinking getPreferredAlignment down to it? This will make it > >> much easier to target-hookize this. > >> > >> -Chris > > Hi Chris, > > > > Sorry for not replying sooner but I've haven't had a chance to look > > at this until now. I think your suggestion makes a lot of sense. > > The preferred alignment will be a lot easier to change...