Shen via llvm-dev
2021-Apr-07 19:36 UTC
[llvm-dev] Publication: PtrSplit(CCS'17)/CaSym(S&P'19)/Program-mandering(CCS'19)
Hi llvm-dev, I am Shen Liu from NVIDIA's deep learning compiler team. I browsed your "llvm related publications" website ( https://llvm.org/pubs/ ) today by chance. During my Ph.D. period, I published three papers on top security conferences and the main implementation were all based on LLVM. PtrSplit: Supporting general pointers in automatic program partitioning. In 24th ACM Conference on Computer and Communications Security (CCS), pages 2359–2371, Nov. 2017. https://dl.acm.org/doi/pdf/10.1145/3133956.3134066 (code https://bitbucket.org/psu_soslab/program-dependence-graph-in-llvm/src/master/ ) CaSym: Cache aware symbolic execution for side-channel detection and mitigation. In 40th IEEE Symposium on Security and Privacy (S&P), pages 364–380, May. 2019. https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8835249 Program-mandering: Quantitative privilege separation. In 26th ACM Conference on Computer and Communications Security (CCS), pages 1023–1040, Nov. 2019. https://dl.acm.org/doi/pdf/10.1145/3319535.3354218 It will be great if you can add these publications to the llvm-pubs list. I really appreciate your contribution to LLVM. Thanks for your great service! Best regards, Shen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210407/7d2afec9/attachment.html>
Chris Lattner via llvm-dev
2021-Apr-08 05:18 UTC
[llvm-dev] Publication: PtrSplit(CCS'17)/CaSym(S&P'19)/Program-mandering(CCS'19)
Hi Shen, It would be great to add them. Would you be willing to submit a patch to this file <https://github.com/llvm/llvm-www-pubs/blob/main/pubs.js>? -Chris> On Apr 7, 2021, at 12:36 PM, Shen via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi llvm-dev, > I am Shen Liu from NVIDIA's deep learning compiler team. I browsed your "llvm related publications" website ( https://llvm.org/pubs/ <https://llvm.org/pubs/> ) today by chance. During my Ph.D. period, I published three papers on top security conferences and the main implementation were all based on LLVM. > > PtrSplit: Supporting general pointers in automatic program partitioning. In 24th ACM Conference on Computer and Communications Security (CCS), pages 2359–2371, Nov. 2017. > https://dl.acm.org/doi/pdf/10.1145/3133956.3134066 <https://dl.acm.org/doi/pdf/10.1145/3133956.3134066> > (code https://bitbucket.org/psu_soslab/program-dependence-graph-in-llvm/src/master/ <https://bitbucket.org/psu_soslab/program-dependence-graph-in-llvm/src/master/>) > > CaSym: Cache aware symbolic execution for side-channel detection and mitigation. In 40th IEEE Symposium on Security and Privacy (S&P), pages 364–380, May. 2019. > https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8835249 <https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8835249> > > Program-mandering: Quantitative privilege separation. In 26th ACM Conference on Computer and Communications Security (CCS), pages 1023–1040, Nov. 2019. > https://dl.acm.org/doi/pdf/10.1145/3319535.3354218 <https://dl.acm.org/doi/pdf/10.1145/3319535.3354218> > > It will be great if you can add these publications to the llvm-pubs list. I really appreciate your contribution to LLVM. Thanks for your great service! > > Best regards, > Shen > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210407/7a5027e5/attachment.html>