1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 05:53:07 +01:00
llvm-mirror/lib/Target/WebAssembly/MCTargetDesc
Dan Gohman c9f22684fb [WebAssembly] Switch to a more traditional assembly syntax
This new syntax is built around putting each instruction on its own line
in a "mnemonic op, op, op" like syntax. It also uses conventional data
section directives like ".byte" and so on rather than requiring everything
to be in hierarchical S-expression format. This is a more natural syntax
for a ".s" file format from the perspective of LLVM MC and related tools,
while remaining easy to translate into other forms as needed.

llvm-svn: 249364
2015-10-06 00:27:55 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
WebAssemblyMCAsmInfo.cpp [WebAssembly] Switch to a more traditional assembly syntax 2015-10-06 00:27:55 +00:00
WebAssemblyMCAsmInfo.h
WebAssemblyMCTargetDesc.cpp WebAssembly: MCAsmInfo only has one syntax variant for now. 2015-07-28 17:23:07 +00:00
WebAssemblyMCTargetDesc.h WebAssembly: basic bitcode → assembly CodeGen test 2015-07-22 21:28:15 +00:00