index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
WebAssembly
/
cfg-stackify.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
WebAssembly: fix cfg-stackify test
JF Bastien
2016-04-05
1
-10
/
+10
*
[WebAssembly] Update for spec change from tableswitch to br_table.
Dan Gohman
2016-03-08
1
-2
/
+2
*
[WebAssembly] Don't use setRequiresStructuredCFG(true).
Dan Gohman
2016-02-18
1
-37
/
+28
*
[WebAssembly] Switch from RPO sorting to topological sorting.
Dan Gohman
2016-02-16
1
-87
/
+133
*
[WebAssembly] Fix insertion of a BLOCK in a loop header that also ends a BLOCK.
Dan Gohman
2016-02-12
1
-0
/
+62
*
[WebAssembly] Update the br_if instructions' operand orders to match the spec.
Dan Gohman
2016-02-08
1
-98
/
+98
*
[WebAssembly] Refine block placement to insert blocks between trees.
Dan Gohman
2016-01-30
1
-4
/
+4
*
[WebAssembly] Enhanced register stackification
Dan Gohman
2016-01-28
1
-7
/
+9
*
[WebAssembly] Fix unbalanced register stack code in the case of late DCE.
Dan Gohman
2016-01-25
1
-2
/
+2
*
[WebAssembly] Tighten up some regexes in some tests.
Dan Gohman
2016-01-20
1
-75
/
+75
*
[WebAssembly] Rematerialize constants rather than hold them live in registers.
Dan Gohman
2016-01-19
1
-19
/
+30
*
[WebAssembly] Make CFG stackification independent of basic-block labels.
Dan Gohman
2016-01-12
1
-241
/
+355
*
[WebAssembly] Use the default private label prefixes.
Dan Gohman
2016-01-07
1
-346
/
+346
*
[WebAssembly] Add -m:e to the target triple.
Dan Gohman
2016-01-07
1
-1
/
+1
*
[WebAssembly] Don't use range-based loop for a list that's being modified
Dan Gohman
2016-01-06
1
-0
/
+1
*
[WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.
Dan Gohman
2015-12-25
1
-7
/
+7
*
[WebAssembly] Fix the CFG Stackifier to handle unoptimized branches
Dan Gohman
2015-12-16
1
-0
/
+46
*
[WebAssembly] Implement a new algorithm for placing BLOCK markers
Dan Gohman
2015-12-14
1
-11
/
+622
*
[WebAssembly] Tighten up some testcase regular expressions.
Dan Gohman
2015-12-06
1
-9
/
+9
*
[WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...
Dan Gohman
2015-12-05
1
-12
/
+113
*
[WebAssembly] Support constant offsets on loads and stores
Derek Schuff
2015-12-05
1
-1
/
+1
*
[WebAssembly] Support for register stackifying with load and store instructions.
Dan Gohman
2015-11-25
1
-1
/
+1
*
[WebAssembly] Suffix output operands with '='.
Dan Gohman
2015-11-23
1
-1
/
+1
*
[WebAssembly] Model the return value of store instructions in wasm.
Dan Gohman
2015-11-23
1
-1
/
+1
*
[WebAssembly] Always print loop end labels
Dan Gohman
2015-11-23
1
-0
/
+3
*
[WebAssembly] Use dominator information to improve BLOCK placement
Dan Gohman
2015-11-23
1
-2
/
+41
*
[WebAssembly] Enable register coloring and register stackifying.
Dan Gohman
2015-11-18
1
-20
/
+18
*
[WebAssembly] Reverse the order of operands for br_if
Derek Schuff
2015-11-16
1
-11
/
+11
*
[WebAssembly] Reapply r252858, with svn add for the new file.
Dan Gohman
2015-11-12
1
-38
/
+38
*
Revert r252858: "[WebAssembly] Switch to MC for instruction printing."
Hans Wennborg
2015-11-12
1
-38
/
+38
*
[WebAssembly] Switch to MC for instruction printing.
Dan Gohman
2015-11-12
1
-38
/
+38
*
[WebAssembly] Use more explicit types in testcases.
Dan Gohman
2015-11-06
1
-2
/
+2
*
WebAssembly: fix syntax for br_if.
JF Bastien
2015-10-20
1
-13
/
+13
*
WebAssembly: fix load/store syntax
JF Bastien
2015-10-16
1
-1
/
+1
*
WebAssembly: update syntax
JF Bastien
2015-10-16
1
-18
/
+18
*
[WebAssembly] Switch to a more traditional assembly syntax
Dan Gohman
2015-10-06
1
-60
/
+60
*
[WebAssembly] Update this test for the new loop scheme.
Dan Gohman
2015-10-02
1
-1
/
+1
*
[WebAssembly] Fix CFG stackification of nested loops.
Dan Gohman
2015-10-02
1
-0
/
+30
*
[WebAssembly] Check in an initial CFG Stackifier pass
Dan Gohman
2015-09-16
1
-0
/
+274