summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Update grow_memory's return type.Dan Gohman2017-01-181-2/+2
* [WebAssembly] Annotate call and load/store immediates.Dan Gohman2016-12-231-23/+23
* [WebAssembly] Add immediate fields to call_indirect and memory operators.Dan Gohman2016-10-251-12/+9
* [WebAssembly] Reorder load/store operands to match binary encoding.Dan Gohman2016-10-251-284/+286
* [WebAssembly] Update opcode values according to recent spec changes.Dan Gohman2016-10-241-25/+25
* [WebAssembly] Remove the output operand from stores.Dan Gohman2016-10-061-31/+27
* [WebAssembly] Add binary-encoding opcode values to instruction descriptions.Dan Gohman2016-10-051-25/+25
* [WebAssembly] Disable folding of GA+reg into load/store constant offsetsDerek Schuff2016-08-311-6/+4
* [WebAssembly] Rename memory_size intrinsic to current_memoryDerek Schuff2016-05-021-9/+9
* [WebAssembly] Teach address folding to fold bitwise-or nodes.Dan Gohman2016-02-221-0/+68
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-242/+280
* [WebAssembly] Reorganize address offset folding.Dan Gohman2016-01-111-85/+161
* [WebAssembly] Enclose the operand variables for load and store instructions i...Dan Gohman2015-12-211-23/+23
* [WebAssembly] Implement instruction selection for constant offsets in addresses.Dan Gohman2015-12-151-15/+360
* [WebAssembly] Use an immediate OperandType for offset operands.Dan Gohman2015-12-151-23/+23
* [WebAssembly] Support constant offsets on loads and storesDerek Schuff2015-12-051-74/+85
* [WebAssembly] Use a physical register to describe ARGUMENT liveness.Dan Gohman2015-11-251-0/+16
* [WebAssembly] Clean up several FIXME comments.Dan Gohman2015-11-251-1/+1
* [WebAssembly] Don't print the types of memory_size and grow_memoryDan Gohman2015-11-231-4/+4
* [WebAssembly] Model the return value of store instructions in wasm.Dan Gohman2015-11-231-27/+38
* [WebAssembly] Use tabs instead of spaces in assembly output.Dan Gohman2015-11-151-27/+27
* [WebAssembly] Rename memory intrinsics to be upper-case, following convention...Dan Gohman2015-11-131-4/+4
* [WebAssembly] Fix copypasta.Dan Gohman2015-11-051-2/+2
* [WebAssembly] Add AsmString strings for most instructions.Dan Gohman2015-11-051-27/+54
* [WebAssembly] Update wasm builtin functions to match spec changes.Dan Gohman2015-11-051-15/+7
* WebAssembly: fix load/store syntaxJF Bastien2015-10-161-51/+51
* [WebAssembly] Remove a TODO comment which is no longer needed. NFC.Dan Gohman2015-10-131-7/+0
* [WebAssembly] Add a resize_memory intrinsic.Dan Gohman2015-10-021-0/+8
* [WebAssembly] Add a memory_size intrinsic.Dan Gohman2015-10-021-0/+8
* [WebAssembly] Rename several functions and types according to the new spec.Dan Gohman2015-09-261-55/+55
* WebAssembly: generate load/storeJF Bastien2015-08-311-26/+73
* [WebAssembly] CodeGen support for __builtin_wasm_page_size()Dan Gohman2015-08-241-0/+7
* WebAssembly: basic instructions todo, and basic register info.JF Bastien2015-07-101-0/+46
OpenPOWER on IntegriCloud