1. b88ebe8 [WebAssembly] Prevent inline assembly from being mangled by SjLj by Guanzhong Chen · 6 years ago
  2. 12011fa [WebAssembly] EmscriptenEHSjLj: Don't abort if __THREW__ is defined by Sam Clegg · 7 years ago
  3. 18c56a0 [WebAssembly] clang-tidy (NFC) by Heejin Ahn · 7 years ago
  4. 14359ef [opaque pointer types] Pass value type to LoadInst creation. by James Y Knight · 7 years ago
  5. 7976eb5 [opaque pointer types] Pass function types to CallInst creation. by James Y Knight · 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. 4791a66 [WebAssembly] WebAssemblyLowerEmscriptenEHSjLj: use getter/setter for accessing tempRet0 by Sam Clegg · 7 years ago
  9. 0c68a87 [WebAssembly] Fix LowerEmscriptenEHSjLj when there's only longjmp by Heejin Ahn · 7 years ago
  10. edb12a8 [TI removal] Make variables declared as `TerminatorInst` and initialized by Chandler Carruth · 7 years ago
  11. b2486f1 [WebAssembly] Stop generating helper functions in WebAssemblyLowerEmscriptenEHSjLj by Sam Clegg · 7 years ago
  12. 28b3e99 [WebAssembly] Update WebAssemblyLowerEmscriptenEHSjLj to handle separate compilation by Sam Clegg · 7 years ago
  13. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  14. c396964 fix trivial typo; NFC by Hiroshi Inoue · 8 years ago
  15. f021fab [IR] Make getParamAttributes take argument numbers, not ArgNo+1 by Reid Kleckner · 9 years ago
  16. 7f72033 [IR] Take func, ret, and arg attrs separately in AttributeList::get by Reid Kleckner · 9 years ago
  17. 0db0ca3 [WebAssembly] Update use of Attributes after r299875 by Derek Schuff · 9 years ago
  18. 821637a Revert "[WebAssembly] Update use of Attributes after r299875" by Derek Schuff · 9 years ago
  19. 857a7e5 [WebAssembly] Update use of Attributes after r299875 by Derek Schuff · 9 years ago
  20. b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
  21. 98e5643 Fix wasm build after arg_begin iterator type change by Reid Kleckner · 9 years ago
  22. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  23. 99bd16b [WebAssembly] Fix typos in comments by Heejin Ahn · 9 years ago
  24. c0f1817 [WebAssembly] Add asm.js-style setjmp/longjmp handling for wasm (reland r280302) by Heejin Ahn · 9 years ago
  25. 10a7086 Revert "Add asm.js-style setjmp/longjmp handling for wasm" by Heejin Ahn · 9 years ago
  26. 23d5710 Add asm.js-style setjmp/longjmp handling for wasm by Heejin Ahn · 9 years ago
  27. b6cd512 [WebAssembly] Change a comment line by Heejin Ahn · 9 years ago
  28. ccdceda [WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for setjmp/longjmp by Derek Schuff · 9 years ago[Renamed (66%) from llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenExceptions.cpp]
  29. c700490 Use the range variant of remove_if instead of unpacking begin/end by David Majnemer · 9 years ago
  30. 6664132 [WebAssembly] Add -emscripten-cxx-exceptions-whitelist option by Derek Schuff · 9 years ago
  31. 53b9af0 [WebAssembly] Fix bugs in WebAssemblyLowerEmscriptenExceptions pass by Derek Schuff · 9 years ago
  32. f41f67d [WebAssembly] Add asm.js-style exception handling support by Derek Schuff · 9 years ago