summaryrefslogtreecommitdiff
path: root/lib/Target/WebAssembly/WebAssemblyInstrInteger.td
AgeCommit message (Expand)Author
2017-01-09[WebAssembly] Fix the opcode values for i64.eq and i64.ne.Dan Gohman
2016-12-21[WebAssembly] Fix the opcode value for i64.rotr.Dan Gohman
2016-10-24[WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman
2016-10-24[WebAssembly] Update opcode values according to recent spec changes.Dan Gohman
2016-10-05[WebAssembly] Add binary-encoding opcode values to instruction descriptions.Dan Gohman
2016-04-23[WebAssembly] Set ctlz_zero_undef/cttz_zero_undef to Expand so LegalizeDAG wi...Craig Topper
2016-03-22[WebAssembly] Implement the rotate instructions.Dan Gohman
2016-03-21[WebAssembly] Implement the eqz instructions.Dan Gohman
2016-02-05[WebAssembly] Update the select instructions' operand orders to match the spec.Dan Gohman
2015-11-29[WebAssembly] Set several MCInstrDesc flags.Dan Gohman
2015-11-25[WebAssembly] Fold setne and seteq comparisons into selects.Dan Gohman
2015-11-25[WebAssembly] Use a physical register to describe ARGUMENT liveness.Dan Gohman
2015-11-18[WebAssembly] Add some spaces to the assembly output to vertically align oper...Dan Gohman
2015-11-15[WebAssembly] Use tabs instead of spaces in assembly output.Dan Gohman
2015-11-05[WebAssembly] Fix copypasta.Dan Gohman
2015-11-05[WebAssembly] Add AsmString strings for most instructions.Dan Gohman
2015-11-05[WebAssembly] Rename ior operator to or to match the specDerek Schuff
2015-11-03Align whitespaceDerek Schuff
2015-11-03[WebAssembly] Support wasm select operatorDerek Schuff
2015-10-22WebAssembly: fix more syntaxJF Bastien
2015-10-17WebAssembly: fix the syntax for comparisonsJF Bastien
2015-09-26[WebAssembly] Rename several functions and types according to the new spec.Dan Gohman
2015-09-08WebAssembly: NFC rename shr/sarJF Bastien
2015-08-24[WebAssembly] Implement the is_zero_undef forms of cttz and ctlzDan Gohman
2015-08-11WebAssembly: implement comparison.JF Bastien
2015-07-14WebAssembly: add basic int/fp instruction codegen.JF Bastien
2015-07-10WebAssembly: basic instructions todo, and basic register info.JF Bastien