Commits
User selector
Commit History
Commits on Oct 11, 2025
[JSC] Drop dead code for asynchronous disassembly
Show description for 4509bc4committed
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Mar 8, 2024
Add disassembleBase64 function to jsc cli
Show description for acfa63bcommitted
Commits on Aug 23, 2022
Introduce WTF::CodePtr and use it to replace MetaAllocatorPtr, MacroAssemblerCodePtr, and FunctionPtr.
Show description for 096596fcommitted
Mark Lam
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 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 Sep 28, 2016
Unreviewed, rolling out r206522.
Show description for 80675e4committedUnreviewed, rolling out r206506.
Show description for 16139c4committedAdopt #pragma once in JavaScriptCore
Show description for 359b077authored andcommitted
Commits on Feb 18, 2016
Remove LLVM dependencies from WebKit
Show description for bbc738dcommitted
Filip Pizlo
Commits on Jul 15, 2015
Make JavaScriptCore SPI headers used by WebCore SPI headers self-contained
Show description for 06e3aa6committed
Anders Carlsson
Commits on Mar 24, 2015
JSC should have a low-cost asynchronous disassembler
Show description for 86bbfeccommitted
Filip Pizlo
Commits on Feb 20, 2014
Get rid of redundant Platform.h includes
Show description for d946cd4committed
Commits on Jul 25, 2013
fourthTier: JSC's disassembly infrastructure should be able to disassemble the code that LLVM generates
Show description for b8a4568committed
Commits on Nov 24, 2012
Any function that can log things should be able to easily log them to a memory buffer as well
Show description for 11678d0committed
Filip Pizlo
Commits on Nov 22, 2012
It should be possible to say disassemble(stuff) instead of having to say if (!tryToDisassemble(stuff)) dataLog("I failed")
Show description for 0e96feacommitted
Filip Pizlo
Commits on Jun 20, 2012
JSC should be able to show disassembly for all generated JIT code
Show description for 5afa1f2committed
Filip Pizlo
Commits on Jun 19, 2012
It should be possible to look at disassembly
Show description for 7f2fa77committed
Filip Pizlo
Loading