1. 1aaa481 [WebAssembly] Add CFGStacikfied field to WebAssemblyFunctionInfo by Heejin Ahn · 7 years ago
  2. 222718f [WebAssembly] Fix a bug when mixing TRY/LOOP markers by Heejin Ahn · 7 years ago
  3. 44a5a4b [WebAssembly] Fix bugs in BLOCK/TRY placement by Heejin Ahn · 7 years ago
  4. 8b49b6b [WebAssembly] Place 'try' and 'catch' correctly wrt EH_LABELs by Heejin Ahn · 7 years ago
  5. 5c644c9 [WebAssembly] Simplify iterator navigations (NFC) by Heejin Ahn · 7 years ago
  6. 82da1ff [WebAssembly] Fix ScopeTops info in CFGStackify for EH pads by Heejin Ahn · 7 years ago
  7. cf699b4 [WebAssembly] Remove unnecessary instructions after TRY marker placement by Heejin Ahn · 7 years ago
  8. 20cf074 [WebAssembly] Rename a variable in CFGStackify (NFC) by Heejin Ahn · 7 years ago
  9. 25d924b [WebAssembly] Merge two identical switch case routines into one (NFC) by Heejin Ahn · 7 years ago
  10. a5e6874 [WebAssembly] Remove debug statement submitted in rL354657 by Sam Clegg · 7 years ago
  11. 85631d8 [WebAssembly] Remove getBottom function from CFGStackify (NFC) by Heejin Ahn · 7 years ago
  12. 18c56a0 [WebAssembly] clang-tidy (NFC) by Heejin Ahn · 7 years ago
  13. d6f4878 [WebAssembly] Exception handling: Switch to the new proposal by Heejin Ahn · 7 years ago
  14. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  15. d2fd709 Delete registerScope function by Heejin Ahn · 7 years ago
  16. 5b023e0 [WebAssembly] Fix bugs in rethrow depth counting and InstPrinter by Heejin Ahn · 7 years ago
  17. ac764aa [WebAssembly] Fix immediate of rethrow when throwing to caller by Heejin Ahn · 7 years ago
  18. 409b439 [WebAssembly] Ignore DBG_VALUE in WebAssemblyCFGStackify pass when looking for block start by Yury Delendik · 7 years ago
  19. f208f63 [WebAssembly] clang-format (NFC) by Heejin Ahn · 7 years ago
  20. e76fa9e [WebAssembly] CFG stackify support for exception handling by Heejin Ahn · 7 years ago
  21. 51ed131 [WebAssembly] Update SIMD binary arithmetic by Derek Schuff · 7 years ago
  22. 2c78385 [WebAssembly] Replace SIMD expression types with V128 by Derek Schuff · 7 years ago
  23. cf2a9e2 [WebAssembly] Remove ELF file support. by Sam Clegg · 7 years ago
  24. 817811ca [WebAssembly] Add more utility functions by Heejin Ahn · 7 years ago
  25. 5ef4d5f [WebAssembly] Support instruction selection for catching exceptions by Heejin Ahn · 7 years ago
  26. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  27. 801bf7e [DebugInfo] Examine all uses of isDebugValue() for debug instructions. by Shiva Chen · 7 years ago
  28. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  29. 2b8158f [WebAssembly] Add an assertion for an invalid CFG by Heejin Ahn · 8 years ago
  30. 92401cc [WebAssembly] Fix a bug in MachineBasicBlock::findDebugLoc() call by Heejin Ahn · 8 years ago
  31. 4092645 [WebAssembly] Register wasm passes with the PassRegistry by Jacob Gravelle · 8 years ago
  32. 10b3135 [WebAssembly] Add DebugLoc information to WebAssembly block and loop. by Derek Schuff · 8 years ago
  33. 0de5872 [WebAssembly] Add except_ref as a first-class type by Heejin Ahn · 8 years ago
  34. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  35. f52ee17 [WebAssembly] Split CFG-sorting into its own pass. NFC. by Dan Gohman · 9 years ago
  36. d934cb8 [WebAssembly] Basic support for Wasm object file encoding. by Dan Gohman · 9 years ago
  37. 3acb187 [WebAssembly] Implement more WebAssembly binary encoding. by Dan Gohman · 9 years ago
  38. 4fc4e42 [WebAssembly] Add an option to make get_local/set_local explicit. by Dan Gohman · 9 years ago
  39. 2726b88 [WebAssemby] Implement block signatures. by Dan Gohman · 9 years ago
  40. 3a643e8 [WebAssembly] Remove loop's bottom label. by Dan Gohman · 9 years ago
  41. e040533 [WebAssembly] Update to more stack-machine-oriented terminology. by Dan Gohman · 9 years ago
  42. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  43. ef0a45a [WebAssembly] Unbreak the build. by Benjamin Kramer · 9 years ago
  44. 500d046 WebAssembly: Avoid implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  45. d7a2eea [WebAssembly] Implement irreducible control flow. by Dan Gohman · 10 years ago
  46. 442bfce [WebAssembly] Switch from RPO sorting to topological sorting. by Dan Gohman · 10 years ago
  47. a187ab2 [WebAssembly] Fix insertion of a BLOCK in a loop header that also ends a BLOCK. by Dan Gohman · 10 years ago
  48. ed0f113 [WebAssembly] Refine block placement to insert blocks between trees. by Dan Gohman · 10 years ago
  49. 9c3bf31 [WebAssemly] Invalidate liveness in CFG stackifier by Derek Schuff · 10 years ago
  50. 1d68e80f [WebAssembly] Make CFG stackification independent of basic-block labels. by Dan Gohman · 10 years ago
  51. 35e4a28 [WebAssembly] Minor code cleanups. NFC. by Dan Gohman · 10 years ago
  52. 8887d1f [WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify. by Dan Gohman · 10 years ago
  53. b3aa1ec [WebAssembly] Fix the CFG Stackifier to handle unoptimized branches by Dan Gohman · 10 years ago
  54. 8fe7e86 [WebAssembly] Implement a new algorithm for placing BLOCK markers by Dan Gohman · 10 years ago
  55. 53d1399 [WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a stack. by Dan Gohman · 10 years ago
  56. 96029f7 [WebAssembly] Fix a few minor compiler warnings. NFC. by Dan Gohman · 10 years ago
  57. 7a6b982 [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC. by Dan Gohman · 10 years ago
  58. f685722 [WebAssembly] Always print loop end labels by Dan Gohman · 10 years ago
  59. 3280793 [WebAssembly] Use dominator information to improve BLOCK placement by Dan Gohman · 10 years ago
  60. 0040647 Try to fix build more -- like r252392 but for WebAssembly. by Nico Weber · 10 years ago
  61. e3e4a5f [WebAssembly] Fix CFG stackification of nested loops. by Dan Gohman · 10 years ago
  62. 950a13c [WebAssembly] Check in an initial CFG Stackifier pass by Dan Gohman · 10 years ago