1. ec977b0 [WebAssembly] Minor code formatting cleanups. NFC. by Dan Gohman · 10 years ago
  2. 3469ee1 [WebAssembly] Introduce a WebAssemblyTargetStreamer class. by Dan Gohman · 10 years ago
  3. 1d68e80f [WebAssembly] Make CFG stackification independent of basic-block labels. by Dan Gohman · 10 years ago
  4. 26c6765 [WebAssembly] Define WebAssembly-specific relocation codes. by Dan Gohman · 10 years ago
  5. 35e4a28 [WebAssembly] Minor code cleanups. NFC. by Dan Gohman · 10 years ago
  6. a2b2cdc [WebAssembly] Trim unneeded #includes. NFC. by Dan Gohman · 10 years ago
  7. 993d35b4 Remove now-unused include by Derek Schuff · 10 years ago
  8. 83717cc Iterate over phys regs instead by Derek Schuff · 10 years ago
  9. 45cd5a7 [WebAssembly] Print an extra local decl when the user stack pointer is used by Derek Schuff · 10 years ago
  10. e2831b4 [WebAssembly] Use the new offset syntax for memory operands in inline asm. by Dan Gohman · 10 years ago
  11. 30a42bf [WebAssembly] Support more kinds of inline asm operands by Dan Gohman · 10 years ago
  12. dcba338 [WebAssembly] Remove .import printing. by Dan Gohman · 10 years ago
  13. 6d63f96 [WebAssembly] Remove an unneeded getAnalysisUsage override. by Dan Gohman · 10 years ago
  14. 5e0886b [WebAssembly] Factor out a TypeToString function, since we need it in multiple places. by Dan Gohman · 10 years ago
  15. 7a6b982 [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC. by Dan Gohman · 10 years ago
  16. 04c0401 [WebAssembly] Whitespace consistency. NFC. by Dan Gohman · 10 years ago
  17. f685722 [WebAssembly] Always print loop end labels by Dan Gohman · 10 years ago
  18. 53828fd [WebAssembly] Emit .param, .result, and .local through MC. by Dan Gohman · 10 years ago
  19. d962527 [WebAssembly] Remove the AsmPrinter code for printing physical registers. by Dan Gohman · 10 years ago
  20. 4ba4816 [WebAssembly] Enable register coloring and register stackifying. by Dan Gohman · 10 years ago
  21. 46e3316 [WebAssembly] Fix function return type printing by Derek Schuff · 10 years ago
  22. f19ed56 [WebAssembly] Inline asm support. by Dan Gohman · 10 years ago
  23. 058fce5 [WebAssembly] Introduce a new pseudo-operand for unused expression results. by Dan Gohman · 10 years ago
  24. b0311c5 Roll an expression into an assert to fix -Wunused-variable in a -Asserts build by David Blaikie · 10 years ago
  25. cf4748f [WebAssembly] Reapply r252858, with svn add for the new file. by Dan Gohman · 10 years ago
  26. 7384a2d Revert r252858: "[WebAssembly] Switch to MC for instruction printing." by Hans Wennborg · 10 years ago
  27. 9dd55a8 [WebAssembly] Switch to MC for instruction printing. by Dan Gohman · 10 years ago
  28. 754cd11 [WebAssembly] Support non-legal argument and return types. by Dan Gohman · 10 years ago
  29. 16d314d [WebAssembly] Remove special cases for things that are no longer special. NFC. by Dan Gohman · 10 years ago
  30. 4b96d8d [WebAssembly] Make expression-stack pushing explicit by Dan Gohman · 10 years ago
  31. da7f428 [WebAssembly] Rename Immediate instructions to Const. by Dan Gohman · 10 years ago
  32. 5789a69 [WebAssembly] Fix import statement by JF Bastien · 10 years ago
  33. 7b452e2 [WebAssembly] Update opcode name format for conversions by JF Bastien · 10 years ago
  34. f2364bf WebAssembly: fix more syntax by JF Bastien · 10 years ago
  35. 1a59c6b WebAssembly: support imports by JF Bastien · 10 years ago
  36. c8f89e8 WebAssembly: fix call/return syntax. by JF Bastien · 10 years ago
  37. 3428ed4 WebAssembly: don't omit dead vregs from locals by JF Bastien · 10 years ago
  38. 1d20a5e WebAssembly: update syntax by JF Bastien · 10 years ago
  39. e51c058 [WebAssembly] Switch to a more traditional assembly syntax by Dan Gohman · 10 years ago
  40. 6a050f3 [WebAssembly] Rename setlocal to set_local to match the spec. by Dan Gohman · 10 years ago
  41. 979840d [WebAssembly] Fix hasAddr64 being used before being initializer. by Dan Gohman · 10 years ago
  42. a3eaa20 Fix CodeGen/WebAssembly/global.ll test under ASAN. by Alexander Kornienko · 10 years ago
  43. 950a13c [WebAssembly] Check in an initial CFG Stackifier pass by Dan Gohman · 10 years ago
  44. 1ce7ba5 [WebAssembly] Tidy up some unneeded newline characters. by Dan Gohman · 10 years ago
  45. 4f52e00 [WebAssembly] Implement WebAssemblyInstrInfo::copyPhysReg by Dan Gohman · 10 years ago
  46. 73ff6af WebAssembly: generate load/store by JF Bastien · 10 years ago
  47. b1b61eb WebAssembly: NFC comment update by JF Bastien · 10 years ago
  48. 45479f6 WebAssembly: handle private/internal globals. by JF Bastien · 10 years ago
  49. 54be3b1 WebAssembly: assert that there aren't any constant pools by JF Bastien · 10 years ago
  50. b6091df WebAssembly: emit `(func (param t) (result t))` s-expressions by JF Bastien · 10 years ago
  51. af111db WebAssembly: Implement call by JF Bastien · 10 years ago
  52. 19c2e66 Revert two bad commits. by JF Bastien · 10 years ago
  53. 744ad10 Missing print. by JF Bastien · 10 years ago
  54. 12e1997 [WebAssembly] Make the assembly printer indent instructions. by Dan Gohman · 10 years ago
  55. 69c4c76 [WebAssembly] CodeGen support for __builtin_wasm_page_size() by Dan Gohman · 10 years ago
  56. e419a7c [WebAssembly] Use the checked form of MachineFunction::getSubtarget. NFC. by Dan Gohman · 10 years ago
  57. 11bf0da WebAssembly: NFC fix release build break, unused variable. by JF Bastien · 10 years ago
  58. e73ce68 WebAssembly: simply assert on SNaN and NaNs with payloads by JF Bastien · 10 years ago
  59. 4a64225 WebAssembly: print immediates by JF Bastien · 10 years ago
  60. 315cc06 WebAssembly: textual emission uses expected opcode names by JF Bastien · 10 years ago
  61. 8f9aea0 WebAssembly: handle more than int32 argument/return by JF Bastien · 10 years ago
  62. 600aee9 WebAssembly: print basic integer assembly. by JF Bastien · 10 years ago
  63. b9073fb WebAssembly: basic bitcode → assembly CodeGen test by JF Bastien · 10 years ago