source: webkit/trunk/Source/JavaScriptCore/dfg@ 253443

Name Size Rev Age Author Last Change
../
DFGAbstractHeap.cpp 2.4 KB 221954   8 years keith_miller Do unified source builds for JSC …
DFGAbstractHeap.h 10.7 KB 251826   6 years ysuzuki [JSC] Date functions should have intrinsic …
DFGAbstractInterpreter.h 8.8 KB 252502   6 years mark.lam Rename InPlaceAbstractState's m_foundConstant to …
DFGAbstractInterpreterClobberState.cpp 2.1 KB 230494   7 years fpizlo Unreviewed, fix cloop build. * dfg/DFGAbstractInterpreterClobberState.cpp:
DFGAbstractInterpreterClobberState.h 2.0 KB 230488   7 years fpizlo DFG AI and clobberize should agree with each other …
DFGAbstractInterpreterInlines.h 156.5 KB 253243   5 years mark.lam The compiler thread should not adjust Identifier refCounts. …
DFGAbstractValue.cpp 17.0 KB 246490   6 years darin Rename AtomicString to AtomString …
DFGAbstractValue.h 18.3 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGAbstractValueClobberEpoch.cpp 1.6 KB 231471   7 years fpizlo DFG AI should have O(1) clobbering …
DFGAbstractValueClobberEpoch.h 2.9 KB 231471   7 years fpizlo DFG AI should have O(1) clobbering …
DFGAdaptiveInferredPropertyValueWatchpoint.cpp 2.3 KB 243560   6 years ysuzuki [JSC] Owner of watchpoints should validate at GC finalizing phase …
DFGAdaptiveInferredPropertyValueWatchpoint.h 1.9 KB 243560   6 years ysuzuki [JSC] Owner of watchpoints should validate at GC finalizing phase …
DFGAdaptiveStructureWatchpoint.cpp 2.6 KB 245214   6 years ysuzuki [JSC] Compress Watchpoint size by using enum type and Packed<> data …
DFGAdaptiveStructureWatchpoint.h 2.0 KB 247843   6 years ysuzuki [JSC] Ensure PackedCellPtr only takes non-large-allocation pointers …
DFGAdjacencyList.h 5.4 KB 242011   6 years rmorisset Remove dead code: AdjacencyList::justOneChild() …
DFGArgumentPosition.h 5.1 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGArgumentsEliminationPhase.cpp 64.7 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGArgumentsEliminationPhase.h 1.7 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGArgumentsUtilities.cpp 6.6 KB 243232   6 years rmorisset Compress CodeOrigin into a single word in the common case …
DFGArgumentsUtilities.h 1.7 KB 218794   8 years annulen Remove excessive headers from JavaScriptCore
DFGArithMode.cpp 3.7 KB 216178   8 years utatane.tea [JSC] Math unary functions should be handled by DFG …
DFGArithMode.h 6.0 KB 251425   6 years ysuzuki [JSC] Thread JSGlobalObject* instead of ExecState* …
DFGArrayifySlowPathGenerator.h 5.7 KB 251425   6 years ysuzuki [JSC] Thread JSGlobalObject* instead of ExecState* …
DFGArrayMode.cpp 34.1 KB 250086   6 years jh718.park Unreviewed. Remove build warning since r249976. No new tests, no …
DFGArrayMode.h 19.0 KB 249959   6 years sbarati CheckArray on DirectArguments/ScopedArguments does not filter out slow …
DFGAtTailAbstractState.cpp 2.4 KB 208373   9 years fpizlo DFG plays fast and loose with the shadow values of a Phi …
DFGAtTailAbstractState.h 6.2 KB 252502   6 years mark.lam Rename InPlaceAbstractState's m_foundConstant to …
DFGAvailability.cpp 1.9 KB 164229   11 years ossy Move back primary header includes next to config.h …
DFGAvailability.h 4.4 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGAvailabilityMap.cpp 3.4 KB 240364   6 years ysuzuki [DFG] AvailabilityMap::pruneByLiveness should make non-live operands …
DFGAvailabilityMap.h 2.9 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGBackwardsCFG.h 1.7 KB 221196   8 years sbarati Support compiling catch in the DFG …
DFGBackwardsDominators.h 1.8 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGBackwardsPropagationPhase.cpp 18.8 KB 252680   6 years rmorisset [ESNext][BigInt] Add support for op_inc …
DFGBackwardsPropagationPhase.h 1.6 KB 218794   8 years annulen Remove excessive headers from JavaScriptCore
DFGBasicBlock.cpp 4.3 KB 252502   6 years mark.lam Rename InPlaceAbstractState's m_foundConstant to …
DFGBasicBlock.h 9.4 KB 252502   6 years mark.lam Rename InPlaceAbstractState's m_foundConstant to …
DFGBasicBlockInlines.h 2.1 KB 228411   7 years sbarati Add a GetIndexMask node and make it an input to GetByVal for array and …
DFGBlockInsertionSet.cpp 3.6 KB 251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
DFGBlockInsertionSet.h 2.0 KB 212365   8 years utatane.tea [JSC] Drop PassRefPtr https://bugs.webkit.org/show_bug.cgi?id=168320
DFGBlockMap.h 2.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGBlockMapInlines.h 1.6 KB 219702   8 years cdumez Replace calls to Vector::resize() with calls to more efficient …
DFGBlockSet.cpp 1.7 KB 173279   11 years fpizlo Beef up the DFG's CFG analyses to include iterated dominance frontiers …
DFGBlockSet.h 3.8 KB 231665   7 years fpizlo DFG CFA should pick the right time to inject OSR entry data …
DFGBlockSetInlines.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGBlockWorklist.h 2.3 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGBranchDirection.h 2.8 KB 224689   8 years rmorisset The memory consumption of DFG::BasicBlock can be easily reduced a bit …
DFGByteCodeParser.cpp 344.5 KB 253263   5 years sbarati Unreviewed. Roll out r253201. It was not a progression on any …
DFGByteCodeParser.h 1.4 KB 223086   8 years rmorisset Refactor the inliner to simplify block linking …
DFGCallArrayAllocatorSlowPathGenerator.h 6.9 KB 251425   6 years ysuzuki [JSC] Thread JSGlobalObject* instead of ExecState* …
DFGCallCreateDirectArgumentsSlowPathGenerator.h 3.0 KB 251425   6 years ysuzuki [JSC] Thread JSGlobalObject* instead of ExecState* …
DFGCapabilities.cpp 10.7 KB 252680   6 years rmorisset [ESNext][BigInt] Add support for op_inc …
DFGCapabilities.h 6.1 KB 244811   6 years sbarati CodeBlock::m_instructionCount is wrong …
DFGCFAPhase.cpp 11.7 KB 244287   6 years sbarati mergeOSREntryValue is wrong when the incoming value does not match up …
DFGCFAPhase.h 1.8 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGCFG.h 3.3 KB 221637   8 years sbarati Make the distinction between entrypoints and CFG roots more clear by …
DFGCFGSimplificationPhase.cpp 17.6 KB 235177   7 years mark.lam The DFG CFGSimplification phase shouldn’t jettison a block when it’s …
DFGCFGSimplificationPhase.h 1.7 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGCleanUpPhase.cpp 3.1 KB 228411   7 years sbarati Add a GetIndexMask node and make it an input to GetByVal for array and …
DFGCleanUpPhase.h 1.5 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGClobberize.cpp 2.5 KB 180656   10 years fpizlo DFG abstract heaps should respect the difference between heap and …
DFGClobberize.h 61.2 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGClobberSet.cpp 5.6 KB 230488   7 years fpizlo DFG AI and clobberize should agree with each other …
DFGClobberSet.h 3.6 KB 230488   7 years fpizlo DFG AI and clobberize should agree with each other …
DFGClobbersExitState.cpp 4.3 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGClobbersExitState.h 3.0 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGCombinedLiveness.cpp 3.8 KB 239882   6 years sbarati DFG combined liveness can be wrong for terminal basic blocks …
DFGCombinedLiveness.h 2.3 KB 239882   6 years sbarati DFG combined liveness can be wrong for terminal basic blocks …
DFGCommon.cpp 4.0 KB 230303   7 years utatane.tea [WTF] Remove StaticLock https://bugs.webkit.org/show_bug.cgi?id=184332
DFGCommon.h 12.7 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGCommonData.cpp 7.4 KB 251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
DFGCommonData.h 5.6 KB 251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
DFGCompilationKey.cpp 1.7 KB 167814   11 years fpizlo DFG worklist scanning should not treat the key as a separate entity …
DFGCompilationKey.h 3.2 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGCompilationMode.cpp 1.9 KB 164229   11 years ossy Move back primary header includes next to config.h …
DFGCompilationMode.h 1.8 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGConstantFoldingPhase.cpp 56.7 KB 253243   5 years mark.lam The compiler thread should not adjust Identifier refCounts. …
DFGConstantFoldingPhase.h 1.7 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGConstantHoistingPhase.cpp 5.1 KB 203808   9 years commit-queue [JSC] DFG::Node should not have its own allocator …
DFGConstantHoistingPhase.h 1.5 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGControlEquivalenceAnalysis.h 3.5 KB 221196   8 years sbarati Support compiling catch in the DFG …
DFGCPSRethreadingPhase.cpp 20.8 KB 244324   6 years sbarati Modify how we do SetArgument when we inline varargs calls …
DFGCPSRethreadingPhase.h 1.7 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGCriticalEdgeBreakingPhase.cpp 3.6 KB 232856   7 years msaboff REGRESSION(232741): Crash running ARES-6 …
DFGCriticalEdgeBreakingPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGCSEPhase.cpp 37.0 KB 251264   6 years mark.lam Harden capacity checks in DFG::LocalCSEPhase::SmallMap. …
DFGCSEPhase.h 2.3 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGDCEPhase.cpp 5.5 KB 228411   7 years sbarati Add a GetIndexMask node and make it an input to GetByVal for array and …
DFGDCEPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGDesiredGlobalProperties.cpp 3.0 KB 251321   6 years ysuzuki [JSC] DFG::CommonData modification by DFG reallyAdd should be guarded …
DFGDesiredGlobalProperties.h 1.9 KB 240254   6 years commit-queue [JSC] Invalidate old scope operations using global lexical binding …
DFGDesiredGlobalProperty.h 3.5 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGDesiredIdentifiers.cpp 4.3 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGDesiredIdentifiers.h 2.2 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGDesiredTransitions.cpp 3.0 KB 251321   6 years ysuzuki [JSC] DFG::CommonData modification by DFG reallyAdd should be guarded …
DFGDesiredTransitions.h 2.2 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGDesiredWatchpoints.cpp 6.6 KB 251321   6 years ysuzuki [JSC] DFG::CommonData modification by DFG reallyAdd should be guarded …
DFGDesiredWatchpoints.h 6.9 KB 251321   6 years ysuzuki [JSC] DFG::CommonData modification by DFG reallyAdd should be guarded …
DFGDesiredWeakReferences.cpp 3.2 KB 251321   6 years ysuzuki [JSC] DFG::CommonData modification by DFG reallyAdd should be guarded …
DFGDesiredWeakReferences.h 1.9 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGDisassembler.cpp 7.4 KB 244811   6 years sbarati CodeBlock::m_instructionCount is wrong …
DFGDisassembler.h 3.3 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGDoesGC.cpp 15.6 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGDoesGC.h 1.5 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGDominators.h 2.3 KB 221196   8 years sbarati Support compiling catch in the DFG …
DFGDoubleFormatState.h 3.0 KB 231565   7 years mcatanzaro [WPE] Build cleanly with GCC 8 and ICU 60 …
DFGDriver.cpp 5.2 KB 251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
DFGDriver.h 1.9 KB 251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
DFGEdge.cpp 1.7 KB 192485   10 years sbarati DFGEdge's dump method should print "Untyped:" for untyped uses. …
DFGEdge.h 7.4 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGEdgeDominates.h 2.4 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGEpoch.cpp 1.6 KB 183072   10 years fpizlo MovHint should be a strong use …
DFGEpoch.h 2.9 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGFailedFinalizer.cpp 1.8 KB 164229   11 years ossy Move back primary header includes next to config.h …
DFGFailedFinalizer.h 1.7 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGFiltrationResult.h 2.2 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGFinalizer.cpp 1.6 KB 164229   11 years ossy Move back primary header includes next to config.h …
DFGFinalizer.h 1.8 KB 234178   7 years mark.lam Refactoring: make DFG::Plan a class. …
DFGFixupPhase.cpp 158.6 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGFixupPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGFlowIndexing.cpp 2.5 KB 219702   8 years cdumez Replace calls to Vector::resize() with calls to more efficient …
DFGFlowIndexing.h 3.7 KB 248546   6 years ysuzuki [WTF][JSC] Make JSC and WTF aggressively-fast-malloced …
DFGFlowMap.h 4.8 KB 248546   6 years ysuzuki [WTF][JSC] Make JSC and WTF aggressively-fast-malloced …
DFGFlushedAt.cpp 1.8 KB 179503   10 years fpizlo VirtualRegister should really know how to dump itself …
DFGFlushedAt.h 2.8 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGFlushFormat.cpp 2.2 KB 181993   10 years fpizlo Heap variables shouldn't end up in the stack frame …
DFGFlushFormat.h 4.3 KB 221196   8 years sbarati Support compiling catch in the DFG …
DFGForAllKills.h 7.0 KB 252789   5 years ysuzuki [JSC] DFG terminal's liveness should respect caller's opcodeID …
DFGFrozenValue.cpp 2.0 KB 197833   9 years fpizlo DFG should be able to constant-fold strings …
DFGFrozenValue.h 4.3 KB 249175   6 years mark.lam Refactor to use VM& instead of VM* at as many places as possible. …
DFGGenerationInfo.h 14.9 KB 244578   6 years ysuzuki [JSC] Use node index as DFG::MinifiedID …
DFGGraph.cpp 67.0 KB 253350   5 years sbarati methodOfGettingAValueProfileFor should return argument value profiles …
DFGGraph.h 45.1 KB 253263   5 years sbarati Unreviewed. Roll out r253201. It was not a progression on any …
DFGGraphSafepoint.cpp 1.7 KB 167897   11 years fpizlo GC should be able to remove things from the DFG worklist and cancel …
DFGGraphSafepoint.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGHeapLocation.cpp 5.2 KB 251826   6 years ysuzuki [JSC] Date functions should have intrinsic …
DFGHeapLocation.h 5.9 KB 251826   6 years ysuzuki [JSC] Date functions should have intrinsic …
DFGInlineCacheWrapper.h 1.9 KB 231961   7 years fpizlo JSC should have InstanceOf inline caching …
DFGInlineCacheWrapperInlines.h 1.7 KB 231961   7 years fpizlo JSC should have InstanceOf inline caching …
DFGInPlaceAbstractState.cpp 17.5 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGInPlaceAbstractState.h 10.9 KB 252502   6 years mark.lam Rename InPlaceAbstractState's m_foundConstant to …
DFGInsertionSet.cpp 2.0 KB 199075   9 years fpizlo Source/JavaScriptCore: DFG and FTL should constant-fold RegExpExec, …
DFGInsertionSet.h 5.0 KB 228565   7 years sbarati Fix bugs from r228411 https://bugs.webkit.org/show_bug.cgi?id=182851
DFGIntegerCheckCombiningPhase.cpp 13.7 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGIntegerCheckCombiningPhase.h 1.5 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGIntegerRangeOptimizationPhase.cpp 77.7 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGIntegerRangeOptimizationPhase.h 1.7 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGInvalidationPointInjectionPhase.cpp 3.7 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGInvalidationPointInjectionPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGJITCode.cpp 9.1 KB 251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
DFGJITCode.h 6.0 KB 251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
DFGJITCompiler.cpp 29.5 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGJITCompiler.h 12.1 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGJITFinalizer.cpp 3.5 KB 249706   6 years ysuzuki [JSC] CodeBlock::m_constantRegisters should be guarded by …
DFGJITFinalizer.h 2.1 KB 230748   7 years mark.lam Templatize CodePtr/Refs/FunctionPtrs with PtrTags. …
DFGJumpReplacement.cpp 2.0 KB 218782   8 years keith_miller Switch VMTraps to use halt instructions rather than breakpoint …
DFGJumpReplacement.h 1.9 KB 230748   7 years mark.lam Templatize CodePtr/Refs/FunctionPtrs with PtrTags. …
DFGLazyJSValue.cpp 9.0 KB 249706   6 years ysuzuki [JSC] CodeBlock::m_constantRegisters should be guarded by …
DFGLazyJSValue.h 3.6 KB 251690   6 years aperez [GTK][WPE] Fix various non-unified build issues introduced since …
DFGLazyNode.cpp 1.8 KB 186795   10 years basile_clement Object cycles should not prevent allocation elimination/sinking …
DFGLazyNode.h 5.1 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGLICMPhase.cpp 19.9 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGLICMPhase.h 1.7 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGLiveCatchVariablePreservationPhase.cpp 8.7 KB 251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
DFGLiveCatchVariablePreservationPhase.h 2.0 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGLivenessAnalysisPhase.cpp 7.4 KB 248846   6 years ysuzuki [WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique …
DFGLivenessAnalysisPhase.h 1.5 KB 218794   8 years annulen Remove excessive headers from JavaScriptCore
DFGLoopPreHeaderCreationPhase.cpp 8.6 KB 228035   7 years sbarati Make various DFG_ASSERTs provide more data to WTFCrashWithInfo …
DFGLoopPreHeaderCreationPhase.h 2.2 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGMayExit.cpp 6.6 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGMayExit.h 3.9 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGMinifiedGraph.cpp 1.9 KB 186691   10 years fpizlo DFG fragile frozen values are fundamentally broken …
DFGMinifiedGraph.h 2.0 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGMinifiedID.h 3.7 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGMinifiedIDInlines.h 1.6 KB 245270   6 years ysuzuki [JSC] Compress JIT related data more by using Packed<> …
DFGMinifiedNode.cpp 2.2 KB 245270   6 years ysuzuki [JSC] Compress JIT related data more by using Packed<> …
DFGMinifiedNode.h 3.1 KB 245270   6 years ysuzuki [JSC] Compress JIT related data more by using Packed<> …
DFGMovHintRemovalPhase.cpp 5.1 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGMovHintRemovalPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGMultiGetByOffsetData.cpp 2.9 KB 211237   8 years sbarati Harden how the compiler references GC objects …
DFGMultiGetByOffsetData.h 4.2 KB 218794   8 years annulen Remove excessive headers from JavaScriptCore
DFGNaturalLoops.h 2.0 KB 221196   8 years sbarati Support compiling catch in the DFG …
DFGNode.cpp 9.7 KB 244324   6 years sbarati Modify how we do SetArgument when we inline varargs calls …
DFGNode.h 80.6 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGNodeAbstractValuePair.cpp 1.6 KB 208373   9 years fpizlo DFG plays fast and loose with the shadow values of a Phi …
DFGNodeAbstractValuePair.h 1.8 KB 208373   9 years fpizlo DFG plays fast and loose with the shadow values of a Phi …
DFGNodeFlags.cpp 4.2 KB 237972   7 years ticaiolima [BigInt] Add support to BigInt into ValueAdd …
DFGNodeFlags.h 6.7 KB 237972   7 years ticaiolima [BigInt] Add support to BigInt into ValueAdd …
DFGNodeFlowProjection.cpp 1.7 KB 208373   9 years fpizlo DFG plays fast and loose with the shadow values of a Phi …
DFGNodeFlowProjection.h 4.3 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGNodeOrigin.cpp 1.6 KB 201182   9 years fpizlo DFG::LICMPhase shouldn't hoist type checks unless it knows that the …
DFGNodeOrigin.h 3.8 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGNodeType.h 28.1 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGNullAbstractState.h 2.2 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGObjectAllocationSinkingPhase.cpp 94.8 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGObjectAllocationSinkingPhase.h 1.8 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGObjectMaterializationData.cpp 1.6 KB 199075   9 years fpizlo Source/JavaScriptCore: DFG and FTL should constant-fold RegExpExec, …
DFGObjectMaterializationData.h 1.7 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGOperations.cpp 166.0 KB 252825   5 years sbarati Use LLInt profiling to rule out generating an IC for get_by_val …
DFGOperations.h 30.9 KB 252825   5 years sbarati Use LLInt profiling to rule out generating an IC for get_by_val …
DFGOpInfo.h 2.7 KB 217769   8 years utatane.tea [JSC] Drop OS(DARWIN) for uintptr_t type conflict …
DFGOSRAvailabilityAnalysisPhase.cpp 12.3 KB 243232   6 years rmorisset Compress CodeOrigin into a single word in the common case …
DFGOSRAvailabilityAnalysisPhase.h 2.5 KB 245035   6 years rmorisset [B3] Constants should be hoisted to the root block until moveConstants …
DFGOSREntry.cpp 17.8 KB 251903   6 years ysuzuki [JSC] Remove metadata(CallFrame*) accessor …
DFGOSREntry.h 3.3 KB 251903   6 years ysuzuki [JSC] Remove metadata(CallFrame*) accessor …
DFGOSREntrypointCreationPhase.cpp 6.5 KB 251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
DFGOSREntrypointCreationPhase.h 2.0 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGOSRExit.cpp 76.2 KB 252756   5 years pvollan Fix Win64 compile errors …
DFGOSRExit.h 6.2 KB 251518   6 years ysuzuki [JSC] Figure out missing prepareCallOperation …
DFGOSRExitBase.cpp 2.4 KB 243232   6 years rmorisset Compress CodeOrigin into a single word in the common case …
DFGOSRExitBase.h 3.0 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGOSRExitCompilationInfo.h 1.7 KB 236585   7 years sbarati DFG::OSRExit::m_patchableCodeOffset should not be an int …
DFGOSRExitCompilerCommon.cpp 21.1 KB 253083   5 years sbarati Remove "patch" struct from StructureStubInfo because it adds …
DFGOSRExitCompilerCommon.h 6.3 KB 251518   6 years ysuzuki [JSC] Figure out missing prepareCallOperation …
DFGOSRExitFuzz.cpp 1.7 KB 186605   10 years fpizlo OSR exit fuzzing should allow us to select a static exit site …
DFGOSRExitFuzz.h 1.8 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGOSRExitJumpPlaceholder.cpp 1.9 KB 164229   11 years ossy Move back primary header includes next to config.h …
DFGOSRExitJumpPlaceholder.h 2.0 KB 218794   8 years annulen Remove excessive headers from JavaScriptCore
DFGPhantomInsertionPhase.cpp 7.4 KB 250058   6 years sbarati Phantom insertion phase may disagree with arguments forwarding about …
DFGPhantomInsertionPhase.h 1.5 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGPhase.cpp 2.1 KB 248642   6 years mark.lam Add phase, block, and node numbers to left margin of DFG graph dumps. …
DFGPhase.h 2.8 KB 248642   6 years mark.lam Add phase, block, and node numbers to left margin of DFG graph dumps. …
DFGPhiChildren.cpp 2.0 KB 173993   11 years fpizlo FTL should sink object allocations …
DFGPhiChildren.h 2.8 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGPlan.cpp 27.0 KB 253243   5 years mark.lam The compiler thread should not adjust Identifier refCounts. …
DFGPlan.h 6.8 KB 253243   5 years mark.lam The compiler thread should not adjust Identifier refCounts. …
DFGPlanInlines.h 1.9 KB 234178   7 years mark.lam Refactoring: make DFG::Plan a class. …
DFGPreciseLocalClobberize.h 11.5 KB 243232   6 years rmorisset Compress CodeOrigin into a single word in the common case …
DFGPredictionInjectionPhase.cpp 3.7 KB 242192   6 years ysuzuki [JSC] mustHandleValues for dead bytecode locals should be ignored in …
DFGPredictionInjectionPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGPredictionPropagationPhase.cpp 48.4 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGPredictionPropagationPhase.h 2.3 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGPrePostNumbering.cpp 0 bytes 221196   8 years sbarati Support compiling catch in the DFG …
DFGPrePostNumbering.h 0 bytes 221196   8 years sbarati Support compiling catch in the DFG …
DFGPromotedHeapLocation.cpp 4.0 KB 249509   6 years ysuzuki [JSC] Make Promise implementation faster …
DFGPromotedHeapLocation.h 7.3 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGPropertyTypeKey.h 3.7 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGPureValue.cpp 2.0 KB 244088   6 years ross.kirsling JSC should build successfully even with -DENABLE_UNIFIED_BUILDS=OFF …
DFGPureValue.h 5.1 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGPutStackSinkingPhase.cpp 29.5 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGPutStackSinkingPhase.h 1.7 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGRegisterBank.h 12.3 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGRegisteredStructure.h 2.2 KB 218794   8 years annulen Remove excessive headers from JavaScriptCore
DFGRegisteredStructureSet.cpp 3.2 KB 239951   6 years yusukesuzuki [JSC] Do not use asArrayModes() with Structures because it discards …
DFGRegisteredStructureSet.h 2.4 KB 243163   6 years mcatanzaro Build cleanly with GCC 9 …
DFGSafepoint.cpp 3.6 KB 253243   5 years mark.lam The compiler thread should not adjust Identifier refCounts. …
DFGSafepoint.h 2.3 KB 234178   7 years mark.lam Refactoring: make DFG::Plan a class. …
DFGSafeToExecute.h 19.4 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGSaneStringGetByValSlowPathGenerator.h 3.4 KB 251425   6 years ysuzuki [JSC] Thread JSGlobalObject* instead of ExecState* …
DFGScannable.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGScoreBoard.h 6.1 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGSilentRegisterSavePlan.h 3.4 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGSlowPathGenerator.h 9.4 KB 248846   6 years ysuzuki [WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique …
DFGSnippetParams.cpp 2.3 KB 217523   8 years utatane.tea [DOMJIT] Move DOMJIT patchpoint infrastructure out of domjit …
DFGSnippetParams.h 2.1 KB 218794   8 years annulen Remove excessive headers from JavaScriptCore
DFGSpeculativeJIT32_64.cpp 152.6 KB 253263   5 years sbarati Unreviewed. Roll out r253201. It was not a progression on any …
DFGSpeculativeJIT64.cpp 200.9 KB 253263   5 years sbarati Unreviewed. Roll out r253201. It was not a progression on any …
DFGSpeculativeJIT.cpp 525.0 KB 253263   5 years sbarati Unreviewed. Roll out r253201. It was not a progression on any …
DFGSpeculativeJIT.h 88.0 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGSSACalculator.cpp 4.5 KB 221196   8 years sbarati Support compiling catch in the DFG …
DFGSSACalculator.h 10.8 KB 221196   8 years sbarati Support compiling catch in the DFG …
DFGSSAConversionPhase.cpp 22.1 KB 251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
DFGSSAConversionPhase.h 3.6 KB 223047   8 years rmorisset Source/JavaScriptCore: Make the names of the options consistent …
DFGSSALoweringPhase.cpp 5.4 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGSSALoweringPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGStackLayoutPhase.cpp 9.9 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGStackLayoutPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGStaticExecutionCountEstimationPhase.cpp 3.7 KB 221602   8 years sbarati Support compiling catch in the FTL …
DFGStaticExecutionCountEstimationPhase.h 1.9 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGStoreBarrierClusteringPhase.cpp 6.3 KB 244433   6 years sbarati Remove useConcurrentBarriers option …
DFGStoreBarrierClusteringPhase.h 4.1 KB 206555   9 years fpizlo The write barrier should be down with TSO …
DFGStoreBarrierInsertionPhase.cpp 20.2 KB 250630   6 years ysuzuki [JSC] AsyncGenerator should have internal fields …
DFGStoreBarrierInsertionPhase.h 2.0 KB 206555   9 years fpizlo The write barrier should be down with TSO …
DFGStrengthReductionPhase.cpp 42.3 KB 252514   6 years ysuzuki [JSC] DFG strength reduction should define "groups" for RegExp …
DFGStrengthReductionPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGStructureAbstractValue.cpp 11.0 KB 211237   8 years sbarati Harden how the compiler references GC objects …
DFGStructureAbstractValue.h 9.1 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGStructureClobberState.h 2.3 KB 224689   8 years rmorisset The memory consumption of DFG::BasicBlock can be easily reduced a bit …
DFGThreadData.cpp 1.6 KB 207545   9 years fpizlo DFG worklist should use AutomaticThread …
DFGThreadData.h 1.8 KB 207545   9 years fpizlo DFG worklist should use AutomaticThread …
DFGThunks.cpp 7.2 KB 251518   6 years ysuzuki [JSC] Figure out missing prepareCallOperation …
DFGThunks.h 1.7 KB 249175   6 years mark.lam Refactor to use VM& instead of VM* at as many places as possible. …
DFGTierUpCheckInjectionPhase.cpp 7.9 KB 251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
DFGTierUpCheckInjectionPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGToFTLDeferredCompilationCallback.cpp 3.2 KB 241222   6 years ysuzuki [JSC] Shrink sizeof(CodeBlock) more …
DFGToFTLDeferredCompilationCallback.h 2.0 KB 218794   8 years annulen Remove excessive headers from JavaScriptCore
DFGToFTLForOSREntryDeferredCompilationCallback.cpp 3.8 KB 251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
DFGToFTLForOSREntryDeferredCompilationCallback.h 2.2 KB 218794   8 years annulen Remove excessive headers from JavaScriptCore
DFGTransition.cpp 1.7 KB 211237   8 years sbarati Harden how the compiler references GC objects …
DFGTransition.h 1.9 KB 211237   8 years sbarati Harden how the compiler references GC objects …
DFGTypeCheckHoistingPhase.cpp 23.9 KB 244193   6 years sbarati Rename SetArgument to SetArgumentDefinitely …
DFGTypeCheckHoistingPhase.h 1.7 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGUnificationPhase.cpp 3.6 KB 198364   9 years fpizlo Replace all of the various non-working and non-compiling sampling …
DFGUnificationPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGUseKind.cpp 4.9 KB 251826   6 years ysuzuki [JSC] Date functions should have intrinsic …
DFGUseKind.h 8.5 KB 251826   6 years ysuzuki [JSC] Date functions should have intrinsic …
DFGValidate.cpp 43.3 KB 252328   6 years commit-queue Typo in assertion in validateCPS in DFGValidate.cpp ("Unexecpted") …
DFGValidate.h 1.6 KB 218794   8 years annulen Remove excessive headers from JavaScriptCore
DFGValueRepReductionPhase.cpp 12.1 KB 248642   6 years mark.lam Add phase, block, and node numbers to left margin of DFG graph dumps. …
DFGValueRepReductionPhase.h 1.5 KB 243744   6 years sbarati Add a ValueRepReduction phase …
DFGValueSource.cpp 2.4 KB 181993   10 years fpizlo Heap variables shouldn't end up in the stack frame …
DFGValueSource.h 6.0 KB 244578   6 years ysuzuki [JSC] Use node index as DFG::MinifiedID …
DFGValueStrength.cpp 1.7 KB 186691   10 years fpizlo DFG fragile frozen values are fundamentally broken …
DFGValueStrength.h 2.3 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGVarargsForwardingPhase.cpp 16.7 KB 252684   6 years sbarati GetByVal should use polymorphic access and hook into a status object …
DFGVarargsForwardingPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGVariableAccessData.cpp 7.1 KB 244238   6 years sbarati r244079 logically broke shouldSpeculateInt52 …
DFGVariableAccessData.h 6.4 KB 248546   6 years ysuzuki [WTF][JSC] Make JSC and WTF aggressively-fast-malloced …
DFGVariableAccessDataDump.cpp 2.4 KB 181993   10 years fpizlo Heap variables shouldn't end up in the stack frame …
DFGVariableAccessDataDump.h 1.7 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGVariableEvent.cpp 3.1 KB 183307   10 years fpizlo CRASH in operationCreateDirectArgumentsDuringExit() …
DFGVariableEvent.h 9.8 KB 245270   6 years ysuzuki [JSC] Compress JIT related data more by using Packed<> …
DFGVariableEventStream.cpp 10.5 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGVariableEventStream.h 2.4 KB 222871   8 years mark.lam Add support for using Probe DFG OSR Exit behind a runtime flag. …
DFGVirtualRegisterAllocationPhase.cpp 4.5 KB 210023   8 years annulen Modernize for loops in JSC …
DFGVirtualRegisterAllocationPhase.h 1.8 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGWatchpointCollectionPhase.cpp 4.4 KB 250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
DFGWatchpointCollectionPhase.h 1.6 KB 206525   9 years ryanhaddad Unreviewed, rolling out r206522. Roll r206506 back in since the build …
DFGWorklist.cpp 22.8 KB 253358   5 years mark.lam Worklist::deleteCancelledPlansForVM() should not assume that a …
DFGWorklist.h 4.9 KB 253243   5 years mark.lam The compiler thread should not adjust Identifier refCounts. …
DFGWorklistInlines.h 2.2 KB 234178   7 years mark.lam Refactoring: make DFG::Plan a class. …
testdfg.cpp 3.8 KB 244712   6 years don.olmstead [CMake] Add WEBKIT_EXECUTABLE macro …
Note: See TracBrowser for help on using the repository browser.