1. dde8a25 [WebAssembly] Handle aliases in WebAssemblyFixFunctionBitcasts by Sam Clegg · 6 years ago
  2. 711950c Move some classes into anonymous namespaces. NFC. by Benjamin Kramer · 7 years ago
  3. 18c56a0 [WebAssembly] clang-tidy (NFC) by Heejin Ahn · 7 years ago
  4. 7976eb5 [opaque pointer types] Pass function types to CallInst creation. by James Y Knight · 7 years ago
  5. 4684f82 [WebAssembly] Re-enable main-function signature rewriting by Dan Gohman · 7 years ago
  6. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  7. 569f090 [WebAssembly] Print a debug message at the start of each pass by Heejin Ahn · 7 years ago
  8. 5292d17 Revert "[WebAssembly] Fixup `main` signature by default" by Sam Clegg · 7 years ago
  9. ddf0498 [WebAssembly] Fixup `main` signature by default by Sam Clegg · 7 years ago
  10. 79c054f [WebAssembly] Fix signature of `main` in FixFunctionBitcasts by Sam Clegg · 7 years ago
  11. f208f63 [WebAssembly] clang-format (NFC) by Heejin Ahn · 7 years ago
  12. 88599bf [WebAssembly] Be a little more conservative in WebAssemblyFixFunctionBitcasts by Sam Clegg · 7 years ago
  13. 3d668d3 [WebAssembly] Remove temporary workaround for function bitcasts by Jacob Gravelle · 7 years ago
  14. 41d7047 [WebAssembly] Ensure bitcasts that would result in invalid wasm are removed by FixFunctionBitcasts by Sam Clegg · 7 years ago
  15. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  16. 4092645 [WebAssembly] Register wasm passes with the PassRegistry by Jacob Gravelle · 8 years ago
  17. 3a762bf [WebAssembly] Reapply r319186: "Support bitcasted function addresses with varargs." by Dan Gohman · 8 years ago
  18. 6736f59 [WebAssemby] Re-apply r320041: "Support main functions with alternate signatures." by Dan Gohman · 8 years ago
  19. 9e1baed Revert "[WebAssemby] Support main functions with alternate signatures." by Derek Schuff · 8 years ago
  20. cdaa87d [WebAssemby] Support main functions with alternate signatures. by Dan Gohman · 8 years ago
  21. 78c19d6 [WebAssembly] Revert r319186 "Support bitcasted function addresses with varargs." by Dan Gohman · 8 years ago
  22. 2803bfa [WebAssembly] Support bitcasted function addresses with varargs. by Dan Gohman · 8 years ago
  23. 37af00e [WebAssembly] Narrow the scope of WebAssemblyFixFunctionBitcasts by Jacob Gravelle · 8 years ago
  24. d37dc2f [WebAssembly] Add some comments and tidy up whitespace. by Dan Gohman · 9 years ago
  25. a99b717 [WebAssembly] Don't create bitcast-wrappers for varargs. by Dan Gohman · 9 years ago
  26. 7acb42a [WebAssembly] Only RAUW a constant once in FixFunctionBitcasts by Derek Schuff · 9 years ago
  27. 0e2ceb8 [WebAssembly] Don't abort on code with UB. by Dan Gohman · 9 years ago
  28. d5eda35 [WebAssembly] Move a SmallVector to a more specific scope. NFC. by Dan Gohman · 9 years ago
  29. 1b63745 [WebAssembly] Add a pass to create wrappers for function bitcasts. by Dan Gohman · 9 years ago