1. ecabac6 [WebAssembly] Remove duplicate disabling of passes by Derek Schuff · 10 years ago
  2. ad154c8 Introduce MachineFunctionProperties and the AllVRegsAllocated property by Derek Schuff · 10 years ago
  3. d7a2eea [WebAssembly] Implement irreducible control flow. by Dan Gohman · 10 years ago
  4. 42bb254 [WebAssembly] Re-enable the TailDuplicate pass. by Dan Gohman · 10 years ago
  5. d85ab7f [WebAssembly] Don't use setRequiresStructuredCFG(true). by Dan Gohman · 10 years ago
  6. 71434ff [WebAssembly] Disable register stackification and coloring when not optimizing by Derek Schuff · 10 years ago
  7. bb37224 [WebAssembly] Implement unaligned loads and stores. by Dan Gohman · 10 years ago
  8. b13c91f [WebAssembly] Disable some WebAssembly-specific optimization passes at -O0. by Dan Gohman · 10 years ago
  9. 0c6f5ac [WebAssembly] Add -m:e to the target triple. by Dan Gohman · 10 years ago
  10. 8887d1f [WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify. by Dan Gohman · 10 years ago
  11. 5bf22fc [WebAssembly] Convert WebAssemblyTargetObjectFile to TargetLoweringObjectFileELF by Dan Gohman · 10 years ago
  12. 05ac43f [WebAssembly] Experimental ELF writer support by Dan Gohman · 10 years ago
  13. 8bb5f29 [WebAssembly] Implement eliminateCallFramePseudo by Derek Schuff · 10 years ago
  14. 9769deb [WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination by Derek Schuff · 10 years ago
  15. 1cf96c0 [WebAssembly] Reintroduce ARGUMENT moving logic by Dan Gohman · 10 years ago
  16. b0921ca [WebAssembly] Call TargetPassConfig base class functions in overriding functions. by Dan Gohman · 10 years ago
  17. f0b165a [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPlacement by Dan Gohman · 10 years ago
  18. 5237b39 [WebAssembly] Delete unused functions. NFC. by Dan Gohman · 10 years ago
  19. 7a6b982 [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC. by Dan Gohman · 10 years ago
  20. 5941bde [WebAssembly] Add some comments. NFC. by Dan Gohman · 10 years ago
  21. 9c54d3b [WebAssembly] Clean up several FIXME comments. by Dan Gohman · 10 years ago
  22. 81719f8 [WebAssembly] Support for register stackifying with load and store instructions. by Dan Gohman · 10 years ago
  23. 53828fd [WebAssembly] Emit .param, .result, and .local through MC. by Dan Gohman · 10 years ago
  24. 4ba4816 [WebAssembly] Enable register coloring and register stackifying. by Dan Gohman · 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. ffa143c [WebAssembly] Support 'unreachable' expression by Derek Schuff · 10 years ago
  29. 9099b5e6 Try to fix WebAssembly build after r247864 by Hans Wennborg · 10 years ago
  30. 950a13c [WebAssembly] Check in an initial CFG Stackifier pass by Dan Gohman · 10 years ago
  31. e32c574 [WebAssembly] Support running without a register allocator in the default CodeGen passes by Dan Gohman · 10 years ago
  32. 25d2a0d [WebAssembly] Enable SSA lowering and other pre-regalloc passes by Dan Gohman · 10 years ago
  33. dde8dce [WebAssembly] Use the default alignment for SIMD types. by Dan Gohman · 10 years ago
  34. 3adc7ce Use llvm::make_unique to fix the MSVC build. by Rafael Espindola · 10 years ago
  35. 600aee9 WebAssembly: print basic integer assembly. by JF Bastien · 10 years ago
  36. 03855df WebAssembly: start instructions by JF Bastien · 10 years ago
  37. d82494b [WebAssembly] Define separate Target instances for 32-bit and 64-bit. by Dan Gohman · 10 years ago
  38. 10e730a [WebAssembly] Initial WebAssembly backend by Dan Gohman · 10 years ago