[WebAssembly] Use a physical register to describe ARGUMENT liveness.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyInstrInteger.td
2015-11-25 Dan Gohman[WebAssembly] Use a physical register to describe ARGUM...
2015-11-18 Dan Gohman[WebAssembly] Add some spaces to the assembly output...
2015-11-15 Dan Gohman[WebAssembly] Use tabs instead of spaces in assembly...
2015-11-05 Dan Gohman[WebAssembly] Fix copypasta.
2015-11-05 Dan Gohman[WebAssembly] Add AsmString strings for most instructions.
2015-11-05 Derek Schuff[WebAssembly] Rename ior operator to or to match the...
2015-11-03 Derek SchuffAlign whitespace
2015-11-03 Derek Schuff[WebAssembly] Support wasm select operator
2015-10-22 JF BastienWebAssembly: fix more syntax
2015-10-17 JF BastienWebAssembly: fix the syntax for comparisons
2015-09-26 Dan Gohman[WebAssembly] Rename several functions and types accord...
2015-09-08 JF BastienWebAssembly: NFC rename shr/sar
2015-08-24 Dan Gohman[WebAssembly] Implement the is_zero_undef forms of...
2015-08-11 JF BastienWebAssembly: implement comparison.
2015-07-14 JF BastienWebAssembly: add basic int/fp instruction codegen.
2015-07-10 JF BastienWebAssembly: basic instructions todo, and basic registe...