1. 6482a90 Fix Aarch64 build failure https://bugs.webkit.org/show_bug.cgi?id=219395 by commit-queue@webkit.org · 4 years, 2 months ago
  2. 349bdbf Add support for the Wasm i64 sign-extension-ops proposal by commit-queue@webkit.org · 4 years, 2 months ago
  3. 396924e [JSC] Use ARM atomic ops in wasm https://bugs.webkit.org/show_bug.cgi?id=219281 by ysuzuki@apple.com · 4 years, 2 months ago
  4. 9101bb6 [JSC] Add wasm atomics instructions by ysuzuki@apple.com · 4 years, 2 months ago
  5. b491b22 Add support for the Wasm i32 sign-extension-ops proposal by commit-queue@webkit.org · 4 years, 2 months ago
  6. bfb9668 Use address diversified PAC to ensure the integrity of opcode maps. by mark.lam@apple.com · 4 years, 3 months ago
  7. fd04ac6 [JSC] Add JITCage support https://bugs.webkit.org/show_bug.cgi?id=218143 by ysuzuki@apple.com · 4 years, 3 months ago
  8. 988efb6 [GTK][WPE][JSCOnly] compile error when -DWTF_CPU_ARM64_CORTEXA53=ON set for arm64 by commit-queue@webkit.org · 4 years, 9 months ago
  9. 694598d Split ArithProfile into a Unary and a Binary version by rmorisset@apple.com · 5 years ago
  10. 43d480e Unreviewed, rolling out r252229. by jlewis3@apple.com · 5 years ago
  11. 8f24ee5 Split ArithProfile into a Unary and a Binary version by rmorisset@apple.com · 5 years ago
  12. ce84bda Unreviewed, rolling out r252015. by tsavell@apple.com · 5 years ago
  13. 055e935 Split ArithProfile into a Unary and a Binary version by rmorisset@apple.com · 5 years ago
  14. b129dad The offline assembler is wrong about which immediates are supported by and/or/xor on ARM64 by rmorisset@apple.com · 5 years ago
  15. bf01be2 [WebAssembly] Create a Wasm interpreter by tzagallo@apple.com · 5 years ago
  16. 9ed9150 Replace JSValue #defines with static constexpr values. by mark.lam@apple.com · 5 years ago
  17. 9c4ecbe Restore PAC based cage. https://bugs.webkit.org/show_bug.cgi?id=198872 by keith_miller@apple.com · 6 years ago
  18. 70d8793 Unreviewed, rolling out r246150, r246160, and r246166. by commit-queue@webkit.org · 6 years ago
  19. 450cb95 Reenable Gigacage on ARM64. https://bugs.webkit.org/show_bug.cgi?id=198453 by keith_miller@apple.com · 6 years ago
  20. fb8c73c [JSC] Implement op_wide16 / op_wide32 and introduce 16bit version bytecode by ysuzuki@apple.com · 6 years ago
  21. 9bca742 Remove Gigacage from arm64 and use PAC for arm64e instead by keith_miller@apple.com · 6 years ago
  22. 528696d [JSC] sub op with 0 should be optimized by yusukesuzuki@slowstart.org · 6 years ago
  23. 9a7946f [JSC][LLInt] Compact LLInt ASM code by removing unnecessary instructions by yusukesuzuki@slowstart.org · 6 years ago
  24. 3474dd0 New bytecode format for JSC by tzagallo@apple.com · 6 years ago
  25. 9907b06 Unreviewed, rolling out r237479 and r237484. by commit-queue@webkit.org · 6 years ago
  26. 1f8380c New bytecode format for JSC by tzagallo@apple.com · 6 years ago
  27. e870917 Support arm64 CPUs with a 32-bit address space by keith_miller@apple.com · 6 years ago
  28. 31db7a3 Remove poisoning of typed array vector by fpizlo@apple.com · 7 years ago
  29. 53ad3fa Miscellaneous refactoring of offlineasm. by mark.lam@apple.com · 7 years ago
  30. b01f279 Apply poisoning to TypedArray vector pointers. by mark.lam@apple.com · 7 years ago
  31. e206834 [ARM64][Linux] Re-enable Gigacage https://bugs.webkit.org/show_bug.cgi?id=178130 by zandobersek@gmail.com · 7 years ago
  32. 7335179 Enable gigacage on iOS https://bugs.webkit.org/show_bug.cgi?id=177586 by fpizlo@apple.com · 7 years ago
  33. d553bc7 Unreviewed, rolling out r223113 and r223121. by commit-queue@webkit.org · 7 years ago
  34. 97b45b9 Enable gigacage on iOS https://bugs.webkit.org/show_bug.cgi?id=177586 by fpizlo@apple.com · 7 years ago
  35. 1723bd1 Unreviewed, rolling out r223015 and r223025. by commit-queue@webkit.org · 7 years ago
  36. 4671d92 Enable gigacage on iOS https://bugs.webkit.org/show_bug.cgi?id=177586 by fpizlo@apple.com · 7 years ago
  37. 5ef6076 Unreviewed, rolling out r222625. https://bugs.webkit.org/show_bug.cgi?id=177664 by commit-queue@webkit.org · 7 years ago
  38. f4ebd53 Enable gigacage on iOS https://bugs.webkit.org/show_bug.cgi?id=177586 by fpizlo@apple.com · 7 years ago
  39. 4b9eabe offlineasm: Emit Dwarf2 file and location directives to allow for debugging .asm files by msaboff@apple.com · 9 years ago
  40. 0208546 Add support for Callee-Saves registers by msaboff@apple.com · 9 years ago
  41. 3353912 Clean up register naming https://bugs.webkit.org/show_bug.cgi?id=148658 by msaboff@apple.com · 9 years ago
  42. 2fe25d1 Workaround for Cortex-A53 erratum 835769 by commit-queue@webkit.org · 10 years ago
  43. b5b5f59 Apply ARM64-specific lowering to load/store instructions in offlineasm by commit-queue@webkit.org · 10 years ago
  44. 704b9ca Don't generate superfluous mov instructions for move immediate on ARM64. by commit-queue@webkit.org · 10 years ago
  45. 2935ca8 Eliminate {push,pop}CalleeSaves in favor of individual pushes & pops by msaboff@apple.com · 10 years ago
  46. 8f8907e LLInt interpreter code should be generated as part of one function by msaboff@apple.com · 11 years ago
  47. fdc754f [ARM64] GNU assembler doesn't work with LLInt arm64 backend. by rgabor@webkit.org · 11 years ago
  48. 5bed169 FTL arity fixup should work on ARM64 by fpizlo@apple.com · 11 years ago
  49. 41bed90 Inline caching in the FTL on ARM64 should "work" by fpizlo@apple.com · 11 years ago
  50. 9589433 Merge the jsCStack branch https://bugs.webkit.org/show_bug.cgi?id=127763 by msaboff@apple.com · 11 years ago
  51. 5dbd43c Add write barriers to the LLInt https://bugs.webkit.org/show_bug.cgi?id=126527 by mhahnenberg@apple.com · 11 years ago
  52. 6175888 ARM64: Implement push/pop equivalents in LLInt by msaboff@apple.com · 11 years ago
  53. 3396171 Infer constant global variables https://bugs.webkit.org/show_bug.cgi?id=124464 by fpizlo@apple.com · 11 years ago
  54. 4655f79 Change callToJavaScript thunk into an offline assembled stub by msaboff@apple.com · 11 years ago
  55. cb9adb0 Change CallFrameRegister to architected frame pointer register by msaboff@apple.com · 11 years ago
  56. 98f0de0 [iOS] Upstream JavaScriptCore support for ARM64 by dbates@webkit.org · 11 years ago