[WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.
[oota-llvm.git] / lib / Target / WebAssembly / MCTargetDesc / WebAssemblyMCTargetDesc.h
2016-01-12 Dan Gohman[WebAssembly] Use TSFlags instead of keeping a list...
2016-01-08 Dan Gohman[WebAssembly] Minor code cleanups. NFC.
2016-01-08 Dan Gohman[WebAssembly] Remove unused arguments, unused functions...
2015-12-17 Dan Gohman[WebAssembly] Experimental ELF writer support
2015-12-08 Dan Gohman[WebAssembly] Trim some unneeded #includes.
2015-11-23 Dan Gohman[WebAssembly] Emit .param, .result, and .local through MC.
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