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