1. 323dc63 [WebAssembly] Don't assume that zext/sext result is i32/i64 in fast isel (PR41841) by Nikita Popov · 6 years ago
  2. 9da8142 [WebAssembly] Bail out of fastisel earlier when computing PIC addresses by Sam Clegg · 7 years ago
  3. a272527 [WebAssembly] FastISel: Don't fallback to SelectionDAG after BuildMI in selectCall by Sam Clegg · 7 years ago
  4. 492f752 [WebAssembly] Initial implementation of PIC code generation by Sam Clegg · 7 years ago
  5. 18c56a0 [WebAssembly] clang-tidy (NFC) by Heejin Ahn · 7 years ago
  6. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  7. 2a47e03 [WebAssembly][FastISel] Do not assume naive CmpInst lowering by Thomas Lively · 7 years ago
  8. 64a39a1 [WebAssembly] Add unimplemented-simd128 subtarget feature by Thomas Lively · 7 years ago
  9. fdd4999 Revert "[WebAssembly] Add simd128-unimplemented subtarget feature" by Thomas Lively · 7 years ago
  10. eb6f9ab [WebAssembly] Add simd128-unimplemented subtarget feature by Thomas Lively · 7 years ago
  11. fdca5fa Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature" by Thomas Lively · 7 years ago
  12. 2eeade1 [WebAssembly] Add unimplemented-simd128 subtarget feature by Thomas Lively · 7 years ago
  13. b6dac89 [WebAssembly] Fix invalid machine instrs in -O0, verify in tests by Thomas Lively · 7 years ago
  14. 8dbf29af [WebAssembly] Gate unimplemented SIMD ops on flag by Thomas Lively · 7 years ago
  15. 4dc0b1a Fix clang -Wimplicit-fallthrough warnings across llvm, NFC by Reid Kleckner · 7 years ago
  16. 47a52a0 [WebAssembly] use 'match' to simplify code; NFC by Sanjay Patel · 7 years ago
  17. 0ff82ac [WebAssembly][NFC] Unify ARGUMENT classes by Thomas Lively · 7 years ago
  18. f208f63 [WebAssembly] clang-format (NFC) by Heejin Ahn · 7 years ago
  19. 51ed131 [WebAssembly] Update SIMD binary arithmetic by Derek Schuff · 7 years ago
  20. b01d876 [WebAssembly] Fix fast-isel optimization of branch conditions. by Dan Gohman · 7 years ago
  21. b818482 [WebAssembly] Fix fast-isel lowering illegal argument and return types. by Dan Gohman · 7 years ago
  22. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  23. 4576dc0 [WebAssembly] Teach fast-isel to gracefully recover from illegal return types. by Dan Gohman · 8 years ago
  24. 0de5872 [WebAssembly] Add except_ref as a first-class type by Heejin Ahn · 8 years ago
  25. 861bec2 [WebAssembly] Add an LLVM_FALLTHROUGH to address a warning. NFC. by Dan Gohman · 8 years ago
  26. 3ff73cf [WebAssembly] Handle errors better in fast-isel. by Dan Gohman · 8 years ago
  27. 0828ba1 [WebAssembly] Call signExtend to get sign extended register by Dan Gohman · 8 years ago
  28. 690b76e [WebAssembly] FastISel : Bail to SelectionDAG for constexpr calls by Jacob Gravelle · 8 years ago
  29. a31ec61 [WebAssembly] WebAssemblyFastISel getelementptr variable index support by Jacob Gravelle · 8 years ago
  30. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  31. f021fab [IR] Make getParamAttributes take argument numbers, not ArgNo+1 by Reid Kleckner · 9 years ago
  32. b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
  33. 6999c4f [WebAssembly] Handle f16 in fast-isel. by Dan Gohman · 9 years ago
  34. 6055fba [WebAssembly] Add return type annotations in fast isel. by Dan Gohman · 9 years ago
  35. 728926a [WebAssembly] Don't old negative load/store offsets in fast-isel. by Dan Gohman · 9 years ago
  36. ab85225b IR: Change the gep_type_iterator API to avoid always exposing the "current" type. by Peter Collingbourne · 9 years ago
  37. 48abaa9 [WebAssembly] Reorder load/store operands to match binary encoding. by Dan Gohman · 9 years ago
  38. 4fc4e42 [WebAssembly] Add an option to make get_local/set_local explicit. by Dan Gohman · 9 years ago
  39. 6f69783 [WebAssembly] Fix for 0xc call_indirect changes by Derek Schuff · 9 years ago
  40. 7f1bdb2 [WebAssembly] Remove the output operand from stores. by Dan Gohman · 9 years ago
  41. 732636d [WebAssembly] Check return value of getRegForValue in FastISel by Derek Schuff · 9 years ago
  42. 39bf39f [WebAssembly] Initial SIMD128 support. by Derek Schuff · 9 years ago
  43. 33e694a [WebAssembly] Fast-isel support for calls, arguments, and selects. by Dan Gohman · 9 years ago
  44. 3a5ce73 [WebAssembl] Implement enough of fast-isel to run the comparison tests. by Dan Gohman · 9 years ago
  45. 2e64438 [WebAssembly] Preliminary fast-isel support. by Dan Gohman · 9 years ago
  46. 7b63484 [WebAssembly] Skeleton FastISel support by Dan Gohman · 10 years ago