[WebAssembly] Factor out a TypeToString function, since we need it in multiple places.
[oota-llvm.git] / lib / Target / WebAssembly / MCTargetDesc /
2015-11-29 Dan Gohman[WebAssembly] Minor clang-format and selected clang...
2015-11-23 Dan Gohman[WebAssembly] Remove incomplete MCCodeEmitter bits.
2015-11-23 Dan Gohman[WebAssembly] Emit .param, .result, and .local through MC.
2015-11-05 Dan Gohman[WebAssembly] Add WebAssemblyMCInstLower.cpp.
2015-10-06 Dan Gohman[WebAssembly] Switch to a more traditional assembly...
2015-08-26 JF BastienWebAssembly: add small FIXME for AsmPrinter.
2015-08-25 JF BastienWebAssembly: comment out .globl when printing textual...
2015-07-28 JF BastienWebAssembly: MCAsmInfo only has one syntax variant...
2015-07-27 JF BastienWebAssembly: more MCAsmInfo nits.
2015-07-27 JF BastienWebAssembly: minor MCAsmInfo fixes
2015-07-22 JF BastienWebAssembly: basic bitcode → assembly CodeGen test
2015-07-10 JF BastienWebAssembly: basic instructions todo, and basic registe...
2015-07-01 Dan Gohman[WebAssembly] Define separate Target instances for...
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend