Commits
User selector
Commit History
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Feb 19, 2026
Adopt `NODELETE` annotation in more places in JavaScriptCore/
Show description for 55e71c0committed
Commits on Feb 12, 2026
[YARR] Implement BitInTable SIMD search in RegExp
Show description for 1def424committed
Commits on Jan 26, 2026
[JSC] Use BinaryNinja's ARM64 disassembler
Show description for 3237401committed
Commits on Aug 20, 2025
Refactor VMManager out of VMInspector.
Show description for ccf0be3committed
Mark Lam
Commits on Aug 13, 2025
Miscellaneous minor code clean ups and improvements.
Show description for 43e4bf6committed
Mark Lam
Commits on Jan 3, 2025
Change TZoneHeap so that it can be enabled/disabled based on a runtime configuration.
Show description for d9c3915committed
Mark Lam
Commits on Nov 23, 2024
Change WTF_MAKE_TZONE_ALLOCATED macros for nested types to take an outer and inner type.
Show description for 775e08acommitted
Mark Lam
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
Commits on Nov 1, 2024
v4 skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for f8f9592committed
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Sep 23, 2024
[JSC] Use frint32z if possible
Show description for 80778f6committed
Commits on Sep 18, 2024
Improve disassembly output
Show description for 347e26aauthored andcommitted
Commits on Mar 4, 2024
[JSC] A64DOpcode include <mutex>
Show description for 56001e9authored andcommitted
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on Nov 30, 2023
Fix race condition in ARM64 disassembler initialization
Show description for 48684d0authored andcommitted
Commits on Apr 13, 2023
[JavaScriptCore] Prepare for InstallAPI
Show description for 464f082committed
Commits on Oct 25, 2022
[JSC] Optimize arity-fixup via load-pair / store-pair
Show description for 9b26f54committed
Commits on Oct 24, 2022
Support v128 const load store and extract lane in bbq only with O0 register allocation
Show description for baab8ddauthored andcommitted
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Oct 4, 2022
Fix the build on new compilers
Show description for cbc5008committed
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on May 17, 2022
Add ARM64 disassembler support for symbolic dumping of some well known constants.
Show description for 7f5bc4ccommitted
Mark Lam
Commits on May 13, 2022
Enhance the ARM64Disassembler to print pc indices and better branch target labels.
Show description for a672a4bcommitted
Mark Lam
Commits on Jul 9, 2021
Add Air opcode add/sub-and-shift for ARM64 and select this instruction in Air
Show description for 12b6405committed
Commits on Jun 28, 2021
Prevent sign-extended casts for 32 bits arch
Show description for a72d685authored andcommitted
Commits on Jun 15, 2021
Add ldp and stp support for FP registers, plus some bug fixes.
Show description for 05f6ba8committed
Mark Lam
Commits on Feb 16, 2021
[ARM64] Change break instruction comment to indicate possible security failure
Show description for c5b835ecommitted
Commits on Nov 28, 2020
[JSC] Use ARM atomic ops in wasm
Show description for 7c30b76committed
Commits on Jan 21, 2020
Platform.h is out of control Part 8: Macros are used inconsistently
Show description for 850aa2dcommitted
Sam Weinig
Commits on Sep 18, 2019
Use constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam
Commits on Aug 12, 2019
[WTF][JSC] Make JSC and WTF aggressively-fast-malloced
Show description for 0bfa052committed
Commits on Jun 6, 2019
[ARM64E]: Add disassembler support for authenticated instructions
Show description for 1d5aaa2committed
Commits on Jan 30, 2019
[JSC] Make disassembler data structures constant read-only data
Show description for e4d6732committed
Commits on Oct 15, 2018
Emit fjcvtzs on ARM64E on Darwin
Show description for 7cfc797committed