<div dir="ltr"><div><div>Hi,<br><br></div>If you could be more specific about what you use LLVM for, the mailing list may be helping you more. Do you use it as a C/C++ compiler, a source analysis/instrumentation framework or something else for your research?<br><br></div>For starters I found the following sources to be quite helpful:<br><br><a href="http://llvm.org/docs/">http://llvm.org/docs/</a> - The documents of LLVM, covering all important aspects of the LLVM umbrella project.<br><div><div><div><a href="http://llvm.org/docs/LangRef.html">http://llvm.org/docs/LangRef.html</a> - The reference for LLVM IR.<br><a href="http://llvm.org/docs/WritingAnLLVMPass.html">http://llvm.org/docs/WritingAnLLVMPass.html</a> - Getting started on an LLVM IR pass.<br><a href="http://blog.regehr.org/archives/1453">http://blog.regehr.org/archives/1453</a> - Intro on the source code layout of LLVM.<br><a href="https://www.cs.cornell.edu/~asampson/blog/llvm.html">https://www.cs.cornell.edu/~asampson/blog/llvm.html</a> - A Grad Student's Guide to LLVM. By far the most thorough and detailed blog guide to LLVM I've seen.<br><br></div><div>HTH.<br><br></div><div>Regards,<br></div><div>Kevin<br></div><div><br><br><div class="gmail_quote"><div dir="ltr">On Sun, Jan 15, 2017 at 11:03 AM Siddharth Shankar Swain via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="gmail_msg">Hello,<div class="gmail_msg">I am a computer science student new to LLVM compiler infrastructure. Please guide me where to start from to learn LLVM in the most effective way.</div><div class="gmail_msg">Thanks,</div><div class="gmail_msg">Siddharth Shankar Swain</div></div>
_______________________________________________<br class="gmail_msg">
LLVM Developers mailing list<br class="gmail_msg">
<a href="mailto:llvm-dev@lists.llvm.org" class="gmail_msg" target="_blank">llvm-dev@lists.llvm.org</a><br class="gmail_msg">
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" class="gmail_msg" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br class="gmail_msg">
</blockquote></div></div></div></div></div>