1. 700515f [WebAssembly] Suffix output operands with '='. by Dan Gohman · 10 years ago
  2. 53828fd [WebAssembly] Emit .param, .result, and .local through MC. by Dan Gohman · 10 years ago
  3. 4ba4816 [WebAssembly] Enable register coloring and register stackifying. by Dan Gohman · 10 years ago
  4. cf4748f [WebAssembly] Reapply r252858, with svn add for the new file. by Dan Gohman · 10 years ago
  5. 7384a2d Revert r252858: "[WebAssembly] Switch to MC for instruction printing." by Hans Wennborg · 10 years ago
  6. 9dd55a8 [WebAssembly] Switch to MC for instruction printing. by Dan Gohman · 10 years ago
  7. 3cb66c8 [WebAssembly] Use more explicit types in testcases. by Dan Gohman · 10 years ago
  8. 8d456e4 [WebAssembly] Add more explicit pushes to the tests. by Dan Gohman · 10 years ago
  9. 4b96d8d [WebAssembly] Make expression-stack pushing explicit by Dan Gohman · 10 years ago
  10. 8a76b04 [WebAssembly] Rename ior operator to or to match the spec by Derek Schuff · 10 years ago
  11. f2364bf WebAssembly: fix more syntax by JF Bastien · 10 years ago
  12. 1d20a5e WebAssembly: update syntax by JF Bastien · 10 years ago
  13. e51c058 [WebAssembly] Switch to a more traditional assembly syntax by Dan Gohman · 10 years ago
  14. 6a050f3 [WebAssembly] Rename setlocal to set_local to match the spec. by Dan Gohman · 10 years ago
  15. 868e1c0 [WebAssembly] Rename test files to match platform naming conventions. by Dan Gohman · 10 years ago[Renamed from llvm/test/CodeGen/WebAssembly/integer64.ll]
  16. 749ed88 WebAssembly: NFC rename shr/sar by JF Bastien · 10 years ago
  17. b6091df WebAssembly: emit `(func (param t) (result t))` s-expressions by JF Bastien · 10 years ago
  18. 08fc966 [WebAssembly] Implement the is_zero_undef forms of cttz and ctlz by Dan Gohman · 10 years ago
  19. dde8dce [WebAssembly] Use the default alignment for SIMD types. by Dan Gohman · 10 years ago
  20. 315cc06 WebAssembly: textual emission uses expected opcode names by JF Bastien · 10 years ago
  21. fda5337 WebAssembly: implement getScalarShiftAmountTy so we can shift by amount, with type by JF Bastien · 10 years ago
  22. 8f9aea0 WebAssembly: handle more than int32 argument/return by JF Bastien · 10 years ago