llvm-mirror/lib/Target/X86/AsmParser
Daniel Dunbar dc5840c57c Update llvm-mc / MCAsmStreamer to print the instruction using the actual target
specific printer (this only works on x86, for now).
 - This makes it possible to do some correctness checking of the parsing and
   matching, since we can compare the results of 'as' on the original input, to
   those of 'as' on the output from llvm-mc.

 - In theory, we could now have an easy ATT -> Intel syntax converter. :)

llvm-svn: 78986
2009-08-14 03:48:55 +00:00
..
CMakeLists.txt Sketch support for target specific assembly parser. 2009-07-17 20:42:00 +00:00
Makefile Sketch support for target specific assembly parser. 2009-07-17 20:42:00 +00:00
X86AsmParser.cpp Update llvm-mc / MCAsmStreamer to print the instruction using the actual target 2009-08-14 03:48:55 +00:00