source: webkit/trunk/Source/JavaScriptCore/jit/JITInlineCacheGenerator.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @295614   3 years ysuzuki [JSC] Always create StructureStubInfo for op_get_by_val …
(edit) @294873   3 years ysuzuki [JSC] Introduce unlinked StructureStubInfo into uDFG …
(edit) @291736   3 years ysuzuki [JSC] Test DFG / FTL DataIC …
(edit) @290647   3 years commit-queue [JSC] Port EXTRA_CTI_THUNKS to all platforms …
(edit) @288815   3 years keith_miller Reland StructureID overhaul …
(edit) @286994   3 years sbarati Roll back r286345, r286387, r286471, r286667, r286849
(edit) @286667   3 years ysuzuki [JSC] Introduce WriteBarrierStructureID …
(edit) @286424   3 years commit-queue [JSC] Generated code size reductions for baseline JIT (all …
(edit) @285654   4 years aperez Non-unified build fixes, early November 2021 edition, bis …
(edit) @285078   4 years ysuzuki [JSC] Having StructureStubInfo and CallLinkInfo via FixedVector for …
(edit) @285070   4 years ysuzuki [JSC] Clean up Baseline StructureStubInfo management …
(edit) @284781   4 years commit-queue [JSC][32bit] Use DataIC in Baseline JIT …
(edit) @283139   4 years sbarati Build an unlinked baseline JIT …
(edit) @283129   4 years commit-queue Unreviewed, reverting r283102, r283103 and r283104. …
(edit) @283102   4 years sbarati Build an unlinked baseline JIT …
(edit) @283089   4 years commit-queue Unreviewed, reverting r283083 and r283088. …
(edit) @283083   4 years sbarati Build an unlinked baseline JIT …
(edit) @281615   4 years ysuzuki [JSC] Polymorphic PutByVal …
(edit) @279105   4 years ross.kirsling [JSC] Add JIT ICs for #x in obj feature …
(edit) @278698   4 years aperez Non-unified build fixes, early May 2021 edition …
(edit) @278656   4 years ysuzuki [JSC] Use DataIC for AccessCase …
(edit) @278445   4 years ross.kirsling [JSC] Implement JIT ICs for InByVal …
(edit) @272580   4 years ticaiolima [ESNext] Implement private methods …
(edit) @267489   5 years ticaiolima [JSC][ESNext] Create a new opcode to handle private fields …
(edit) @266359   5 years ysuzuki [JSC] StructureStubInfo / CallLinkInfo / ByValInfo should set …
(edit) @265000   5 years caitp [JSC] add IC support for op_get_private_name …
(edit) @262613   5 years caitp [JSC] Add support for private class fields …
(edit) @261755   5 years ross.kirsling [IWYU] Remove unnecessary includes from JSC implementation files …
(edit) @261610   5 years ticaiolima [JSC] Support delete by val/id IC on 32-bits …
(edit) @259676   5 years tzagallo Not using strict mode within ClassDeclaration statement …
(edit) @259175   5 years ysuzuki [JSC] Use CacheableIdentifier for all ById case …
(edit) @257399   5 years justin_michaud Inline Cache delete by id/val …
(edit) @253083   5 years sbarati Remove "patch" struct from StructureStubInfo because it adds …
(edit) @252974   5 years ticaiolima Implement GetByVal inline caching for 32-bit JITs …
(edit) @252684   5 years sbarati GetByVal should use polymorphic access and hook into a status object …
(edit) @251951   6 years sbarati Refactor uses of StructureStubInfo 'thisGPR' to a union for thisGPR …
(edit) @251425   6 years ysuzuki [JSC] Thread JSGlobalObject* instead of ExecState* …
(edit) @249175   6 years mark.lam Refactor to use VM& instead of VM* at as many places as possible. …
(edit) @236584   7 years sbarati Don't use int offsets in StructureStubInfo …
(edit) @235527   7 years sbarati Switch int8_t to GPRReg in StructureStubInfo because sizeof(GPRReg) == …
(edit) @232047   7 years utatane.tea Unreviewed, reland InById cache …
(edit) @232029   7 years commit-queue Unreviewed, rolling out r231998 and r232017. …
(edit) @231998   7 years utatane.tea [JSC] JSC should have consistent InById IC …
(edit) @231961   7 years fpizlo JSC should have InstanceOf inline caching …
(edit) @230748   7 years mark.lam Templatize CodePtr/Refs/FunctionPtrs with PtrTags. …
(edit) @224258   8 years commit-queue Unreviewed, rolling out r224243, r224246, and r224248. …
(edit) @224243   8 years keith_miller StructureStubInfo should have GPRReg members not int8_ts …
(edit) @213467   8 years commit-queue op_get_by_id_with_this should use inline caching …
(edit) @213088   8 years commit-queue Unreviewed, rolling out r213019. …
(edit) @213019   8 years commit-queue op_get_by_id_with_this should use inline caching …
(edit) @202214   9 years sbarati We should be able to generate more types of ICs inline …
(edit) @199303   9 years fpizlo It should be possible to edit StructureStubInfo without recompiling …
(edit) @199170   9 years keith_miller We should support the ability to do a non-effectful getById …
(edit) @199108   9 years commit-queue Unreviewed, rolling out r199104. …
(edit) @199104   9 years keith_miller We should support the ability to do a non-effectful getById …
(edit) @199084   9 years ryanhaddad Unreviewed, rolling out r199073. …
(edit) @199073   9 years keith_miller We should support the ability to do a non-effectful getById …
(edit) @191594   10 years sbarati r190735 Caused us to maybe trample the base's tag-GPR on 32-bit inline …
(edit) @190735   10 years sbarati We should be able to inline getter/setter calls inside an inline cache …
(edit) @190672   10 years fpizlo Inline caches should handle out-of-line offsets out-of-line …
(edit) @189586   10 years fpizlo There should be one stub hanging off an inline cache that contains …
(edit) @188932   10 years saambarati1 Lets rename codeOriginIndex to callSiteIndex and get rid of …
(edit) @165912   11 years fpizlo REGRESSION(r165459): It broke 109 jsc stress test on ARM Thumb2 and …
(edit) @165208   11 years oliver Support caching of custom setters …
(edit) @165167   11 years commit-queue Unreviewed, rolling out r165141, r165157, and r165158. …
(edit) @165141   11 years oliver Support caching of custom setters …
(edit) @164764   11 years mhahnenberg Make JSCells have 32-bit Structure pointers …
(edit) @163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
(edit) @163027   11 years msaboff Merge the jsCStack branch …
(edit) @160493   11 years fpizlo ARM64: Hang running pdfjs test, suspect DFG generated code for "in" …
(edit) @158820   12 years fpizlo IC code should handle the call frame register not being the …
(edit) @157872   12 years fpizlo FTL should be able to do some simple inline caches using LLVM …
(edit) @157707   12 years fpizlo StructureStubInfo's usedRegisters set should be able to track all …
(edit) @157693   12 years fpizlo Rename RegisterSet to TempRegisterSet …
(add) @157685   12 years fpizlo Baseline JIT and DFG IC code generation should be unified and …
Note: See TracRevisionLog for help on using the revision log.