WebAssembly: update expected failures, more assert got resolved.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyInstrInfo.td
2015-12-21 Dan Gohman[WebAssembly] Mark the ARGUMENT pseudo-instructions...
2015-12-10 Dan Gohman[WebAssembly] Implement mixed-type ISD::FCOPYSIGN.
2015-12-05 Dan Gohman[WebAssembly] Replace the fake JUMP_TABLE instruction...
2015-12-05 Dan Gohman[WebAssembly] Implement direct calls to external symbols.
2015-11-29 Dan Gohman[WebAssembly] Set several MCInstrDesc flags.
2015-11-25 Dan Gohman[WebAssembly] Use a physical register to describe ARGUM...
2015-11-25 Dan Gohman[WebAssembly] Codegen support for ISD::ExternalSymbol
2015-11-23 Dan Gohman[WebAssembly] Don't use set_local instructions explicitly.
2015-11-23 Dan Gohman[WebAssembly] Emit .param, .result, and .local through MC.
2015-11-20 Dan Gohman[WebAssembly] Rename SWITCH to TABLESWITCH to match...
2015-11-18 Dan Gohman[WebAssembly] Enable register coloring and register...
2015-11-17 Derek Schuff[WebAssembly] Fix printing of global operands
2015-11-15 Dan Gohman[WebAssembly] Use tabs instead of spaces in assembly...
2015-11-13 Dan Gohman[WebAssembly] Rename the Const instructions to be upper...
2015-11-05 Dan Gohman[WebAssembly] Rename Immediate instructions to Const.
2015-11-05 Dan Gohman[WebAssembly] Add AsmString strings for most instructions.
2015-09-26 Dan Gohman[WebAssembly] Rename several functions and types accord...
2015-09-16 Dan Gohman[WebAssembly] Check in an initial CFG Stackifier pass
2015-09-09 Dan Gohman[WebAssembly] Implement calls with void return types.
2015-08-24 JF BastienWebAssembly: Implement call
2015-08-10 JF BastienWebAssembly: print immediates
2015-08-01 JF BastienWebAssembly: handle more than int32 argument/return
2015-07-31 JF BastienWebAssembly: handle `ret void`.
2015-07-31 JF BastienWebAssembly: print basic integer assembly.
2015-07-10 JF BastienWebAssembly: basic instructions todo, and basic registe...
2015-07-01 JF BastienWebAssembly: start instructions
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend