1. 99ed479 We should have a more concise way of determining when we're varargs calling a function using rest parameters by sbarati@apple.com · 8 years ago
  2. 023e6e0 Unreviewed, rolling out r208584. by cdumez@apple.com · 8 years ago
  3. c412c1d Unreviewed, rolling out r208117 and r208160. by cdumez@apple.com · 8 years ago
  4. 7f24e14 We should have a more concise way of determining when we're varargs calling a function using rest parameters by sbarati@apple.com · 8 years ago
  5. 0d74c7c [DOMJIT] Add DOMJIT::Signature https://bugs.webkit.org/show_bug.cgi?id=162980 by utatane.tea@gmail.com · 8 years ago
  6. d8de325 We should have a way of profiling when a get_by_id is pure and to emit a PureGetById in the DFG/FTL by sbarati@apple.com · 8 years ago
  7. 04d4f60 [JSC] implement runtime for async functions by caitp@igalia.com · 8 years ago
  8. f0b30cb DFG and FTL should be able to use DirectCall ICs when they proved the callee or its executable by fpizlo@apple.com · 8 years ago
  9. bef79f8 [DOMJIT] Implement Node accessors in DOMJIT by utatane.tea@gmail.com · 8 years ago
  10. 0eb0f83 [JSC] Add @throwXXXError bytecode intrinsic by utatane.tea@gmail.com · 8 years ago
  11. 527ebc2 String.prototype.toLowerCase should be a DFG/FTL intrinsic by sbarati@apple.com · 8 years ago
  12. f7db559 [JSC] Add a new byte code op_define_property instead of calling defineProperty by utatane.tea@gmail.com · 8 years ago
  13. 9a17595 The write barrier should be down with TSO by fpizlo@apple.com · 8 years ago
  14. 22104f5 Unreviewed, rolling out r206522. by ryanhaddad@apple.com · 8 years ago
  15. c53123e Unreviewed, rolling out r206506. https://bugs.webkit.org/show_bug.cgi?id=162682 by commit-queue@webkit.org · 8 years ago
  16. 71ae5a4 Adopt #pragma once in JavaScriptCore by commit-queue@webkit.org · 8 years ago
  17. 626f77e [JSC] Shrink the Math inline caches some more by benjamin@webkit.org · 8 years ago
  18. 4c2202a [JSC] Use an inline cache to generate op_negate by commit-queue@webkit.org · 8 years ago
  19. a3db465 Make HasOwnProperty faster https://bugs.webkit.org/show_bug.cgi?id=161708 by sbarati@apple.com · 8 years ago
  20. 1c12d21 We should inline operationConvertJSValueToBoolean into JIT code by sbarati@apple.com · 8 years ago
  21. 30a7258 Typed arrays should use MarkedSpace instead of CopiedSpace by fpizlo@apple.com · 8 years ago
  22. 1258579 [JSC] Remove a couple of useless forward declaration by commit-queue@webkit.org · 8 years ago
  23. 21fc86e Make JSMap and JSSet faster https://bugs.webkit.org/show_bug.cgi?id=160989 by sbarati@apple.com · 8 years ago
  24. 4a64b14 Unreviewed, rolling out r205494. https://bugs.webkit.org/show_bug.cgi?id=161646 by ryanhaddad@apple.com · 8 years ago
  25. 9c9022f Unreviewed, rolling out r205504. https://bugs.webkit.org/show_bug.cgi?id=161645 by ryanhaddad@apple.com · 8 years ago
  26. 836e2d0 Make JSMap and JSSet faster https://bugs.webkit.org/show_bug.cgi?id=160989 by sbarati@apple.com · 8 years ago
  27. 5b5e4cd Typed arrays should use MarkedSpace instead of CopiedSpace by fpizlo@apple.com · 8 years ago
  28. bc16ddb Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression by fpizlo@apple.com · 8 years ago
  29. 595eebd Unreviewed, roll out r204901, r204897, r204866, r204856, r204854. by fpizlo@apple.com · 9 years ago
  30. aa6cc56 Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression by fpizlo@apple.com · 9 years ago
  31. 6cfefd8 Inline store loop for CopyRest in DFG and FTL for certain array modes by sbarati@apple.com · 9 years ago
  32. 3e7ec7d Sub should be a Math IC https://bugs.webkit.org/show_bug.cgi?id=160270 by sbarati@apple.com · 9 years ago
  33. 9a4ad4e op_mul/ArithMul(Untyped,Untyped) should be an IC by sbarati@apple.com · 9 years ago
  34. b0b1eb5 op_add/ValueAdd should be an IC in all JIT tiers by sbarati@apple.com · 9 years ago
  35. 5bed6f6 Add support for Symbol.isConcatSpreadable (round 2) by keith_miller@apple.com · 9 years ago
  36. 3e8bfef [JSC] Move calling convention flags to WTF by utatane.tea@gmail.com · 9 years ago
  37. e497e20 Add new builtin opcode tailCallForwardArguments by keith_miller@apple.com · 9 years ago
  38. d001041 Unreviewed, roll out r201481, r201523: 0.3% regression in Octane code-load by utatane.tea@gmail.com · 9 years ago
  39. a11ec92 [JSC] implement async functions proposal by caitp@igalia.com · 9 years ago
  40. c10e46b Remove LegacyProfiler https://bugs.webkit.org/show_bug.cgi?id=153565 by joepeck@webkit.org · 9 years ago
  41. 41d899b Rollout r200426 since it causes PLT regressions. by keith_miller@apple.com · 9 years ago
  42. e42b2b6 Unreviewed rollout r200924. Caused js/regress/string-replace-generic.html to fail. by joepeck@webkit.org · 9 years ago
  43. 9100eb3 Remove LegacyProfiler https://bugs.webkit.org/show_bug.cgi?id=153565 by commit-queue@webkit.org · 9 years ago
  44. acdb63e Polymorphic operands in operators coerces downstream values to double. by fpizlo@apple.com · 9 years ago
  45. 23315d6 Getter and setter on super are called with wrong "this" object by sbarati@apple.com · 9 years ago
  46. 806e80d Add support for delete by value to the DFG by keith_miller@apple.com · 9 years ago
  47. f4a459e Unreviewed, reland r200149 since the rollout had inconclusive PLT AB testing results. by keith_miller@apple.com · 9 years ago
  48. ad6a310 Unreviewed, Revert r199397 due to PLT regressions by keith_miller@apple.com · 9 years ago
  49. 36c5288 [JSC] Add primitive String support to compare operators by commit-queue@webkit.org · 9 years ago
  50. e67fd78 implement dynamic scope accesses in the DFG/FTL by sbarati@apple.com · 9 years ago
  51. 485f539 We should support delete in the DFG by keith_miller@apple.com · 9 years ago
  52. 32fbcb7 [ES6] Add support for Symbol.isConcatSpreadable. by keith_miller@apple.com · 9 years ago
  53. 7deaba8 tryGetById should be supported by the DFG/FTL by keith_miller@apple.com · 9 years ago
  54. 8ee5dcc Implementing caching transition puts that need to reallocate with indexing storage by fpizlo@apple.com · 9 years ago
  55. 8844d30 We should support the ability to do a non-effectful getById by keith_miller@apple.com · 9 years ago
  56. 8891e6f Unreviewed, rolling out r199128 and r199141. by commit-queue@webkit.org · 9 years ago
  57. 0c18a97 [ES6] Add support for Symbol.isConcatSpreadable. by keith_miller@apple.com · 9 years ago
  58. 36d2a17 Unreviewed, rolling out r199104. https://bugs.webkit.org/show_bug.cgi?id=156301 by commit-queue@webkit.org · 9 years ago
  59. 964f6d6 We should support the ability to do a non-effectful getById by keith_miller@apple.com · 9 years ago
  60. d0fa3a7 Unreviewed, rolling out r199073. https://bugs.webkit.org/show_bug.cgi?id=156261 by ryanhaddad@apple.com · 9 years ago
  61. 39303e0 JSC should use a shadow stack version of CHICKEN so that debuggers have the option of retrieving tail-deleted frames by fpizlo@apple.com · 9 years ago
  62. ec95783 We should support the ability to do a non-effectful getById by keith_miller@apple.com · 9 years ago
  63. 2e6603a Unreviewed, rollout r198808. The patch causes crashes on 32-bit and appears to be a JSBench regression. by keith_miller@apple.com · 9 years ago
  64. 68de07d [JSC] Get rid of operationInitGlobalConst(), it is useless by commit-queue@webkit.org · 9 years ago
  65. 1acb996 [ES6] Add support for Symbol.isConcatSpreadable. by keith_miller@apple.com · 9 years ago
  66. 47c2f14 Add support for setting Function.name from computed properties. by mark.lam@apple.com · 9 years ago
  67. 4ff0fd3 Unreviewed, rolling out r197645. https://bugs.webkit.org/show_bug.cgi?id=155097 by commit-queue@webkit.org · 9 years ago
  68. ba646d5 [[GetPrototypeOf]] should be a fully virtual method in the method table by sbarati@apple.com · 9 years ago
  69. 7518ba2 RegExpMatchesArray doesn't know how to have a bad time by fpizlo@apple.com · 9 years ago
  70. 7fdfeed The most aggressive form of RegExpTest/RegExpExec should speculate more aggressively than just cell by fpizlo@apple.com · 9 years ago
  71. 91d2f35 DFG should be able to compile StringReplace by fpizlo@apple.com · 9 years ago
  72. f39b804 Unreviewed, fix CLOOP build. by fpizlo@apple.com · 9 years ago
  73. e799b86 Turn String.prototype.replace into an intrinsic by fpizlo@apple.com · 9 years ago
  74. e51b9bb Make it cheap to #include "JITOperations.h" by fpizlo@apple.com · 9 years ago
  75. b96d44f [ES6] for...in iteration doesn't comply with the specification by sbarati@apple.com · 9 years ago
  76. a16c9f0 [ES6] Arrow function syntax. Get rid of JSArrowFunction and use standard JSFunction class by commit-queue@webkit.org · 9 years ago
  77. cb11fe4 [ES6] Add support for Symbol.hasInstance by keith_miller@apple.com · 9 years ago
  78. d2fca0a Math.random should have an intrinsic thunk and it should be later handled as a DFG Node by utatane.tea@gmail.com · 9 years ago
  79. 324bf75 Roll out r193974 and follow-up fixes as it caused JSC crashes by cdumez@apple.com · 9 years ago
  80. 6b861f6 [ES6] Add support for Symbol.hasInstance by keith_miller@apple.com · 9 years ago
  81. fdd9bf4 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature by utatane.tea@gmail.com · 9 years ago
  82. 44c6282 Unreviewed, rolling out r192914. https://bugs.webkit.org/show_bug.cgi?id=151734 by commit-queue@webkit.org · 9 years ago
  83. d688eaf [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature by utatane.tea@gmail.com · 9 years ago
  84. c0722da [ES6] Add support for rest parameters by sbarati@apple.com · 9 years ago
  85. 287d64c [ES6] Add DFG/FTL support for accessor put operations by utatane.tea@gmail.com · 9 years ago
  86. adc002e Unreviewed, rolling out r191500. https://bugs.webkit.org/show_bug.cgi?id=150526 by commit-queue@webkit.org · 9 years ago
  87. 436a19b [ES6] Add DFG/FTL support for accessor put operations by utatane.tea@gmail.com · 9 years ago
  88. 7f73ad4 Implement linear memory instructions in WebAssembly by commit-queue@webkit.org · 9 years ago
  89. 284319e Interpreter::unwind() shouldn't be responsible for filtering out uncatchable exceptions by saambarati1@gmail.com · 9 years ago
  90. c15ae7e [ES6] Implement tail calls in the LLInt and Baseline JIT by msaboff@apple.com · 9 years ago
  91. 8359789 Rollout r189774 and 189818. by msaboff@apple.com · 9 years ago
  92. b863675 [ES6] Implement tail calls in the LLInt and Baseline JIT by msaboff@apple.com · 9 years ago
  93. 1a463c0 Convert arguments to WebAssembly functions to the declared types by commit-queue@webkit.org · 9 years ago
  94. f0153d0 [ES6] Implement computed accessors by utatane.tea@gmail.com · 9 years ago
  95. abe1113 Implement the signed division instruction in WebAssembly by commit-queue@webkit.org · 9 years ago
  96. 060e751 Block scoped variables should be visible across scripts by saambarati1@gmail.com · 9 years ago
  97. b3b187c DFG string concatenation shouldn't be playing fast and loose with effects and OSR exit by fpizlo@apple.com · 10 years ago
  98. aa599f6 DFG callOperations should not implicitly emit an exception check. At callOperation call sites, we should explicitly emit exception checks by saambarati1@gmail.com · 10 years ago
  99. cb7ea56 Introduce put_by_id like IC into put_by_val when the given name is String or Symbol by utatane.tea@gmail.com · 10 years ago
  100. 528ebe9 Add support for CheckWatchdogTimer as slow path in DFG and FTL. by mark.lam@apple.com · 10 years ago