From: Chris Lattner Date: Tue, 21 Sep 2010 04:03:39 +0000 (+0000) Subject: random cruft in my tree. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=22481f2ea18ce80c96dd5b554376b31727213f51;p=oota-llvm.git random cruft in my tree. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114387 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 7185f4d0a62..0041b866f88 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1862,16 +1862,33 @@ to implement an assembler for your target.

- +
Implementing a Native Assembler
+
-

TODO

+

Though you're probably reading this because you want to write or maintain a +compiler backend, LLVM also fully supports building a native assemblers too. +We've tried hard to automate the generation of the assembler from the .td files +(in particular the instruction syntax and encodings), which means that a large +part of the manual and repetitive data entry can be factored and shared with the +compiler.

+ + + +
+ + +
+ Prolog/Epilog Code Insertion
+

To Be Written

+ +