summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Update the br_if instructions' operand orders to match the spec.Dan Gohman2016-02-081-9/+9
* [WebAssembly] Support frame pointerDerek Schuff2016-01-291-1/+1
* [WebAssembly] Enhanced register stackificationDan Gohman2016-01-281-0/+16
* [WebAssembly] Rematerialize constants rather than hold them live in registers.Dan Gohman2016-01-191-6/+20
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-121-0/+9
* [WebAssembly] Convert a regular for loop to a range-based for loop.Dan Gohman2015-12-211-2/+1
* [WebAssembly] Implement eliminateCallFramePseudoDerek Schuff2015-12-161-2/+6
* [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...Dan Gohman2015-12-051-9/+23
* [WebAssembly] Initial varargs support.Dan Gohman2015-12-041-1/+3
* [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman2015-11-291-7/+7
* [WebAssembly] Don't use set_local instructions explicitly.Dan Gohman2015-11-231-6/+6
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-1/+16
* [WebAssembly] Reverse the order of operands for br_ifDerek Schuff2015-11-161-4/+4
* [WebAssembly] Rename BR_IF_ to BR_IFDan Gohman2015-11-131-2/+2
* WebAssembly: fix syntax for br_if.JF Bastien2015-10-201-2/+2
* [WebAssembly] Check in an initial CFG Stackifier passDan Gohman2015-09-161-0/+86
* [WebAssembly] Implement WebAssemblyInstrInfo::copyPhysRegDan Gohman2015-09-091-0/+8
* WebAssembly: basic bitcode → assembly CodeGen testJF Bastien2015-07-221-0/+3
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+28
OpenPOWER on IntegriCloud