Displaying 6 results from an estimated 6 matches for "puzirev".
2012 Oct 24
2
[LLVMdev] Section specialization & COFF.
...values
>> with explicit section specification.
>>
>> The problem is in backend. When we have explicit section specification
>> linkage type is ignored.
> Looks fine with a test in CodeGen.
>
> - Michael Spencer
Was added test.
Please review.
Patch was made by Dmitry Puzirev.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: weak-section.diff
Type: text/x-patch
Size: 2587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121024/4e93028d/attachment.bin>
2012 Nov 02
2
[LLVMdev] Section specialization & COFF.
...m is in backend. When we have explicit section specification
>>>> linkage type is ignored.
>>>
>>> Looks fine with a test in CodeGen.
>>>
>>> - Michael Spencer
>>
>> Was added test.
>> Please review.
>> Patch was made by Dmitry Puzirev.
>
> Ping?
lgtm.
- Michael Spencer
2012 Oct 31
0
[LLVMdev] Section specialization & COFF.
...pecification.
>>>
>>> The problem is in backend. When we have explicit section specification
>>> linkage type is ignored.
>> Looks fine with a test in CodeGen.
>>
>> - Michael Spencer
> Was added test.
> Please review.
> Patch was made by Dmitry Puzirev.
Ping?
2012 Nov 07
0
[LLVMdev] Section specialization & COFF.
...n backend. When we have explicit section specification
>>>>> linkage type is ignored.
>>>> Looks fine with a test in CodeGen.
>>>>
>>>> - Michael Spencer
>>> Was added test.
>>> Please review.
>>> Patch was made by Dmitry Puzirev.
>> Ping?
> lgtm.
>
> - Michael Spencer
Can anybody commit patch.
I don`t have commit rights.
2012 Oct 22
0
[LLVMdev] Section specialization & COFF.
On Mon, Oct 22, 2012 at 7:53 AM, r4start <r4start at gmail.com> wrote:
> On 20/10/12 03:15, Michael Spencer wrote:
>>
>> On Fri, Oct 19, 2012 at 2:55 AM, r4start <r4start at gmail.com> wrote:
>>>
>>> Hi all.
>>>
>>> While compiling next code
>>> @A = weak unnamed_addr constant { i32, i32, i32 } { i32 0, i32 0, i32 0
2012 Oct 22
2
[LLVMdev] Section specialization & COFF.
On 20/10/12 03:15, Michael Spencer wrote:
> On Fri, Oct 19, 2012 at 2:55 AM, r4start <r4start at gmail.com> wrote:
>> Hi all.
>>
>> While compiling next code
>> @A = weak unnamed_addr constant { i32, i32, i32 } { i32 0, i32 0, i32 0 },
>> section ".data"
>> was discovered that llc ignores weak linkage if we emit it in COFF object.
>>