summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/memory-addr64.ll
AgeCommit message (Expand)Author
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively
2020-07-06[WebAssembly] Added 64-bit memory.grow/size/copy/fillWouter van Oortmerssen
2016-10-25[WebAssembly] Add immediate fields to call_indirect and memory operators.Dan Gohman
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-05-02[WebAssembly] Rename memory_size intrinsic to current_memoryDerek Schuff
2016-01-07[WebAssembly] Add -m:e to the target triple.Dan Gohman
2015-11-25[WebAssembly] Make several tests more strict.Dan Gohman
2015-11-25[WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman
2015-11-23[WebAssembly] Suffix output operands with '='.Dan Gohman
2015-11-18[WebAssembly] Enable register coloring and register stackifying.Dan Gohman
2015-11-14[WebAssembly] Change int_wasm_memory_size from IntrNoMem to IntrReadMem.Dan Gohman
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman
2015-11-12Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg
2015-11-12[WebAssembly] Switch to MC for instruction printing.Dan Gohman
2015-11-05[WebAssembly] Update wasm builtin functions to match spec changes.Dan Gohman
2015-10-16WebAssembly: update syntaxJF Bastien
2015-10-06[WebAssembly] Switch to a more traditional assembly syntaxDan Gohman
2015-10-03[WebAssembly] Rename setlocal to set_local to match the spec.Dan Gohman
2015-10-02[WebAssembly] Add a resize_memory intrinsic.Dan Gohman
2015-10-02[WebAssembly] Add a memory_size intrinsic.Dan Gohman
2015-08-25WebAssembly: emit `(func (param t) (result t))` s-expressionsJF Bastien
2015-08-24[WebAssembly] CodeGen support for __builtin_wasm_page_size()Dan Gohman