Jeroen Dobbelaere via llvm-dev
2019-Oct-04 23:07 UTC
[llvm-dev] Full 'restrict' support in LLVM.
Hi all, I am happy to announce that Synopsys wants to contribute its implementation of 'C99 restrict' to the LLVM project. [1] This implementation is based on Hal Finkel's local restrict patches and on the 'RFC: Full 'restrict' support in LLVM' [2] Any help with extra testing and code review is welcome. To be generally useful, there are also some small gaps [1] that need to be filled: IR bitcode support and the new pass manager support. Any help with those is also welcome ! Thanks, Jeroen Dobbelaere [1] https://reviews.llvm.org/D68484 [2] https://lists.llvm.org/pipermail/llvm-dev/2019-March/131127.html
Chris Lattner via llvm-dev
2019-Oct-04 23:44 UTC
[llvm-dev] Full 'restrict' support in LLVM.
> On Oct 4, 2019, at 4:07 PM, Jeroen Dobbelaere via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi all, > > I am happy to announce that Synopsys wants to contribute its > implementation of 'C99 restrict' to the LLVM project. [1] > > This implementation is based on Hal Finkel's local restrict patches > and on the 'RFC: Full 'restrict' support in LLVM' [2] > > Any help with extra testing and code review is welcome. > > To be generally useful, there are also some small gaps [1] that need to be filled: > IR bitcode support and the new pass manager support. > Any help with those is also welcome ! > > Thanks, > > Jeroen Dobbelaere > > [1] https://reviews.llvm.org/D68484 > [2] https://lists.llvm.org/pipermail/llvm-dev/2019-March/131127.html <https://lists.llvm.org/pipermail/llvm-dev/2019-March/131127.html>This is super exciting, and congratulations! Do you happen to have a design doc somewhere that is better formatted than the llvm-dev archive link <https://lists.llvm.org/pipermail/llvm-dev/2019-March/131127.html>? -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191004/976ca206/attachment.html>
Ronan KERYELL via llvm-dev
2019-Oct-05 01:03 UTC
[llvm-dev] Full 'restrict' support in LLVM.
>>>>> On Fri, 4 Oct 2019 23:07:14 +0000, Jeroen Dobbelaere via llvm-dev <llvm-dev at lists.llvm.org> said:Jeroen> Hi all, I am happy to announce that Synopsys wants to Jeroen> contribute its implementation of 'C99 restrict' to the LLVM Jeroen> project. [1] Nice! I think we have found our champion to reboot http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4150.pdf into a proposal for C++23 too. :-) -- Ronan KERYELL
Jeroen Dobbelaere via llvm-dev
2019-Oct-05 09:32 UTC
[llvm-dev] Full 'restrict' support in LLVM.
I reposted the RFC and a better formatted version is available now at: https://lists.llvm.org/pipermail/llvm-dev/2019-October/135672.html Greetings, Jeroen Dobbelaere> From: Chris Lattner <clattner at nondot.org>[...]> > This is super exciting, and congratulations! Do you happen to have a design doc somewhere that is better formatted than the https://lists.llvm.org/pipermail/llvm-dev/2019-March/131127.html? > > -Chris