[WebAssembly] Implement instruction selection for constant offsets in addresses.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyInstrMemory.td
2015-12-15 Dan Gohman[WebAssembly] Implement instruction selection for const...
2015-12-15 Dan Gohman[WebAssembly] Use an immediate OperandType for offset...
2015-12-05 Derek Schuff[WebAssembly] Support constant offsets on loads and...
2015-11-25 Dan Gohman[WebAssembly] Use a physical register to describe ARGUM...
2015-11-25 Dan Gohman[WebAssembly] Clean up several FIXME comments.
2015-11-23 Dan Gohman[WebAssembly] Don't print the types of memory_size...
2015-11-23 Dan Gohman[WebAssembly] Model the return value of store instructi...
2015-11-15 Dan Gohman[WebAssembly] Use tabs instead of spaces in assembly...
2015-11-13 Dan Gohman[WebAssembly] Rename memory intrinsics to be upper...
2015-11-05 Dan Gohman[WebAssembly] Fix copypasta.
2015-11-05 Dan Gohman[WebAssembly] Add AsmString strings for most instructions.
2015-11-05 Dan Gohman[WebAssembly] Update wasm builtin functions to match...
2015-10-16 JF BastienWebAssembly: fix load/store syntax
2015-10-13 Dan Gohman[WebAssembly] Remove a TODO comment which is no longer...
2015-10-02 Dan Gohman[WebAssembly] Add a resize_memory intrinsic.
2015-10-02 Dan Gohman[WebAssembly] Add a memory_size intrinsic.
2015-09-26 Dan Gohman[WebAssembly] Rename several functions and types accord...
2015-08-31 JF BastienWebAssembly: generate load/store
2015-08-24 Dan Gohman[WebAssembly] CodeGen support for __builtin_wasm_page_s...
2015-07-10 JF BastienWebAssembly: basic instructions todo, and basic registe...