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