[WebAssembly] Use the default private label prefixes.
[oota-llvm.git] / test / CodeGen / WebAssembly / cfg-stackify.ll
2016-01-07 Dan Gohman[WebAssembly] Use the default private label prefixes.
2016-01-07 Dan Gohman[WebAssembly] Add -m:e to the target triple.
2016-01-06 Dan Gohman[WebAssembly] Don't use range-based loop for a list...
2015-12-25 Dan Gohman[WebAssembly] Fix handling of COPY instructions in...
2015-12-16 Dan Gohman[WebAssembly] Fix the CFG Stackifier to handle unoptimi...
2015-12-14 Dan Gohman[WebAssembly] Implement a new algorithm for placing...
2015-12-06 Dan Gohman[WebAssembly] Tighten up some testcase regular expressions.
2015-12-05 Dan Gohman[WebAssembly] Implement ReverseBranchCondition, and...
2015-12-05 Derek Schuff[WebAssembly] Support constant offsets on loads and...
2015-11-25 Dan Gohman[WebAssembly] Support for register stackifying with...
2015-11-23 Dan Gohman[WebAssembly] Suffix output operands with '='.
2015-11-23 Dan Gohman[WebAssembly] Model the return value of store instructi...
2015-11-23 Dan Gohman[WebAssembly] Always print loop end labels
2015-11-23 Dan Gohman[WebAssembly] Use dominator information to improve...
2015-11-18 Dan Gohman[WebAssembly] Enable register coloring and register...
2015-11-16 Derek Schuff[WebAssembly] Reverse the order of operands for br_if
2015-11-12 Dan Gohman[WebAssembly] Reapply r252858, with svn add for the...
2015-11-12 Hans WennborgRevert r252858: "[WebAssembly] Switch to MC for instruc...
2015-11-12 Dan Gohman[WebAssembly] Switch to MC for instruction printing.
2015-11-06 Dan Gohman[WebAssembly] Use more explicit types in testcases.
2015-10-20 JF BastienWebAssembly: fix syntax for br_if.
2015-10-16 JF BastienWebAssembly: fix load/store syntax
2015-10-16 JF BastienWebAssembly: update syntax
2015-10-06 Dan Gohman[WebAssembly] Switch to a more traditional assembly...
2015-10-02 Dan Gohman[WebAssembly] Update this test for the new loop scheme.
2015-10-02 Dan Gohman[WebAssembly] Fix CFG stackification of nested loops.
2015-09-16 Dan Gohman[WebAssembly] Check in an initial CFG Stackifier pass