In the past, I've just referenced Chris's CGO 2004 paper when referring to LLVM: C. Lattner and V. Adve. LLVM: A compilation framework for lifelong program analysis & transformation. For sub-projects like Clang and DragonEgg, I just cite the URLs: [4] Clang. clang.llvm.org. [5] DragonEgg. dragonegg.llvm.org. I don't know of any canonical references for these. On Sun, Apr 14, 2013 at 3:55 PM, Sean Silva <silvas at purdue.edu> wrote:> I"m not sure there is an official citation, but you can probably just look > at the papers on <http://llvm.org/pubs/> and see what they do. > > -- Sean Silva > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-- Thanks, Justin Holewinski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130414/71a7c967/attachment.html>
On 4/14/13 3:35 PM, Justin Holewinski wrote:> In the past, I've just referenced Chris's CGO 2004 paper when > referring to LLVM:I second that. We at Illinois typically cite Chris's CGO paper. The bibtex is: @InProceedings{LLVM:CGO04, Author = {Chris Lattner and Vikram Adve}, Title = {{LLVM}: A Compilation Framework for Lifelong Program Analysis and Transformation}, Booktitle = CGO, Address = {San Jose, CA, USA}, Month = {Mar}, Year = {2004}, pages = {75--88}, } -- John T.> > C. Lattner and V. Adve. LLVM: A compilation framework for lifelong > program analysis & transformation. > > For sub-projects like Clang and DragonEgg, I just cite the URLs: > > [4] Clang. clang.llvm.org <http://clang.llvm.org>. > [5] DragonEgg. dragonegg.llvm.org <http://dragonegg.llvm.org>. > > I don't know of any canonical references for these. > > > > On Sun, Apr 14, 2013 at 3:55 PM, Sean Silva <silvas at purdue.edu > <mailto:silvas at purdue.edu>> wrote: > > I"m not sure there is an official citation, but you can probably > just look at the papers on <http://llvm.org/pubs/> and see what > they do. > > -- Sean Silva > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> > http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > > -- > > Thanks, > > Justin Holewinski > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130414/6ffa019a/attachment.html>
Thanks John, Justin and Sean. I'll go with the recommended CGO paper. Best regards, Vesa 15.4.2013 6:20, John Criswell kirjoitti:> On 4/14/13 3:35 PM, Justin Holewinski wrote: >> In the past, I've just referenced Chris's CGO 2004 paper when >> referring to LLVM: > > I second that. We at Illinois typically cite Chris's CGO paper. The > bibtex is: > > @InProceedings{LLVM:CGO04, > Author = {Chris Lattner and Vikram Adve}, > Title = {{LLVM}: A Compilation Framework for Lifelong Program > Analysis and Transformation}, > Booktitle = CGO, > Address = {San Jose, CA, USA}, > Month = {Mar}, > Year = {2004}, > pages = {75--88}, > } >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130416/8f1534c4/attachment.html>