[LLVMdev] X86AsmPrinter + MASM and NASM backends

Aaron Gray angray at beeb.net
Thu Jun 30 11:12:03 PDT 2005


I have "refactored" the X86AsmPrinter into a number of files ready for the MASM and NASM backends to be added.

There is a new namespace llvm::X86 to replace the anomonous namespace as this does not work accross mutiple .h and .cpp files. Other than that everything is pritty straight forward, t may possibly need tweeking though.

It has been built under MS VS2003, but I am not sure how to add it to the makefiles for the Cygwin and Linux platforms, help on this would be appreciated.

Afaik there are no specific tests for the X86AsmPrinter. If not it would be good to create some.

Also I am wondering about how to go about creating tests for the MASM and NASM backends, hints and help are welcomed.

Aaron
.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050630/3573b133/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NewX86AsmPrinter.tar.gz
Type: application/x-gzip
Size: 5871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050630/3573b133/attachment.bin>


More information about the llvm-dev mailing list