1. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 8 years ago
  2. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  3. 4092645 [WebAssembly] Register wasm passes with the PassRegistry by Jacob Gravelle · 8 years ago
  4. d934cb8 [WebAssembly] Basic support for Wasm object file encoding. by Dan Gohman · 9 years ago
  5. b6afd20 [WebAssembly] Refactor void return peephole using MaybeRewriteToFallthrough. NFC. by Dan Gohman · 9 years ago
  6. 4b320b7 [WebAssembly] Update LibFunc::Func -> LibFunc by Derek Schuff · 9 years ago
  7. 4fc4e42 [WebAssembly] Add an option to make get_local/set_local explicit. by Dan Gohman · 9 years ago
  8. 7f1bdb2 [WebAssembly] Remove the output operand from stores. by Dan Gohman · 9 years ago
  9. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  10. 5629ec1 [WebAssembly] Remove unnecessary subtarget checks in peephole pass by Derek Schuff · 9 years ago
  11. 39bf39f [WebAssembly] Initial SIMD128 support. by Derek Schuff · 9 years ago
  12. b7c2400 [WebAssembly] Optimize away return instructions using fallthroughs. by Dan Gohman · 10 years ago
  13. 847afa2 [WebAssembly] Simplify code that never has to handle physical registers. NFC. by Dan Gohman · 10 years ago
  14. 7100809 [WebAssembly] Rename $discard to $drop in the assembly output. by Dan Gohman · 10 years ago
  15. 27a11eef [WebAssembly] Support physical registers in the rewrite-to-discard optimization. by Dan Gohman · 10 years ago
  16. 90d9e8d [WebAssembly] Omit no-op adds for non-mem uses of FrameIndex by Derek Schuff · 10 years ago
  17. e7305cc [WebAssembly] Remove check for FrameIndex operands in WebAssemblyPeephole by Derek Schuff · 10 years ago
  18. 4343671 WebAssembly NFC: update error message by JF Bastien · 10 years ago
  19. 1a6c760 WebAssembly: don't optimize memcpy/memmove/memcpy to frame index by JF Bastien · 10 years ago
  20. bdf08d5 [WebAssembly] Optimize memcpy/memmove/memcpy calls. by Dan Gohman · 10 years ago
  21. bb37224 [WebAssembly] Implement unaligned loads and stores. by Dan Gohman · 10 years ago
  22. 8394756 [WebAssembly] Minor code cleanups. NFC. by Dan Gohman · 10 years ago
  23. 9769deb [WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination by Derek Schuff · 10 years ago
  24. a87629d [WebAssembly] Fix WebAssemblyPeephole to set Changed to true when making changes. by Dan Gohman · 10 years ago
  25. acc0941 [WebAssembly] Declare that WebAssemblyPeephole does not modify the CFG. by Dan Gohman · 10 years ago
  26. f0b165a [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPlacement by Dan Gohman · 10 years ago
  27. 80e34e0 [WebAssembly] Fix WebAssembly register numbering for registers added late. by Dan Gohman · 10 years ago
  28. 81719f8 [WebAssembly] Support for register stackifying with load and store instructions. by Dan Gohman · 10 years ago