1. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 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. f842297 Rename LiveIntervalAnalysis.h to LiveIntervals.h by Matthias Braun · 8 years ago
  5. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  6. 4b320b7 [WebAssembly] Update LibFunc::Func -> LibFunc by Derek Schuff · 9 years ago
  7. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  8. c9623db [WebAssembly] Disable the store-results optimization. by Dan Gohman · 9 years ago
  9. a8a6382 [WebAssembly] Handle debug information and virtual registers without crashing (reland r278967) by Dominic Chen · 9 years ago
  10. afdd8e5 Revert "[WebAssembly] Handle debug information and virtual registers without crashing" by Duncan P. N. Exon Smith · 9 years ago
  11. 4326167 [WebAssembly] Handle debug information and virtual registers without crashing by Dominic Chen · 9 years ago
  12. 33e694a [WebAssembly] Fast-isel support for calls, arguments, and selects. by Dan Gohman · 9 years ago
  13. 0cfb5f8 [WebAssembly] Move register stackification and coloring to a late phase. by Dan Gohman · 9 years ago
  14. a5b8ea0d WebAssembly NFC: simplify control flow by JF Bastien · 10 years ago
  15. fbc89d2 WebAssembly: don't optimize frameindex store by JF Bastien · 10 years ago
  16. 1a6c760 WebAssembly: don't optimize memcpy/memmove/memcpy to frame index by JF Bastien · 10 years ago
  17. bdf08d5 [WebAssembly] Optimize memcpy/memmove/memcpy calls. by Dan Gohman · 10 years ago
  18. bb37224 [WebAssembly] Implement unaligned loads and stores. by Dan Gohman · 10 years ago
  19. 87b4aa8 [WebAssembly] Add an assert to sanity-check dead flags. by Dan Gohman · 10 years ago
  20. b949b9c [WebAssembly] Make WebAssemblyStoreResults only return true when it has a change. by Dan Gohman · 10 years ago
  21. d70e590 [WebAssembly] Assert MRI.isSSA() in passes that depend on SSA form. by Dan Gohman · 10 years ago
  22. 9d77952 [WebAssembly] Support constant offsets on loads and stores by Derek Schuff · 10 years ago
  23. 391a98a [WebAssembly] Fix dominance check for PHIs in the StoreResult pass by Dan Gohman · 10 years ago
  24. 5268aaf [WebAssembly] Add a test for wasm-store-results pass by Derek Schuff · 10 years ago
  25. 81719f8 [WebAssembly] Support for register stackifying with load and store instructions. by Dan Gohman · 10 years ago