Commits
User selector
Commit History
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 May 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 23, 2021
Use CheckedLock in even more places
Show description for ae0b81ccommitted
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committed
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 Aug 5, 2020
[JSC] Use LazyNeverDestroyed & std::call_once for complex singletons
Show description for 2c9950ecommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
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 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
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 31, 2019
Unreviewed, rolling out r240755.
Show description for 15b06f2committedUnreviewed, fix GCC build after r240730
Show description for 1c6e18ccommitted
Commits on Jan 30, 2019
[JSC] Make disassembler data structures constant read-only data
Show description for e4d6732committed
Commits on Nov 22, 2018
[JSC] Drop ARM_TRADITIONAL support in LLInt, baseline JIT, and DFG
Show description for 933424dcommitted
Commits on Nov 9, 2018
[Win] UDis86Disassembler.cpp: warning: format specifies type 'unsigned long' but the argument has type 'uintptr_t' (aka 'unsigned long long')
Show description for eacdfd9committed
Commits on Oct 16, 2018
Support arm64 CPUs with a 32-bit address space
Show description for a424724committed
Commits on Oct 15, 2018
Emit fjcvtzs on ARM64E on Darwin
Show description for 7cfc797committed
Commits on Oct 2, 2018
Fix Disassembler-output on ARM Thumb2
Show description for 6d43ecbauthored andcommitted
Commits on Sep 21, 2018
Build tools should work when the /usr/bin/python is python3
Show description for 17e1d7bauthored andcommitted
Commits on May 9, 2018
[ARMv7] Drop ARMv7 disassembler in favor of capstone
Show description for 63ec124committed[JSC][GTK][JSCONLY] Use capstone disassembler
Show description for 7947da1committed
Commits on May 4, 2018
ARM: Wrong offset for operand rt in disassembler
Show description for 5b6d0b4authored andcommitted
ARM: Support vstr in disassembler
Show description for 72bb93bauthored andcommitted
Commits on Apr 25, 2018
Push the definition of PtrTag down to the WTF layer.
Show description for d5d1fc9committed
Mark Lam
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
Commits on Mar 31, 2018
Add pointer profiling support in baseline JIT and supporting files.
Show description for 093088ccommitted
Mark Lam
Commits on Feb 5, 2018
JavaScriptCore files should not be included relatively
Show description for 091ada7committed
Commits on Nov 30, 2017
Let's scramble MacroAssemblerCodePtr values.
Show description for cc32893committed
Mark Lam