summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Fix select of and (PR40805)Nikita Popov2019-02-231-7/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Lower away condition truncations for scalar selectsThomas Lively2018-10-291-0/+7
* [WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS] (fixed)Thomas Lively2018-10-111-9/+0
* [WebAssembly] Revert rL344180, which was breaking expensive checksThomas Lively2018-10-111-0/+9
* [WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS]Thomas Lively2018-10-101-9/+0
* [WebAssembly][NFC] Move specific instruction formats to specific filesThomas Lively2018-08-231-0/+34
* [WebAssembly] Modified tablegen defs to have 2 parallel instuction sets.Wouter van Oortmerssen2018-06-181-12/+14
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Fix the opcode values for i64.eq and i64.ne.Dan Gohman2017-01-091-2/+2
* [WebAssembly] Fix the opcode value for i64.rotr.Dan Gohman2016-12-211-1/+1
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-2/+2
* [WebAssembly] Update opcode values according to recent spec changes.Dan Gohman2016-10-241-30/+30
* [WebAssembly] Add binary-encoding opcode values to instruction descriptions.Dan Gohman2016-10-051-30/+30
* [WebAssembly] Set ctlz_zero_undef/cttz_zero_undef to Expand so LegalizeDAG wi...Craig Topper2016-04-231-6/+0
* [WebAssembly] Implement the rotate instructions.Dan Gohman2016-03-221-0/+8
* [WebAssembly] Implement the eqz instructions.Dan Gohman2016-03-211-0/+7
* [WebAssembly] Update the select instructions' operand orders to match the spec.Dan Gohman2016-02-051-8/+8
* [WebAssembly] Set several MCInstrDesc flags.Dan Gohman2015-11-291-0/+9
* [WebAssembly] Fold setne and seteq comparisons into selects.Dan Gohman2015-11-251-0/+14
* [WebAssembly] Use a physical register to describe ARGUMENT liveness.Dan Gohman2015-11-251-0/+8
* [WebAssembly] Add some spaces to the assembly output to vertically align oper...Dan Gohman2015-11-181-11/+13
* [WebAssembly] Use tabs instead of spaces in assembly output.Dan Gohman2015-11-151-2/+2
* [WebAssembly] Fix copypasta.Dan Gohman2015-11-051-1/+1
* [WebAssembly] Add AsmString strings for most instructions.Dan Gohman2015-11-051-28/+30
* [WebAssembly] Rename ior operator to or to match the specDerek Schuff2015-11-051-1/+1
* Align whitespaceDerek Schuff2015-11-031-2/+2
* [WebAssembly] Support wasm select operatorDerek Schuff2015-11-031-0/+5
* WebAssembly: fix more syntaxJF Bastien2015-10-221-4/+4
* WebAssembly: fix the syntax for comparisonsJF Bastien2015-10-171-8/+8
* [WebAssembly] Rename several functions and types according to the new spec.Dan Gohman2015-09-261-4/+4
* WebAssembly: NFC rename shr/sarJF Bastien2015-09-081-2/+2
* [WebAssembly] Implement the is_zero_undef forms of cttz and ctlzDan Gohman2015-08-241-0/+6
* WebAssembly: implement comparison.JF Bastien2015-08-111-13/+10
* WebAssembly: add basic int/fp instruction codegen.JF Bastien2015-07-141-16/+18
* WebAssembly: basic instructions todo, and basic register info.JF Bastien2015-07-101-0/+43
OpenPOWER on IntegriCloud