1. db1f8b4 [JSC] Return DisposableCallSiteIndex when destroying GCAwareJITStubRoutineWithExceptionHandler by ysuzuki@apple.com · 4 years, 7 months ago
  2. e257a3b REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures by ross.kirsling@sony.com · 4 years, 7 months ago
  3. 0ebe33c [IWYU] Remove unnecessary includes from JSC implementation files by ross.kirsling@sony.com · 4 years, 8 months ago
  4. a1c17ed Reland bytecode checkpoints since bugs have been fixed by keith_miller@apple.com · 5 years ago
  5. 8357339 Revert bytecode checkpoints since it breaks watch by keith_miller@apple.com · 5 years ago
  6. 6572436 by mark.lam@apple.com · 5 years ago
  7. 3908082 DFG/FTL should be able to exit to the middle of a bytecode by keith_miller@apple.com · 5 years ago
  8. 0f985ec BytecodeIndex should be a proper C++ class by keith_miller@apple.com · 5 years ago
  9. b33b211 [JSC] Introduce DisposableCallSiteIndex to enforce type-safety by ysuzuki@apple.com · 6 years ago
  10. ba66139 [JSC] Compress JIT related data more by using Packed<> by ysuzuki@apple.com · 6 years ago
  11. 44b1bce [JSC] CodeBlock::jettison should clear related watchpoints by rmorisset@apple.com · 6 years ago
  12. 67f35bf Refactoring: make DFG::Plan a class. by mark.lam@apple.com · 6 years ago
  13. e71a872 [WTF] Remove StaticLock https://bugs.webkit.org/show_bug.cgi?id=184332 by utatane.tea@gmail.com · 7 years ago
  14. 8bd925d Support compiling catch in the FTL by sbarati@apple.com · 7 years ago
  15. 0c7cd0b [DFG] Relax arity requirement https://bugs.webkit.org/show_bug.cgi?id=175523 by utatane.tea@gmail.com · 7 years ago
  16. c670c53 VMTraps has some races https://bugs.webkit.org/show_bug.cgi?id=173941 by keith_miller@apple.com · 8 years ago
  17. f842cd8 Make the VM Traps mechanism non-polling for the DFG and FTL. by mark.lam@apple.com · 8 years ago
  18. 239d20b Harden how the compiler references GC objects by sbarati@apple.com · 8 years ago
  19. 2697fe7 Each *ById inline cache in the FTL must have its own CallSiteIndex by sbarati@apple.com · 9 years ago
  20. 81def5f 2015-10-09 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 9 years ago
  21. 893cf14 2015-10-09 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 9 years ago
  22. 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
  23. 7567c16 Unreviewed, rolling back in r190450 by ggaren@apple.com · 9 years ago
  24. 0263ad3 Unreviewed, rolling out r190589. https://bugs.webkit.org/show_bug.cgi?id=149833 by commit-queue@webkit.org · 9 years ago
  25. a7a326f Unreviewed, rolling back in r190450 by ggaren@apple.com · 9 years ago
  26. 87dc3e7 Unreviewed, rolling out r190522. https://bugs.webkit.org/show_bug.cgi?id=149787 by commit-queue@webkit.org · 9 years ago
  27. 0e29f57 Unreviewed, rolling back in r190450 by ggaren@apple.com · 9 years ago
  28. 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
  29. 36c1340 Implement try/catch in the DFG. https://bugs.webkit.org/show_bug.cgi?id=147374 by sbarati@apple.com · 9 years ago
  30. 6abed91 Unreviewed, rolling out r189938, r189952, and r189956. by commit-queue@webkit.org · 9 years ago
  31. 17a4494 Implement try/catch in the DFG. https://bugs.webkit.org/show_bug.cgi?id=147374 by sbarati@apple.com · 9 years ago
  32. 9137c0b Lets rename codeOriginIndex to callSiteIndex and get rid of CallFrame::Location. by saambarati1@gmail.com · 9 years ago
  33. 21cd702 Split InlineCallFrame into its own file by ggaren@apple.com · 9 years ago
  34. 6b62eaf DFG should have adaptive structure watchpoints by fpizlo@apple.com · 9 years ago
  35. 9339889 DFG fragile frozen values are fundamentally broken by fpizlo@apple.com · 9 years ago
  36. 0728b8a Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, r169753 from ftlopt. by fpizlo@apple.com · 10 years ago
  37. beb0de4 Move back primary header includes next to config.h by ossy@webkit.org · 11 years ago
  38. 6793a32 Inserting a node with a codeOrigin "like" another node should copy both the codeOrigin and codeOriginForExitTarget by fpizlo@apple.com · 11 years ago
  39. fb7eff2 Rename Operations.h to JSCInlines.h by fpizlo@apple.com · 11 years ago
  40. 0bef2a1 Unreviewed, roll out http://trac.webkit.org/changeset/163796 by fpizlo@apple.com · 11 years ago
  41. 583e8e1 Remove extra includes from DFG https://bugs.webkit.org/show_bug.cgi?id=126983 by commit-queue@webkit.org · 11 years ago
  42. 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
  43. d84425d Add InvalidationPoints to the DFG and use them for all watchpoints by fpizlo@apple.com · 11 years ago
  44. 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
  45. 941ab38 <https://webkit.org/b/119833> Concurrent compilation thread should not trigger WriteBarriers by mhahnenberg@apple.com · 11 years ago
  46. 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