1. e408a89 [WebAssembly] Cleanup of the way globals and global flags are handled by Nicholas Wilson · 7 years ago
  2. cf2a9e2 [WebAssembly] Remove ELF file support. by Sam Clegg · 7 years ago
  3. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  4. 2110924 Fix WebAssembly backend for some LLVM API changes by David Blaikie · 8 years ago
  5. 9d24fb7 [WebAssembly] Use __stack_pointer global when writing wasm binary by Sam Clegg · 8 years ago
  6. 970d02c [WebAssembly] Initial linking metadata support by Dan Gohman · 9 years ago
  7. 82607f5 [WebAssembly] Add support for using a wasm global for the stack pointer. by Dan Gohman · 9 years ago
  8. d934cb8 [WebAssembly] Basic support for Wasm object file encoding. by Dan Gohman · 9 years ago
  9. f295cc8 [WebAssembly] Fix a compiler warning. NFC. by Dan Gohman · 9 years ago
  10. 0d41b7b [WebAssembly] Emit a BasePointer when we have overly-aligned stack objects by Derek Schuff · 9 years ago
  11. 48abaa9 [WebAssembly] Reorder load/store operands to match binary encoding. by Dan Gohman · 9 years ago
  12. 7f1bdb2 [WebAssembly] Remove the output operand from stores. by Dan Gohman · 9 years ago
  13. 9bc1b23 [WebAssembly] Plug MachineMemOperand leaks. by Benjamin Kramer · 9 years ago
  14. 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
  15. bdc4956 Pass DebugLoc and SDLoc by const ref. by Benjamin Kramer · 9 years ago
  16. d530f68 [WebAssembly] Put __stack_pointer in the offset field of loads and stores. by Dan Gohman · 9 years ago
  17. 7100809 [WebAssembly] Rename $discard to $drop in the assembly output. by Dan Gohman · 9 years ago
  18. d08cd15 [WebAssembly] Don't stackify calls past stack pointer modifications. by Dan Gohman · 9 years ago
  19. 0cfb5f8 [WebAssembly] Move register stackification and coloring to a late phase. by Dan Gohman · 9 years ago
  20. 450a807 [WebAssembly] Don't emit epilogue code in the middle of stackified code. by Dan Gohman · 9 years ago
  21. e1a2e90 Change eliminateCallFramePseudoInstr() to return an iterator by Hans Wennborg · 10 years ago
  22. d4207ba [WebAssembly] Stackify code emitted by eliminateFrameIndex and SP writeback by Derek Schuff · 10 years ago
  23. 4b3bb21 [WebAssembly] Implement red zone for user stack by Derek Schuff · 10 years ago
  24. 27e3b8a [WebAssembly] Fix writeback of stack pointer with dynamic alloca by Derek Schuff · 10 years ago
  25. 90dbb8c [WebAssembly] Write stack pointer back to memory when FP is used by Derek Schuff · 10 years ago
  26. dc5f6aa [WebAssembly] Stackify function prologs and epilogs by Derek Schuff · 10 years ago
  27. 94c6566 [WebAssembly] Implement __builtin_frame_address. by Dan Gohman · 10 years ago
  28. 3f06329 [WebAssembly] Reformat WebAssemblyFrameLowering and WebAssemblyISelLowering by Derek Schuff · 10 years ago
  29. 992d83f [WebAssembly] Address comments left over from r260421 by Derek Schuff · 10 years ago
  30. 27501e2 [WebAssembly] Switch varags calling convention to use a register by Derek Schuff · 10 years ago
  31. 3ca3ea6 WebAssembly NFC: fix build warning by JF Bastien · 10 years ago
  32. 6ea637a [WebAssembly] Support frame pointer by Derek Schuff · 10 years ago
  33. 90d9e8d [WebAssembly] Omit no-op adds for non-mem uses of FrameIndex by Derek Schuff · 10 years ago
  34. bb37224 [WebAssembly] Implement unaligned loads and stores. by Dan Gohman · 10 years ago
  35. 3196650 [WebAssembly] Use the templated form of MachineFunction::getSubtarget(). NFC. by Dan Gohman · 10 years ago
  36. 8bb5f29 [WebAssembly] Implement eliminateCallFramePseudo by Derek Schuff · 10 years ago
  37. 9769deb [WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination by Derek Schuff · 10 years ago
  38. 7a6b982 [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC. by Dan Gohman · 10 years ago
  39. 9c54d3b [WebAssembly] Clean up several FIXME comments. by Dan Gohman · 10 years ago
  40. e419a7c [WebAssembly] Use the checked form of MachineFunction::getSubtarget. NFC. by Dan Gohman · 10 years ago
  41. b9073fb WebAssembly: basic bitcode → assembly CodeGen test by JF Bastien · 10 years ago
  42. c8f48c1 WebAssembly: fix build breakage. by JF Bastien · 10 years ago
  43. 03855df WebAssembly: start instructions by JF Bastien · 10 years ago
  44. 10e730a [WebAssembly] Initial WebAssembly backend by Dan Gohman · 10 years ago