[PATCH] [RFC][11/17]TILE-Gx: AsmParser for tilegx
Jiong WANG
wong.kwongyuan.llvm at gmail.com
Mon Mar 11 01:13:42 PDT 2013
Initial AsmParser support for tilegx.
Currently the parser can only parse un-bundled format assembly, for example:
cat a.s
===
add r0, r1, r2
add r4, r5, r6
no support of bundled format assembly
cat a.s
===
{
add r0, r1, r2
add r4, r5, r6
}
some generic MC AsmParser code need to be improved to support this.
Please review, thanks
---
Regards,
Jiong
Tilera Corporation
http://llvm-reviews.chandlerc.com/D521
Files:
lib/Target/Tile/AsmParser/CMakeLists.txt
lib/Target/Tile/AsmParser/LLVMBuild.txt
lib/Target/Tile/AsmParser/Makefile
lib/Target/Tile/AsmParser/TileAsmParser.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D521.1.patch
Type: text/x-patch
Size: 19050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130311/fb052020/attachment.bin>
More information about the llvm-commits
mailing list