summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/reg-stackify.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Assembler/InstPrinter: support call_indirect type index.Wouter van Oortmerssen2019-08-011-1/+1
* [WebAssembly] Make LBB markers not affected by test orderHeejin Ahn2019-04-231-4/+4
* [WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg2019-02-231-27/+27
* [WebAssembly] Fix stack pointer store check in RegStackifyHeejin Ahn2019-01-101-1/+1
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-58/+58
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-191-24/+18
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-1/+197
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-197/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-1/+197
* [WebAssembly] Cleanup of the way globals and global flags are handledNicholas Wilson2018-08-031-1/+1
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-197/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-1/+197
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-101-1/+1
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* [WebAssembly] Remove infinite loop from reg-stackify testDerek Schuff2017-08-161-1/+3
* [WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg2017-06-161-1/+1
* [WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman2017-02-281-5/+3
* [WebAssembly] Fix for 0xc call_indirect changesDerek Schuff2016-10-211-0/+19
* [WebAssemby] Implement block signatures.Dan Gohman2016-10-061-2/+2
* [WebAssembly] Remove the output operand from stores.Dan Gohman2016-10-061-4/+4
* [WebAssembly] Disable the store-results optimization.Dan Gohman2016-08-181-5/+5
* [WebAssembly] Put __stack_pointer in the offset field of loads and stores.Dan Gohman2016-05-241-2/+2
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-1/+1
* [WebAssembly] Make several CHECK lines less fragile using regexes and CHECK-DAG.Dan Gohman2016-05-191-29/+29
* [WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman2016-05-171-2/+2
* [WebAssembly] Model the stack evaluation order more precisely.Dan Gohman2016-05-171-4/+25
* [WebAssembly] Don't stackify calls past stack pointer modifications.Dan Gohman2016-05-171-1/+15
* [WebAssembly] Stackify induction variable increment instructions.Dan Gohman2016-05-171-0/+24
* [WebAssembly] Improve the precision of memory and side effect dependence trac...Dan Gohman2016-05-171-2/+34
* [WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman2016-05-101-7/+6
* [WebAssembly] Don't emit epilogue code in the middle of stackified code.Dan Gohman2016-05-051-0/+12
* Let the DISubprogram in this test point to the right compile unit.Adrian Prantl2016-04-151-1/+1
* Update testcase to new debug metadata format.Adrian Prantl2016-04-151-3/+2
* [WebAssembly] Fix debug info in reg-stackify.ll testDerek Schuff2016-04-121-18/+23
* [WebAssembly] Properly ignore llvm.dbg.value instructions.Dan Gohman2016-02-221-0/+18
* [WebAssemly] Don't move calls or stores past intervening loadsDerek Schuff2016-02-161-0/+39
* [WebAssembly] Create new registers instead of reusing old ones in RegStackify.Dan Gohman2016-02-161-12/+55
* [WebAssembly] Update the br_if instructions' operand orders to match the spec.Dan Gohman2016-02-081-3/+3
* [WebAssembly] Don't stackify a register def past a get_local use in the same ...Dan Gohman2016-01-281-0/+21
* [WebAssembly] Enhanced register stackificationDan Gohman2016-01-281-5/+104
* [WebAssembly] Don't stackify stores across instructions with side effects.Dan Gohman2016-01-201-0/+17
* [WebAssembly] Rematerialize constants rather than hold them live in registers.Dan Gohman2016-01-191-15/+18
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-121-7/+9
* [WebAssembly] Use the default private label prefixes.Dan Gohman2016-01-071-7/+7
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-1/+1
* [WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.Dan Gohman2015-12-251-2/+40
* [WebAssembly] Reintroduce ARGUMENT moving logicDan Gohman2015-12-091-1/+1
* [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...Dan Gohman2015-12-051-14/+27
* [WebAssembly] Fix scheduling dependencies in register-stackified codeDan Gohman2015-12-051-0/+28
* [WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman2015-11-251-0/+47
OpenPOWER on IntegriCloud