<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 7/16/14, 1:57 AM, 黄虎才 wrote:<br>
</div>
<blockquote
cite="mid:CAKoxh0202xTpP3j+kkQyc5Us1ACiQpRhM-nDLSuCSQorNimxUA@mail.gmail.com"
type="cite">
<div dir="ltr">Hi, all !<br>
I am doing some study about code generation in LLVM, It is a
pity that there is little introduction to it. Some paper
introduces that code generation in LLVM is based on Table
Driven, and i have referred paper "<a moz-do-not-send="true"><font
style="font-size:15px"><b>An experiment in <font
color="#ff0000"><b>table</b></font> <font
color="#ff0000"><b>driven</b></font> <font
color="#ff0000"><b>code</b></font> <font
color="#ff0000"><b>generation</b></font></b></font></a>",
But it has not given me any help. Can you give a help
understanding the code generation in LLVM. Thanks a lot.<br>
</div>
</blockquote>
<br>
There is some documentation on the Code Generator infrastructure in
the LLVM documentation. Please see:<br>
<br>
<a class="moz-txt-link-freetext" href="http://llvm.org/docs/CodeGenerator.html">http://llvm.org/docs/CodeGenerator.html</a><br>
<a class="moz-txt-link-freetext" href="http://llvm.org/docs/TableGen/index.html">http://llvm.org/docs/TableGen/index.html</a><br>
<br>
If you have specific questions about the code generator
infrastructure, please feel free to ask on the mailing list or on
the IRC channel.<br>
<br>
Regards,<br>
<br>
John Criswell<br>
<br>
<blockquote
cite="mid:CAKoxh0202xTpP3j+kkQyc5Us1ACiQpRhM-nDLSuCSQorNimxUA@mail.gmail.com"
type="cite">
<div dir="ltr">
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a> <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
</blockquote>
<br>
</body>
</html>