[WebAssembly] Enable register coloring and register stackifying.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyInstrInfo.td
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