1. b78530b Fix non-unified builds for x86_64 https://bugs.webkit.org/show_bug.cgi?id=212297 by pmatos@igalia.com · 4 years, 10 months ago
  2. 0ebe33c [IWYU] Remove unnecessary includes from JSC implementation files by ross.kirsling@sony.com · 4 years, 10 months ago
  3. 184d48b TriState should be an enum class and use "Indeterminate" instead of "Mixed" by ross.kirsling@sony.com · 5 years ago
  4. f7af673 Some improvements to DFG and FTL dumps to improve readability and searchability. by mark.lam@apple.com · 5 years ago
  5. ff26c8f Don't include CCallHelpers.h in B3Procedure.h by rmorisset@apple.com · 5 years ago
  6. 1d8e24d [WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part by ysuzuki@apple.com · 6 years ago
  7. 70c51b8 B3 should support tuple types https://bugs.webkit.org/show_bug.cgi?id=200327 by keith_miller@apple.com · 6 years ago
  8. a28790a B3::Value should have different kinds of adjacency lists by rmorisset@apple.com · 6 years ago
  9. 372286c Air should have a Vector of prologue generators instead of a HashMap representing an optional prologue generator by sbarati@apple.com · 8 years ago
  10. f38eab1 B3 should do LICM https://bugs.webkit.org/show_bug.cgi?id=174750 by fpizlo@apple.com · 8 years ago
  11. 58c4a17 PinnedRegisters should be better modeled in IRC/Briggs by sbarati@apple.com · 8 years ago
  12. 212a3fd B3 -O1 should not allocateStackByGraphColoring by fpizlo@apple.com · 8 years ago
  13. 50b7c78 Air::lowerAfterRegAlloc should bail early if it finds no Shuffles or ColdCCalls by fpizlo@apple.com · 8 years ago
  14. 0c9128d Air should support linear scan for optLevel<2 by fpizlo@apple.com · 8 years ago
  15. 7249781 WebAssembly: B3IRGenerator should pool constants by keith_miller@apple.com · 8 years ago
  16. 42624fe B3 should have comprehensive support for atomic operations by fpizlo@apple.com · 8 years ago
  17. e66172f B3::Procedure::deleteOrphans() should neutralize upsilons with dead phis. by bfulgham@apple.com · 8 years ago
  18. 66e297e B3 needs a special WasmBoundsCheck Opcode by keith_miller@apple.com · 8 years ago
  19. 1fac3f3 Air should expose API for pinning registers by fpizlo@apple.com · 8 years ago
  20. 8764442 FTL needs to reserve callee stack space in bytes by msaboff@apple.com · 9 years ago
  21. 8c6262b B3 should support multiple entrypoints by fpizlo@apple.com · 9 years ago
  22. 32b3015 Implement table-based switches in B3/Air by fpizlo@apple.com · 9 years ago
  23. 7920de3 Clean up resetting reachability in B3/Air by fpizlo@apple.com · 9 years ago
  24. 2c24c8b B3::Procedure::resetReachability() can create dangling references from Upsilons to Phis by fpizlo@apple.com · 9 years ago
  25. 6ae96b5 B3 should be able to compile trivial self-loops by fpizlo@apple.com · 9 years ago
  26. db42314 Get rid of anonymous stack slots https://bugs.webkit.org/show_bug.cgi?id=151128 by fpizlo@apple.com · 9 years ago
  27. cee3efb [B3] REGRESSION(r195395): testComplex(64, 128) asserts on Linux with GCC by utatane.tea@gmail.com · 9 years ago
  28. 215f8f0 The thing that B3 uses to describe a stack slot should not be a Value by fpizlo@apple.com · 9 years ago
  29. 11aaea9 FTLB3Output should maintain good block order like the LLVM one does by fpizlo@apple.com · 9 years ago
  30. 8f47e9e B3 should have basic path specialization by fpizlo@apple.com · 9 years ago
  31. 959a66a regress/script-tests/deltablue-varargs.js.ftl-no-cjit-no-put-stack-validate on FTL B3 gets a B3 validation failure by fpizlo@apple.com · 9 years ago
  32. 13aae08 Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601 by aestes@apple.com · 9 years ago
  33. 959a2c4 FTL B3 does not logicalNot correctly by fpizlo@apple.com · 9 years ago
  34. 02dd014 [JSC] Add Float support to B3 https://bugs.webkit.org/show_bug.cgi?id=151974 by benjamin@webkit.org · 9 years ago
  35. 06abfa0 FTL B3 should be able to flag the tag constants as being super important so that B3 can hoist them and Air can force them into registers by fpizlo@apple.com · 9 years ago
  36. 9ed1b63 FTL B3 should be able to make JS->JS calls by fpizlo@apple.com · 9 years ago
  37. e362fbc FTL B3 should support OSR exit https://bugs.webkit.org/show_bug.cgi?id=151710 by fpizlo@apple.com · 9 years ago
  38. f74e4ae Implement the B3 equivalent of FTLCompile by fpizlo@apple.com · 9 years ago
  39. 9ca1ae9 B3::generate should separate out the final Air codegen, so that it can be done outside the Graph safepoint by fpizlo@apple.com · 9 years ago
  40. 09a5f12 B3 should be able to compile a program with ChillDiv by fpizlo@apple.com · 9 years ago
  41. 21ea945 B3 should be able to compile a program with a double constant by fpizlo@apple.com · 9 years ago
  42. 2ba7f07 B3->Air lowering should have a story for compare-branch fusion by fpizlo@apple.com · 9 years ago
  43. 434fcd6 B3 should be able to compile a control flow diamond by fpizlo@apple.com · 9 years ago
  44. b94efe4 StoreOpLoad pattern matching should check effects between the Store and Load by fpizlo@apple.com · 9 years ago
  45. fa2ae2b B3::reduceStrength() should do DCE by fpizlo@apple.com · 9 years ago
  46. a00b4d8 Create a super rough prototype of B3 by fpizlo@apple.com · 9 years ago