Displaying 4 results from an estimated 4 matches for "d45736".
2018 May 08
2
"Replace locked IO with unlocked IO" optimizations
Hello,
Please check this patch:
https://reviews.llvm.org/D45736
as Eli noted, other opinions are highly welcomed..
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180509/c2eb9888/attachment.html>
2018 May 09
0
"Replace locked IO with unlocked IO" optimizations
...#39;t a reserved name according to the C standard, so
there's no way to ensure we're actually calling the glibc fputc_unlocked.
Suggestions welcome.
-Eli
On 5/8/2018 4:59 PM, Dávid Bolvanský via llvm-dev wrote:
> Hello,
>
> Please check this patch:
> https://reviews.llvm.org/D45736
>
> as Eli noted, other opinions are highly welcomed..
>
> Thanks
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
--
Employee of Qualcomm Inno...
2018 May 09
1
"Replace locked IO with unlocked IO" optimizations
...we generally assume the availability of glibc extensions when -gnu
is in the triple?
-Hal
>
> Suggestions welcome.
>
> -Eli
>
> On 5/8/2018 4:59 PM, Dávid Bolvanský via llvm-dev wrote:
>> Hello,
>>
>> Please check this patch:
>> https://reviews.llvm.org/D45736
>>
>> as Eli noted, other opinions are highly welcomed..
>>
>> Thanks
>>
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/...
2018 Apr 30
0
Review request: SimplifyLibcalls - Replace locked IO with unlocked IO
Hello,
Can somebody review my patch?
https://reviews.llvm.org/D45736
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180430/8f0570ae/attachment.html>