1. b711316 [FTL] NewArrayBuffer should be sinked if it is only used for spreading by utatane.tea@gmail.com · 7 years ago
  2. 8bd925d Support compiling catch in the FTL by sbarati@apple.com · 8 years ago
  3. 0c7cd0b [DFG] Relax arity requirement https://bugs.webkit.org/show_bug.cgi?id=175523 by utatane.tea@gmail.com · 8 years ago
  4. 78e87c7 Object allocation sinking phase doesn't properly handle control flow when emitting a PutHint of a materialized object into a PromotedHeapLocation of a still sunken object by sbarati@apple.com · 8 years ago
  5. 2cb9c25 Unreviewed, rolling out r209725. https://bugs.webkit.org/show_bug.cgi?id=165811 by commit-queue@webkit.org · 8 years ago
  6. 2600063 REGRESSION(r209653): speedometer crashes making virtual slow path tailcalls by msaboff@apple.com · 8 years ago
  7. ebd27a8 Unreviewed, rolling out r209653, r209654, r209663, and by commit-queue@webkit.org · 8 years ago
  8. d4429ff JSVALUE64: Pass arguments in platform argument registers when making JavaScript calls by msaboff@apple.com · 8 years ago
  9. e20444a We should be able optimize the pattern where we spread a function's rest parameter to another call by sbarati@apple.com · 8 years ago
  10. 7a74ce7 We should be able to eliminate rest parameter allocations by sbarati@apple.com · 8 years ago
  11. 31286c3 Unreviewed, rolling out r208208 and r208210. by commit-queue@webkit.org · 8 years ago
  12. 07e3d76 We should be able to eliminate rest parameter allocations by sbarati@apple.com · 8 years ago
  13. 2bd8934 Move CallFrame header info from JSStack.h to CallFrame.h by mark.lam@apple.com · 9 years ago
  14. 5e29b76 Replace all of the various non-working and non-compiling sampling profiler hacks with a single super hack by fpizlo@apple.com · 9 years ago
  15. c9d072f Node::origin should always be set, and the dead zone due to SSA Phis can just use exitOK=false by fpizlo@apple.com · 10 years ago
  16. d793029 Object cycles should not prevent allocation elimination/sinking by basile_clement@apple.com · 10 years ago
  17. d0f1808 OSR availability analysis would be more scalable (and correct) if it did more liveness pruning by fpizlo@apple.com · 10 years ago
  18. da834ae Heap variables shouldn't end up in the stack frame by fpizlo@apple.com · 10 years ago
  19. 8ff7471 DFG IR shouldn't have a separate node for every kind of put hint that could be described using PromotedLocationDescriptor by fpizlo@apple.com · 10 years ago
  20. bcfd8eb DFG SSA stack accesses shouldn't speak of VariableAccessDatas by fpizlo@apple.com · 10 years ago
  21. 8fefdd3 DFG should really support varargs https://bugs.webkit.org/show_bug.cgi?id=141332 by fpizlo@apple.com · 10 years ago
  22. 064f081 DFG SSA should use GetLocal for arguments, and the GetArgument node type should be removed by fpizlo@apple.com · 10 years ago
  23. 832490a DFG SSA should use PutLocal/KillLocal instead of SetLocal to communicate what is flushed to the stack and when by fpizlo@apple.com · 10 years ago
  24. fc70ba6 FTL should sink object allocations by fpizlo@apple.com · 10 years ago
  25. 9e64b50 Local OSR availability calculation should be reusable by fpizlo@apple.com · 11 years ago
  26. beb0de4 Move back primary header includes next to config.h by ossy@webkit.org · 11 years ago
  27. fb7eff2 Rename Operations.h to JSCInlines.h by fpizlo@apple.com · 11 years ago
  28. 0bef2a1 Unreviewed, roll out http://trac.webkit.org/changeset/163796 by fpizlo@apple.com · 11 years ago
  29. 583e8e1 Remove extra includes from DFG https://bugs.webkit.org/show_bug.cgi?id=126983 by commit-queue@webkit.org · 11 years ago
  30. 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
  31. 9589433 Merge the jsCStack branch https://bugs.webkit.org/show_bug.cgi?id=127763 by msaboff@apple.com · 11 years ago
  32. 9df7fef Get rid of DFG forward exiting https://bugs.webkit.org/show_bug.cgi?id=125531 by fpizlo@apple.com · 11 years ago
  33. 002405c FTL should have an explicit notion of bytecode liveness by fpizlo@apple.com · 11 years ago
  34. 827d2cf fourthTier: DFG should have an SSA form for use by FTL by oliver@apple.com · 12 years ago