summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrConv.td
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively2019-10-151-0/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-45/+45
* [WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS] (fixed)Thomas Lively2018-10-111-12/+0
* [WebAssembly] Revert rL344180, which was breaking expensive checksThomas Lively2018-10-111-0/+12
* [WebAssembly] Saturating float to int intrinsicsThomas Lively2018-10-111-0/+18
* [WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS]Thomas Lively2018-10-101-8/+0
* [WebAssembly] Modified tablegen defs to have 2 parallel instuction sets.Wouter van Oortmerssen2018-06-181-136/+173
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Make sign-extension opcodes a distinct feature.Dan Gohman2018-01-191-2/+2
* [WebAssembly] Fix trapping behavior in fptosi/fptoui.Dan Gohman2017-11-281-16/+72
* [WebAssembly] Add sign extend instructions from atomics proposalDerek Schuff2017-09-131-0/+18
* [WebAssembly] Update opcode values according to recent spec changes.Dan Gohman2016-10-241-25/+25
* [WebAssembly] Add binary-encoding opcode values to instruction descriptions.Dan Gohman2016-10-051-25/+25
* [SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> froundMichael Kuperstein2016-08-181-2/+2
* [WebAssembly] Implement anyext.Dan Gohman2015-12-101-0/+9
* [WebAssembly] Set several MCInstrDesc flags.Dan Gohman2015-11-291-0/+3
* [WebAssembly] Use a physical register to describe ARGUMENT liveness.Dan Gohman2015-11-251-0/+4
* [WebAssembly] Use tabs instead of spaces in assembly output.Dan Gohman2015-11-151-25/+25
* [WebAssembly] Un-mangle the conversion instruction names.Dan Gohman2015-11-131-75/+75
* [WebAssembly] Add AsmString strings for most instructions.Dan Gohman2015-11-051-26/+51
* [WebAssembly] Update opcode name format for conversionsJF Bastien2015-10-291-25/+25
* [WebAssembly] Implement the remaining conversion operations.Dan Gohman2015-10-031-31/+54
* [WebAssembly] Rename several functions and types according to the new spec.Dan Gohman2015-09-261-27/+27
* [WebAssembly] Implement int64-to-int32 conversion.Dan Gohman2015-09-151-0/+3
* WebAssembly: basic instructions todo, and basic register info.JF Bastien2015-07-101-0/+44
OpenPOWER on IntegriCloud