<div dir="ltr"><div><div>AFAIK, LLVM<tt> supports concurrent execution of its API </tt><tt class=""><span class="">on the LLVM Context level. <br></span></tt></div><tt class=""><span class="">You can see <a href="http://llvm.org/docs/ProgrammersManual.html#threads-and-llvm">http://llvm.org/docs/ProgrammersManual.html#threads-and-llvm</a><br>
<br></span></tt></div><tt class=""><span class="">Alexey<br></span></tt></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-30 12:18 GMT+03:00 Bruce Hoult <span dir="ltr"><<a href="mailto:bruce@hoult.org" target="_blank">bruce@hoult.org</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Jasmin,<div><br></div><div>Creating threads is the responsibility of the operating system or runtime system. It will provide functions that can be called from assembly language or from a language such as C.</div>

<div><br></div><div>You can of course write such C programs (or other languages) and then compile them using Clang & LLVM, but LLVM itself does not know what, for example, pthread_create() means. It's just a library function.</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Fri, May 30, 2014 at 8:46 PM, Jasmin Jahic <span dir="ltr"><<a href="mailto:jasmin.jahic@gmail.com" target="_blank">jasmin.jahic@gmail.com</a>></span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hello,<div><br></div><div>I'm interested in development of multi threaded applications using LLVM. I would like to ask, is there a possibility in LLVM to create several threads, executing software concurrently, while sharing the same memory space? </div>


<div>If yes, on which level this can be done (e.g. context, execution engine,...)?</div><div><br></div><div>Best regards,</div><div>Jasmin JAHIC</div></div>
<br></div></div>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>