1. b4f89dd Unreviewed, non-unified build fix https://bugs.webkit.org/show_bug.cgi?id=237929 by mikhail@igalia.com · 3 years ago
  2. 6674f14 Reduce use of makeRef() and use Ref { } instead by cdumez@apple.com · 3 years, 6 months ago
  3. cbb3e8d [JSC] JITCage's Gate mechanism is used in ARM64E even if JITCage is disable by ysuzuki@apple.com · 4 years, 2 months ago
  4. fd04ac6 [JSC] Add JITCage support https://bugs.webkit.org/show_bug.cgi?id=218143 by ysuzuki@apple.com · 4 years, 4 months ago
  5. 9549c07 [JSC] More consistent PtrTagging for code types by ysuzuki@apple.com · 4 years, 5 months ago
  6. 8d2c2b5 [JSC] We should not tag C function with JIT code related ptr tag by ysuzuki@apple.com · 4 years, 5 months ago
  7. 348a88c Make Options::useJIT() be the canonical source of truth on whether we should use the JIT. by mark.lam@apple.com · 4 years, 9 months ago
  8. e257a3b REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures by ross.kirsling@sony.com · 4 years, 10 months ago
  9. 0ebe33c [IWYU] Remove unnecessary includes from JSC implementation files by ross.kirsling@sony.com · 4 years, 10 months ago
  10. 2e81e94 Fix build errors and warnings for non-unified JSCOnly by ross.kirsling@sony.com · 4 years, 10 months ago
  11. 9777f7c Make JITType an enum class https://bugs.webkit.org/show_bug.cgi?id=197394 by sbarati@apple.com · 6 years ago
  12. 848a138 JSC should build successfully even with -DENABLE_UNIFIED_BUILDS=OFF by ross.kirsling@sony.com · 6 years ago
  13. 49f5dbf [JSC] LLIntEntryPoint creates same DirectJITCode for all functions by ticaiolima@gmail.com · 6 years ago
  14. fd57e6e8 [JSC] CodeBlock::visitChildren is reporting extra memory even when its JITCode is singleton by ticaiolima@gmail.com · 6 years ago
  15. 57e4302 [JSC] Non-JIT entrypoints should share NativeJITCode per entrypoint type by ysuzuki@apple.com · 6 years ago
  16. 16614e0 Unreviewed, build fix for debug builds after r233630 by utatane.tea@gmail.com · 7 years ago
  17. 90754e2 [JSC] Optimize layout of CodeBlock to reduce padding by utatane.tea@gmail.com · 7 years ago
  18. de0dba7 Templatize CodePtr/Refs/FunctionPtrs with PtrTags. by mark.lam@apple.com · 7 years ago
  19. 5b1272a Consolidate some PtrTags. by mark.lam@apple.com · 7 years ago
  20. 18b4eab Add pointer profiling support in baseline JIT and supporting files. by mark.lam@apple.com · 7 years ago
  21. 6863b23 [JSC][WebCore][CSSJIT] Remove VM reference in CSSJIT by utatane.tea@gmail.com · 7 years ago
  22. 2551c4b [JSC] Drop PassRefPtr https://bugs.webkit.org/show_bug.cgi?id=168320 by utatane.tea@gmail.com · 8 years ago
  23. 2cb9c25 Unreviewed, rolling out r209725. https://bugs.webkit.org/show_bug.cgi?id=165811 by commit-queue@webkit.org · 8 years ago
  24. 2600063 REGRESSION(r209653): speedometer crashes making virtual slow path tailcalls by msaboff@apple.com · 8 years ago
  25. ebd27a8 Unreviewed, rolling out r209653, r209654, r209663, and by commit-queue@webkit.org · 8 years ago
  26. d4429ff JSVALUE64: Pass arguments in platform argument registers when making JavaScript calls by msaboff@apple.com · 8 years ago
  27. fdd9bf4 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature by utatane.tea@gmail.com · 9 years ago
  28. 44c6282 Unreviewed, rolling out r192914. https://bugs.webkit.org/show_bug.cgi?id=151734 by commit-queue@webkit.org · 9 years ago
  29. d688eaf [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature by utatane.tea@gmail.com · 9 years ago
  30. a8309d9 [ES6] Introduce ModuleProgramExecutable families and compile Module code to bytecode by utatane.tea@gmail.com · 10 years ago
  31. d45c0be Fix debug build when optimization is enabled by commit-queue@webkit.org · 10 years ago
  32. 46f07e5 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards by dbatyai.u-szeged@partner.samsung.com · 11 years ago
  33. ac3bdb9 Add HeapInlines https://bugs.webkit.org/show_bug.cgi?id=130759 by mhahnenberg@apple.com · 11 years ago
  34. 9589433 Merge the jsCStack branch https://bugs.webkit.org/show_bug.cgi?id=127763 by msaboff@apple.com · 11 years ago
  35. afeead1 Make the C Loop LLINT work with callToJavaScript. by mark.lam@apple.com · 11 years ago
  36. 81bb8bb CodeBlock::m_numCalleeRegisters shouldn't also mean frame size, frame size needed for exit, or any other unrelated things by fpizlo@apple.com · 11 years ago
  37. 1342e7a CodeBlock::prepareForExecution() is silly by fpizlo@apple.com · 12 years ago[Renamed (86%) from Source/JavaScriptCore/llint/LLIntEntrypoints.cpp]
  38. 62b6af8 CodeBlock compilation and installation should be simplified and rationalized by fpizlo@apple.com · 12 years ago
  39. ea1f902 Unreviewed, rolling out r154804. by commit-queue@webkit.org · 12 years ago
  40. 4ea262e CodeBlock compilation and installation should be simplified and rationalized by fpizlo@apple.com · 12 years ago
  41. 9a1ae93 fourthTier: JITCode should abstract exactly how the JIT code is structured and where it was allocated by oliver@apple.com · 12 years ago
  42. 9a9a4b5 Renamed JSGlobalData to VM https://bugs.webkit.org/show_bug.cgi?id=114777 by ggaren@apple.com · 12 years ago
  43. b11e787 Use one object instead of two for closures, eliminating ScopeChainNode by ggaren@apple.com · 13 years ago
  44. b841948 Render unto #ifdef's that which belong to them. by commit-queue@webkit.org · 13 years ago
  45. 685a420 LLInt should support JSVALUE64 by fpizlo@apple.com · 13 years ago
  46. e6e29a6f The LLInt should work even when the JIT is disabled by fpizlo@apple.com · 13 years ago
  47. 7bbcaab JSC should be a triple-tier VM by fpizlo@apple.com · 13 years ago
  48. e089d62 Roll out r108309, r108323, and r108326 by aroben@apple.com · 13 years ago
  49. 091129f JSC should be a triple-tier VM by fpizlo@apple.com · 13 years ago