1. d7a2eea [WebAssembly] Implement irreducible control flow. by Dan Gohman · 10 years ago
  2. 442bfce [WebAssembly] Switch from RPO sorting to topological sorting. by Dan Gohman · 10 years ago
  3. a187ab2 [WebAssembly] Fix insertion of a BLOCK in a loop header that also ends a BLOCK. by Dan Gohman · 10 years ago
  4. ed0f113 [WebAssembly] Refine block placement to insert blocks between trees. by Dan Gohman · 10 years ago
  5. 9c3bf31 [WebAssemly] Invalidate liveness in CFG stackifier by Derek Schuff · 10 years ago
  6. 1d68e80f [WebAssembly] Make CFG stackification independent of basic-block labels. by Dan Gohman · 10 years ago
  7. 35e4a28 [WebAssembly] Minor code cleanups. NFC. by Dan Gohman · 10 years ago
  8. 8887d1f [WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify. by Dan Gohman · 10 years ago
  9. b3aa1ec [WebAssembly] Fix the CFG Stackifier to handle unoptimized branches by Dan Gohman · 10 years ago
  10. 8fe7e86 [WebAssembly] Implement a new algorithm for placing BLOCK markers by Dan Gohman · 10 years ago
  11. 53d1399 [WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a stack. by Dan Gohman · 10 years ago
  12. 96029f7 [WebAssembly] Fix a few minor compiler warnings. NFC. by Dan Gohman · 10 years ago
  13. 7a6b982 [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC. by Dan Gohman · 10 years ago
  14. f685722 [WebAssembly] Always print loop end labels by Dan Gohman · 10 years ago
  15. 3280793 [WebAssembly] Use dominator information to improve BLOCK placement by Dan Gohman · 10 years ago
  16. 0040647 Try to fix build more -- like r252392 but for WebAssembly. by Nico Weber · 10 years ago
  17. e3e4a5f [WebAssembly] Fix CFG stackification of nested loops. by Dan Gohman · 10 years ago
  18. 950a13c [WebAssembly] Check in an initial CFG Stackifier pass by Dan Gohman · 10 years ago