1. 5ea7781 [BigInt] Add ValueSub into DFG https://bugs.webkit.org/show_bug.cgi?id=186176 by ticaiolima@gmail.com · 6 years ago
  2. b858a8e Unreviewed, rolling out r237242. https://bugs.webkit.org/show_bug.cgi?id=190701 by commit-queue@webkit.org · 6 years ago
  3. 4895c9f JSTests: by keith_miller@apple.com · 6 years ago
  4. 231c825 [BigInt] Add ValueSub into DFG https://bugs.webkit.org/show_bug.cgi?id=186176 by ticaiolima@gmail.com · 6 years ago
  5. 1f1683c GetIndexedPropertyStorage can GC. by mark.lam@apple.com · 6 years ago
  6. e870917 Support arm64 CPUs with a 32-bit address space by keith_miller@apple.com · 6 years ago
  7. 67538f2 Emit fjcvtzs on ARM64E on Darwin https://bugs.webkit.org/show_bug.cgi?id=184023 by sbarati@apple.com · 6 years ago
  8. 27abd8a [JSC][Linux] Use non-truncated name for JIT workers in Linux by yusukesuzuki@slowstart.org · 6 years ago
  9. 92b4c6b [ESNext][BigInt] Implement support for "|" by ticaiolima@gmail.com · 6 years ago
  10. d18d712 [JSC] Add branchIfNaN and branchIfNotNaN by yusukesuzuki@slowstart.org · 6 years ago
  11. 34bfc02 Create a RELEASE_AND_RETURN macro for ExceptionScopes by keith_miller@apple.com · 6 years ago
  12. 7438486 [ESNext][BigInt] Implement support for "&" by ticaiolima@gmail.com · 6 years ago
  13. 5a0856a DFG::OSRExit::m_patchableCodeOffset should not be an int by sbarati@apple.com · 6 years ago
  14. f3a60c5 DFG::OSREntry::m_machineCodeOffset should be a CodeLocation. by mark.lam@apple.com · 6 years ago
  15. 1f47d24 ArgumentsEliminationPhase should snip basic blocks after proven OSR exits by sbarati@apple.com · 6 years ago
  16. 1eb65df CheckStructureOrEmpty should pass in a tempGPR to emitStructureCheck since it may jump over that code by sbarati@apple.com · 6 years ago
  17. 5d2af1a AI rule for MultiPutByOffset executes its effects in the wrong order by sbarati@apple.com · 6 years ago
  18. 0cba66d We must convert ProfileType to CheckStructureOrEmpty instead of CheckStructure by sbarati@apple.com · 6 years ago
  19. d9894ed Don't dump OSRAvailabilityData in Graph::dump because a stale Availability may point to a Node that is already freed by sbarati@apple.com · 7 years ago
  20. 65db7e4 Add IGNORE_WARNING_.* macros https://bugs.webkit.org/show_bug.cgi?id=188996 by guijemont@igalia.com · 7 years ago
  21. 8a73712 Ensure that handleIntrinsicCall() is only applied on op_call shaped instructions. by mark.lam@apple.com · 7 years ago
  22. a4a7f3a [DFG] DFG should handle String#toString by yusukesuzuki@slowstart.org · 7 years ago
  23. 2e098b3 RELEASE_ASSERT at ../../Source/JavaScriptCore/heap/MarkedSpace.h:83 by keith_miller@apple.com · 7 years ago
  24. f1e7f1b Fix DeferredSourceDump to capture the caller bytecodeIndex instead of CodeOrigin. by mark.lam@apple.com · 7 years ago
  25. d9cd5e3 The watchdog sometimes fails to terminate a script. by mark.lam@apple.com · 7 years ago
  26. 6a89629 convertToRegExpMatchFastGlobal must use KnownString as the child use kind by sbarati@apple.com · 7 years ago
  27. 16f1ac3 CSE DataViewGet* DFG nodes https://bugs.webkit.org/show_bug.cgi?id=188768 by sbarati@apple.com · 7 years ago
  28. 686596e The DFG CFGSimplification phase shouldn’t jettison a block when it’s the target of both branch directions. by mark.lam@apple.com · 7 years ago
  29. 1c01082 Inline DataView accesses into DFG/FTL by sbarati@apple.com · 7 years ago
  30. da6c72e intersectionOfPastValuesAtHead must filter values after they've observed an invalidation point by sbarati@apple.com · 7 years ago
  31. 048ae46 [DFG] DFGPredictionPropagation should set PrimaryPass when processing invariants by yusukesuzuki@slowstart.org · 7 years ago
  32. 5eb89e6 Unreviewed 32-bit build fix... by keith_miller@apple.com · 7 years ago
  33. 418f6e0 Long compiling JSC files should not be unified by keith_miller@apple.com · 7 years ago
  34. f58a959 [JSC] Remove gcc warnings for 32-bit platforms by guijemont@igalia.com · 7 years ago
  35. fc57eb1 [JSC] Record CoW status in ArrayProfile correctly by utatane.tea@gmail.com · 7 years ago
  36. 4066d61 runJITThreadLimitTests is failing by Hironori.Fujii@sony.com · 7 years ago
  37. d985fdd Unreviewed, rolling out r234183. https://bugs.webkit.org/show_bug.cgi?id=187983 by commit-queue@webkit.org · 7 years ago
  38. 2f6b46b [JSC] Record CoW status in ArrayProfile by utatane.tea@gmail.com · 7 years ago
  39. 493307b Don't modify Options when setting JIT thread limits by tzagallo@apple.com · 7 years ago
  40. 67f35bf Refactoring: make DFG::Plan a class. by mark.lam@apple.com · 7 years ago
  41. 80fe9c0 need to didFoldClobberWorld when we constant fold GetByVal by sbarati@apple.com · 7 years ago
  42. 7481d92 Add some asserts to help diagnose a crash. by mark.lam@apple.com · 7 years ago
  43. de6ee41 [DFG] Fold GetByVal if the indexed value is non configurable and non writable by utatane.tea@gmail.com · 7 years ago
  44. ed2da80 We should support CreateThis in the FTL by fpizlo@apple.com · 7 years ago
  45. b67c908 [JSC] Use Function / ScopedLambda / RecursableLambda instead of std::function by utatane.tea@gmail.com · 7 years ago
  46. dfa4807 DFG AbstractInterpreter: CheckArray filters array modes for DirectArguments/ScopedArguments using only NonArray by msaboff@apple.com · 7 years ago
  47. 6996820 [DFG] Fold GetByVal if Array is CoW by utatane.tea@gmail.com · 7 years ago
  48. 3785549 CompareEq should be using KnownOtherUse instead of OtherUse by sbarati@apple.com · 7 years ago
  49. 43ba057 Need to handle CodeBlock::replacement() being null. by mark.lam@apple.com · 7 years ago
  50. 5d33893 constructArray() should always allocate the requested length. by mark.lam@apple.com · 7 years ago
  51. dd8b06c [JSC] Embed RegExp into constant buffer in UnlinkedCodeBlock and CodeBlock by utatane.tea@gmail.com · 7 years ago
  52. 90754e2 [JSC] Optimize layout of CodeBlock to reduce padding by utatane.tea@gmail.com · 7 years ago
  53. c2b882d DFG's compileReallocatePropertyStorage() and compileAllocatePropertyStorage() slow paths should also clear unused properties. by mark.lam@apple.com · 7 years ago
  54. 7cb4614 [JSC] Pass VM& to functions more https://bugs.webkit.org/show_bug.cgi?id=186241 by utatane.tea@gmail.com · 7 years ago
  55. c99693d Add API for configuring the number of threads used by DFG and FTL by commit-queue@webkit.org · 7 years ago
  56. a630ed9 We need to have a getDirectConcurrently for use in the compilers by keith_miller@apple.com · 7 years ago
  57. eeaf5ef [WTF] Use Ref<> for the result type of non-failing factory functions by utatane.tea@gmail.com · 7 years ago
  58. 8407763 [WTF] Add user-defined literal for ASCIILiteral by utatane.tea@gmail.com · 7 years ago
  59. 1726442 ensureWritableX should only convert away from CoW when it will succeed by sbarati@apple.com · 7 years ago
  60. e223046 Do some CoW cleanup https://bugs.webkit.org/show_bug.cgi?id=186896 by sbarati@apple.com · 7 years ago
  61. 7b95a22 [DFG] Reduce OSRExit for Kraken/crypto-aes due to CoW array by utatane.tea@gmail.com · 7 years ago
  62. d265820 Make ForceOSRExit CFG pruning in bytecode parser more aggressive by making the original block to ignore be the plan's osrEntryBytecodeIndex by sbarati@apple.com · 7 years ago
  63. f4cd477 REGRESSION(232741): Crash running ARES-6 by msaboff@apple.com · 7 years ago
  64. 152279e AutomaticThread should have a way to provide a thread name by keith_miller@apple.com · 7 years ago
  65. 2a5b9c6 CFGSimplificationPhase should de-dupe jettisonedBlocks by sbarati@apple.com · 7 years ago
  66. 5abfc0b Reduce graph size by replacing terminal nodes in blocks that have a ForceOSRExit with Unreachable by sbarati@apple.com · 7 years ago
  67. c21852f The NaturalLoops algorithm only works when the list of blocks in a loop is de-duplicated by sbarati@apple.com · 7 years ago
  68. 28d187e Loading cnn.com in MiniBrowser hits Structure::dump() under DFG::AdaptiveInferredPropertyValueWatchpoint::handleFire which churns 65KB of memory by keith_miller@apple.com · 7 years ago
  69. 0c9482b TierUpCheckInjectionPhase systematically never puts the outer-most loop in an inner loop's vector of outer loops by sbarati@apple.com · 7 years ago
  70. 59ee41e Make DFG to FTL OSR entry code more sane by removing bad RELEASE_ASSERTS and making it trigger compiles in outer loops before inner ones by sbarati@apple.com · 7 years ago
  71. 73e4790 [DFG] Compare operations do not respect negative zeros by utatane.tea@gmail.com · 7 years ago
  72. 20e1819 LayoutTests/fast/css/parsing-css-matches-7.html always abandons its Document (disabling JIT fixes it) by utatane.tea@gmail.com · 7 years ago
  73. 310778e Baseline op_jtrue emits an insane amount of code by utatane.tea@gmail.com · 7 years ago
  74. 537abd3 [JSC] Object.create should have intrinsic by utatane.tea@gmail.com · 7 years ago
  75. 17d5771 [DFG] InById should be converted to MatchStructure by utatane.tea@gmail.com · 7 years ago
  76. c6b4b8f PutStructure AI rule needs to call didFoldClobberStructures when the incoming value's structure set is clear by sbarati@apple.com · 7 years ago
  77. 645fc97 DFGArrayModes needs to know more about CoW arrays by keith_miller@apple.com · 7 years ago
  78. b860d69 [JSC] Pass VM& parameter as much as possible by utatane.tea@gmail.com · 7 years ago
  79. 4b4f0ee DFG combined liveness needs to say that the machine CodeBlock's arguments are live by sbarati@apple.com · 7 years ago
  80. 0869d82 AI for Atomics.load() is too conservative in always clobbering world by sbarati@apple.com · 7 years ago
  81. 9b7918e [ESNext][BigInt] Implement "+" and "-" unary operation by ticaiolima@gmail.com · 7 years ago
  82. eb351ca [Baseline] Remove a hack for DCE removal of NewFunction by utatane.tea@gmail.com · 7 years ago
  83. fa73c23 InPlaceAbstractState should filter variables at the tail from a GetLocal by their flush format by keith_miller@apple.com · 7 years ago
  84. 4437fdb StringImpl utf8 conversion should not fail silently. by mark.lam@apple.com · 7 years ago
  85. 122eb9a DFG::LICMPhase should attempt to hoist edge type checks if hoisting the whole node fails by sbarati@apple.com · 7 years ago
  86. 5a101e5 Get rid of TLCs https://bugs.webkit.org/show_bug.cgi?id=185846 by fpizlo@apple.com · 7 years ago
  87. c02f5d3 We should have a CoW storage for NewArrayBuffer arrays. by keith_miller@apple.com · 7 years ago
  88. 235f2b9 Unreviewed, reland InById cache https://bugs.webkit.org/show_bug.cgi?id=185682 by utatane.tea@gmail.com · 7 years ago
  89. 74ec55d Unreviewed, rolling out r231998 and r232017. by commit-queue@webkit.org · 7 years ago
  90. a27fe0f [DFG] CheckTypeInfoFlags should say `eliminated` if it is removed in constant folding phase by utatane.tea@gmail.com · 7 years ago
  91. a772c6b DFG should inline InstanceOf ICs https://bugs.webkit.org/show_bug.cgi?id=185695 by fpizlo@apple.com · 7 years ago
  92. e511200 [JSC] JSC should have consistent InById IC by utatane.tea@gmail.com · 7 years ago
  93. 12dc2c9 Unreviewed, fix exception checking, part 2 by utatane.tea@gmail.com · 7 years ago
  94. b7613d1 JSC should have InstanceOf inline caching by fpizlo@apple.com · 7 years ago
  95. c940ae5 [JSC] Use AssemblyHelpers' type checking functions as much as possible by utatane.tea@gmail.com · 7 years ago
  96. 60e8b0f [JSC] Remove reifyPropertyNameIfNeeded by utatane.tea@gmail.com · 7 years ago
  97. 009b198 [ESNext][BigInt] Implement support for "/" operation by ticaiolima@gmail.com · 7 years ago
  98. 5ddf640 Constant fold CheckTypeInfoFlags on ImplementsDefaultHasInstance by sbarati@apple.com · 7 years ago
  99. 9d696de Unreviewed, rolling out r231845. https://bugs.webkit.org/show_bug.cgi?id=185702 by commit-queue@webkit.org · 7 years ago
  100. b4e567d DFG models InstanceOf incorrectly https://bugs.webkit.org/show_bug.cgi?id=185694 by fpizlo@apple.com · 7 years ago