- db1f8b4 [JSC] Return DisposableCallSiteIndex when destroying GCAwareJITStubRoutineWithExceptionHandler by ysuzuki@apple.com · 4 years, 7 months ago
- e257a3b REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures by ross.kirsling@sony.com · 4 years, 7 months ago
- 0ebe33c [IWYU] Remove unnecessary includes from JSC implementation files by ross.kirsling@sony.com · 4 years, 8 months ago
- a1c17ed Reland bytecode checkpoints since bugs have been fixed by keith_miller@apple.com · 5 years ago
- 8357339 Revert bytecode checkpoints since it breaks watch by keith_miller@apple.com · 5 years ago
- 6572436 by mark.lam@apple.com · 5 years ago
- 3908082 DFG/FTL should be able to exit to the middle of a bytecode by keith_miller@apple.com · 5 years ago
- 0f985ec BytecodeIndex should be a proper C++ class by keith_miller@apple.com · 5 years ago
- b33b211 [JSC] Introduce DisposableCallSiteIndex to enforce type-safety by ysuzuki@apple.com · 6 years ago
- ba66139 [JSC] Compress JIT related data more by using Packed<> by ysuzuki@apple.com · 6 years ago
- 44b1bce [JSC] CodeBlock::jettison should clear related watchpoints by rmorisset@apple.com · 6 years ago
- 67f35bf Refactoring: make DFG::Plan a class. by mark.lam@apple.com · 6 years ago
- e71a872 [WTF] Remove StaticLock https://bugs.webkit.org/show_bug.cgi?id=184332 by utatane.tea@gmail.com · 7 years ago
- 8bd925d Support compiling catch in the FTL by sbarati@apple.com · 7 years ago
- 0c7cd0b [DFG] Relax arity requirement https://bugs.webkit.org/show_bug.cgi?id=175523 by utatane.tea@gmail.com · 7 years ago
- c670c53 VMTraps has some races https://bugs.webkit.org/show_bug.cgi?id=173941 by keith_miller@apple.com · 8 years ago
- f842cd8 Make the VM Traps mechanism non-polling for the DFG and FTL. by mark.lam@apple.com · 8 years ago
- 239d20b Harden how the compiler references GC objects by sbarati@apple.com · 8 years ago
- 2697fe7 Each *ById inline cache in the FTL must have its own CallSiteIndex by sbarati@apple.com · 9 years ago
- 81def5f 2015-10-09 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 9 years ago
- 893cf14 2015-10-09 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 9 years ago
- 9aacac4 We should be able to inline getter/setter calls inside an inline cache even when the SpillRegistersMode is NeedsToSpill by sbarati@apple.com · 9 years ago
- 7567c16 Unreviewed, rolling back in r190450 by ggaren@apple.com · 9 years ago
- 0263ad3 Unreviewed, rolling out r190589. https://bugs.webkit.org/show_bug.cgi?id=149833 by commit-queue@webkit.org · 9 years ago
- a7a326f Unreviewed, rolling back in r190450 by ggaren@apple.com · 9 years ago
- 87dc3e7 Unreviewed, rolling out r190522. https://bugs.webkit.org/show_bug.cgi?id=149787 by commit-queue@webkit.org · 9 years ago
- 0e29f57 Unreviewed, rolling back in r190450 by ggaren@apple.com · 9 years ago
- 34c7179 the toInt32 operation inside DFGSpeculativeJIT.cpp can't throw so we shouldn't emit an exceptionCheck after it. by sbarati@apple.com · 9 years ago
- 36c1340 Implement try/catch in the DFG. https://bugs.webkit.org/show_bug.cgi?id=147374 by sbarati@apple.com · 9 years ago
- 6abed91 Unreviewed, rolling out r189938, r189952, and r189956. by commit-queue@webkit.org · 9 years ago
- 17a4494 Implement try/catch in the DFG. https://bugs.webkit.org/show_bug.cgi?id=147374 by sbarati@apple.com · 9 years ago
- 9137c0b Lets rename codeOriginIndex to callSiteIndex and get rid of CallFrame::Location. by saambarati1@gmail.com · 9 years ago
- 21cd702 Split InlineCallFrame into its own file by ggaren@apple.com · 9 years ago
- 6b62eaf DFG should have adaptive structure watchpoints by fpizlo@apple.com · 9 years ago
- 9339889 DFG fragile frozen values are fundamentally broken by fpizlo@apple.com · 9 years ago
- 0728b8a Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, r169753 from ftlopt. by fpizlo@apple.com · 10 years ago
- beb0de4 Move back primary header includes next to config.h by ossy@webkit.org · 11 years ago
- 6793a32 Inserting a node with a codeOrigin "like" another node should copy both the codeOrigin and codeOriginForExitTarget by fpizlo@apple.com · 11 years ago
- fb7eff2 Rename Operations.h to JSCInlines.h by fpizlo@apple.com · 11 years ago
- 0bef2a1 Unreviewed, roll out http://trac.webkit.org/changeset/163796 by fpizlo@apple.com · 11 years ago
- 583e8e1 Remove extra includes from DFG https://bugs.webkit.org/show_bug.cgi?id=126983 by commit-queue@webkit.org · 11 years ago
- b426f86 Never include *Inlines.h files in interface headers, and never include *Inlines.h when you could include Operations.h instead by fpizlo@apple.com · 11 years ago
- d84425d Add InvalidationPoints to the DFG and use them for all watchpoints by fpizlo@apple.com · 11 years ago
- 48a7bc8 Never use ReturnPC for exception handling and quit using exception check indices as a lame replica of the CodeOrigin index by fpizlo@apple.com · 11 years ago
- 941ab38 <https://webkit.org/b/119833> Concurrent compilation thread should not trigger WriteBarriers by mhahnenberg@apple.com · 11 years ago
- 02b179b fourthTier: put DFG data into a DFG::JITCode, and put common DFG and FTL data into something accessible from both DFG::JITCode and FTL::JITCode by oliver@apple.com · 11 years ago