Commits
User selector
Commit History
Commits on Jun 9, 2021
[JSC] Use DataIC for AccessCase
Show description for 4c4fb56committed
Commits on May 18, 2021
Add Data Call ICs that don't repatch and use them in the baseline JIT
Show description for 3de6f84committed
Commits on Dec 11, 2020
Add extra validation after untagging code pointers.
Show description for 9c3077bcommitted
Mark Lam
Commits on May 18, 2020
[JSC] Silence unused-but-set-parameter warnings for older compilers
Show description for a5371f9committed
Commits on May 15, 2020
-Wtype-limits warning spam from CCallHelpers.h
Show description for c02b9dcauthored andcommitted
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Dec 22, 2019
[JSC] Improve our bound function implementation
Show description for 5ac8cbccommitted
Commits on Oct 24, 2019
[JSC] Figure out missing prepareCallOperation
Show description for 23f32aecommitted
Commits on Oct 23, 2019
Make `JSGlobalObject*` threading change more stabilized by adding tests and assertions
Show description for b467166committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 7, 2019
[JSC] Change signature of HostFunction to (JSGlobalObject*, CallFrame*)
Show description for 60b5990committed
Commits on Sep 14, 2019
Retire x86 32bit JIT support
Show description for 0c92832committed
Commits on Aug 14, 2019
[JSC] Make PAC jump and return more explicit
Show description for 8fa02a6committed
Commits on May 13, 2019
macro assembler code-pointer tagging has its arguments backwards
Show description for cc2bb69committed
Commits on Mar 20, 2019
Open source arm64e code.
Show description for 0b93249committed
Mark Lam
Commits on Nov 22, 2018
[JSC] Drop ARM_TRADITIONAL support in LLInt, baseline JIT, and DFG
Show description for 933424dcommitted
Commits on Oct 11, 2018
Fix non-existent define `CPU(JSVALUE64)`
Show description for 6caf880committed
Commits on Sep 12, 2018
Add IGNORE_WARNING_.* macros
Show description for a1f0315committed
Commits on Aug 17, 2018
[JSC] Add GPRReg::InvalidGPRReg and FPRReg::InvalidFPRReg
Show description for fc31691committed
Commits on Aug 15, 2018
Unreviewed, rolling out r234874 and r234876.
Show description for cc5d888committed[JSC] Add GPRReg::InvalidGPRReg and FPRReg::InvalidFPRReg
Show description for ad3d8bbcommitted
Commits on Jul 31, 2018
[JSC] Remove gcc warnings for 32-bit platforms
Show description for c98b2e0committed
Commits on May 8, 2018
[DFG][MIPS] Simplify DFG code by increasing MIPS temporary registers
Show description for b6ddc8dcommitted
Commits on Apr 17, 2018
Implement setupArgumentsImpl for ARM and MIPS
Show description for 1591d27authored andcommitted
Commits on Apr 12, 2018
[JSC] Add CCallHelpers::CellValue to wrap JSCell GPR to convert it to EncodedJSValue
Show description for ca3d0b6committed
Commits on Mar 31, 2018
Add pointer profiling support in baseline JIT and supporting files.
Show description for 093088ccommitted
Mark Lam
Commits on Mar 30, 2018
MSVC __forceinline slows down JSC release build fivefold after r229391
Show description for 7969ed3committed
Commits on Mar 29, 2018
Unreviewed, rolling out r230062.
Show description for 5b4002bcommittedMSVC __forceinline slows down JSC release build fivefold after r229391
Show description for 6018cb1committed
Commits on Mar 26, 2018
JIT callOperation() needs to support operations that return SlowPathReturnType differently on Windows.
Show description for 352a2d5committed
Commits on Mar 15, 2018
Fix MSVC run-time check after r229391.
Show description for 4ce687ccommitted
Commits on Mar 14, 2018
Enhance the MacroAssembler and LinkBuffer to support pointer profiling.
Show description for fcf6953committed
Mark Lam
Commits on Mar 8, 2018
Unreviewed, another attempt at fixing the Windows build.
Show description for 1e77c1ecommittedUnreviewed, one last try at fixing the windows build before rollout.
Show description for 75ce67fcommitted