Displaying 5 results from an estimated 5 matches for "r70197".
Did you mean:
370197
2009 May 04
4
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
Hi,
Here is an updated version of the patch using address space 257.
Zoltan
On Mon, May 4, 2009 at 11:36 PM, Shantonu Sen <ssen at apple.com> wrote:
> Maybe 257 would be better (or other unused), because of r70197, which gives
> special behavior for <256
>
> Shantonu Sen
> ssen at apple.com
>
> Sent from my Mac Pro
>
>
> On May 4, 2009, at 2:28 PM, Zoltan Varga wrote:
>
> Hi,
>>
>> The attached patch adds support for accessing the FS segment register
>>...
2009 May 04
0
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
Maybe 257 would be better (or other unused), because of r70197, which
gives special behavior for <256
Shantonu Sen
ssen at apple.com
Sent from my Mac Pro
On May 4, 2009, at 2:28 PM, Zoltan Varga wrote:
> Hi,
>
> The attached patch adds support for accessing the FS segment
> register using address space 255, similarly to the way the GS...
2009 May 04
2
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
Hi,
The attached patch adds support for accessing the FS segment register
using address space 255, similarly to the way the GS segment register can be
accessed. This is useful for generating TLS access code on amd64 for
example.
Zoltan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 May 04
0
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
...2:59 PM, Zoltan Varga wrote:
> Hi,
>
> Here is an updated version of the patch using address space 257.
>
> Zoltan
>
> On Mon, May 4, 2009 at 11:36 PM, Shantonu Sen <ssen at apple.com> wrote:
> Maybe 257 would be better (or other unused), because of r70197,
> which gives special behavior for <256
>
> Shantonu Sen
> ssen at apple.com
>
> Sent from my Mac Pro
>
>
> On May 4, 2009, at 2:28 PM, Zoltan Varga wrote:
>
> Hi,
>
> The attached patch adds support for accessing the FS segment
> register using ad...
2009 May 04
1
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
...Hi,
> >
> > Here is an updated version of the patch using address space 257.
> >
> > Zoltan
> >
> > On Mon, May 4, 2009 at 11:36 PM, Shantonu Sen <ssen at apple.com> wrote:
> > Maybe 257 would be better (or other unused), because of r70197,
> > which gives special behavior for <256
> >
> > Shantonu Sen
> > ssen at apple.com
> >
> > Sent from my Mac Pro
> >
> >
> > On May 4, 2009, at 2:28 PM, Zoltan Varga wrote:
> >
> > Hi,
> >
> > The attached patch add...