RDF: Dead code elimination
[oota-llvm.git] / lib / Target / WebAssembly / MCTargetDesc /
2016-01-12 Dan Gohman[WebAssembly] Implement a prototype instruction encoder...
2016-01-12 Dan Gohman[WebAssembly] Register the MC subtarget info.
2016-01-12 Dan Gohman[WebAssembly] Define OperandTypes for decoding immediat...
2016-01-12 Dan Gohman[WebAssembly] Use TSFlags instead of keeping a list...
2016-01-11 Dan Gohman[WebAssembly] Define WebAssembly-specific relocation...
2016-01-08 Dan Gohman[WebAssembly] Minor code cleanups. NFC.
2016-01-08 Dan Gohman[WebAssembly] Minor code cleanups. NFC.
2016-01-08 Dan Gohman[WebAssembly] Remove unused arguments, unused functions...
2016-01-07 JF BastienWebAssembly: use .skip instead of .zero directive
2016-01-07 Dan Gohman[WebAssembly] Use the default private label prefixes.
2015-12-21 Dan Gohman[WebAssembly] Remove an unneeded empty destructor.
2015-12-17 Eric ChristopherRemove unused class variables.
2015-12-17 Dan Gohman[WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmI...
2015-12-17 Diego NovilloFix unused variable warning in release builds. NFC.
2015-12-17 Dan Gohman[WebAssembly] Experimental ELF writer support
2015-12-08 Dan Gohman[WebAssembly] Trim some unneeded #includes.
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