source:
webkit/trunk/Source/JavaScriptCore/dfg@
174455
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
DFGAbstractHeap.cpp | 2.2 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGAbstractHeap.h | 9.2 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGAbstractInterpreter.h | 6.7 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGAbstractInterpreterInlines.h | 77.6 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGAbstractValue.cpp | 12.9 KB | 172737 | 11 years | REGRESSION(r172129): ftlopt branch merge made performance tests flakey … | |
DFGAbstractValue.h | 13.4 KB | 172737 | 11 years | REGRESSION(r172129): ftlopt branch merge made performance tests flakey … | |
DFGAdjacencyList.h | 5.1 KB | 172129 | 11 years | Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, … | |
DFGAllocator.h | 7.3 KB | 171380 | 11 years | Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, … | |
DFGAnalysis.h | 2.7 KB | 173413 | 11 years | DFG should have a reusable SSA builder … | |
DFGArgumentPosition.h | 5.2 KB | 174371 | 11 years | Fixed compiler warnings on Windows build. … | |
DFGArgumentsSimplificationPhase.cpp | 33.4 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGArgumentsSimplificationPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGArithMode.cpp | 2.1 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGArithMode.h | 4.2 KB | 164059 | 11 years | Hoist and combine array bounds checks … | |
DFGArrayifySlowPathGenerator.h | 5.9 KB | 164764 | 11 years | Make JSCells have 32-bit Structure pointers … | |
DFGArrayMode.cpp | 23.4 KB | 171380 | 11 years | Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, … | |
DFGArrayMode.h | 14.5 KB | 165099 | 11 years | DFG and FTL should specialize for and support CompareStrictEq over … | |
DFGAtTailAbstractState.cpp | 2.0 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGAtTailAbstractState.h | 2.6 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGAvailability.cpp | 1.9 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGAvailability.h | 4.4 KB | 174165 | 11 years | DFG SSA should use PutLocal/KillLocal instead of SetLocal to … | |
DFGAvailabilityMap.cpp | 3.0 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGAvailabilityMap.h | 2.1 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGBackwardsPropagationPhase.cpp | 15.9 KB | 173069 | 11 years | FTL should be able to do polymorphic call inlining … | |
DFGBackwardsPropagationPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGBasicBlock.cpp | 4.3 KB | 174224 | 11 years | Object allocation sinking should have a sound story for picking … | |
DFGBasicBlock.h | 9.2 KB | 174224 | 11 years | Object allocation sinking should have a sound story for picking … | |
DFGBasicBlockInlines.h | 2.0 KB | 167325 | 11 years | DFG IR should keep the data flow of doubles and int52's separate from … | |
DFGBinarySwitch.cpp | 6.8 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGBinarySwitch.h | 4.2 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGBlockInsertionSet.cpp | 3.4 KB | 164459 | 11 years | DFG should do its own static estimates of execution frequency before … | |
DFGBlockInsertionSet.h | 2.1 KB | 169040 | 11 years | Removing some check-webkit-style warnings from ./dfg … | |
DFGBlockMap.h | 2.3 KB | 173072 | 11 years | DFG should compute immediate dominators using the O(n log n) form of … | |
DFGBlockMapInlines.h | 1.6 KB | 173072 | 11 years | DFG should compute immediate dominators using the O(n log n) form of … | |
DFGBlockSet.cpp | 1.7 KB | 173279 | 11 years | Beef up the DFG's CFG analyses to include iterated dominance frontiers … | |
DFGBlockSet.h | 3.7 KB | 173279 | 11 years | Beef up the DFG's CFG analyses to include iterated dominance frontiers … | |
DFGBlockSetInlines.h | 1.6 KB | 173279 | 11 years | Beef up the DFG's CFG analyses to include iterated dominance frontiers … | |
DFGBlockWorklist.cpp | 2.3 KB | 173072 | 11 years | DFG should compute immediate dominators using the O(n log n) form of … | |
DFGBlockWorklist.h | 4.8 KB | 173072 | 11 years | DFG should compute immediate dominators using the O(n log n) form of … | |
DFGBranchDirection.h | 2.9 KB | 171447 | 11 years | [EFL] Build fix after the [ftlopt] branch merge. Reviewed by Csaba … | |
DFGByteCodeParser.cpp | 168.1 KB | 174401 | 11 years | Remove op_new_captured_func … | |
DFGByteCodeParser.h | 1.6 KB | 153144 | 12 years | fourthTier: DFG::ByteCodeParser doesn't need ExecState* … | |
DFGCallArrayAllocatorSlowPathGenerator.h | 5.1 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGCapabilities.cpp | 8.8 KB | 174401 | 11 years | Remove op_new_captured_func … | |
DFGCapabilities.h | 6.0 KB | 172129 | 11 years | Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, … | |
DFGCFAPhase.cpp | 6.2 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGCFAPhase.h | 1.8 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGCFGSimplificationPhase.cpp | 16.8 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGCFGSimplificationPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGClobberize.cpp | 2.1 KB | 172129 | 11 years | Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, … | |
DFGClobberize.h | 31.0 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGClobberSet.cpp | 4.8 KB | 172129 | 11 years | Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, … | |
DFGClobberSet.h | 3.5 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGCommon.cpp | 3.3 KB | 171380 | 11 years | Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, … | |
DFGCommon.h | 12.4 KB | 173069 | 11 years | FTL should be able to do polymorphic call inlining … | |
DFGCommonData.cpp | 2.4 KB | 171380 | 11 years | Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, … | |
DFGCommonData.h | 3.9 KB | 172129 | 11 years | Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, … | |
DFGCompilationKey.cpp | 1.7 KB | 167814 | 11 years | DFG worklist scanning should not treat the key as a separate entity … | |
DFGCompilationKey.h | 3.3 KB | 167814 | 11 years | DFG worklist scanning should not treat the key as a separate entity … | |
DFGCompilationMode.cpp | 1.9 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGCompilationMode.h | 1.8 KB | 163027 | 11 years | Merge the jsCStack branch … | |
DFGConstantFoldingPhase.cpp | 26.7 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGConstantFoldingPhase.h | 1.8 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGCPSRethreadingPhase.cpp | 20.8 KB | 173069 | 11 years | FTL should be able to do polymorphic call inlining … | |
DFGCPSRethreadingPhase.h | 1.8 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGCriticalEdgeBreakingPhase.cpp | 3.4 KB | 174224 | 11 years | Object allocation sinking should have a sound story for picking … | |
DFGCriticalEdgeBreakingPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGCSEPhase.cpp | 25.1 KB | 173413 | 11 years | DFG should have a reusable SSA builder … | |
DFGCSEPhase.h | 2.3 KB | 172129 | 11 years | Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, … | |
DFGDCEPhase.cpp | 9.6 KB | 173626 | 11 years | DFG ref count calculation should be reusable … | |
DFGDCEPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGDesiredIdentifiers.cpp | 2.6 KB | 167897 | 11 years | GC should be able to remove things from the DFG worklist and cancel … | |
DFGDesiredIdentifiers.h | 2.0 KB | 167897 | 11 years | GC should be able to remove things from the DFG worklist and cancel … | |
DFGDesiredTransitions.cpp | 3.0 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGDesiredTransitions.h | 2.3 KB | 163691 | 11 years | GC should safepoint the DFG worklist in a smarter way rather than just … | |
DFGDesiredWatchpoints.cpp | 2.9 KB | 171380 | 11 years | Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, … | |
DFGDesiredWatchpoints.h | 4.5 KB | 171380 | 11 years | Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, … | |
DFGDesiredWeakReferences.cpp | 2.6 KB | 172737 | 11 years | REGRESSION(r172129): ftlopt branch merge made performance tests flakey … | |
DFGDesiredWeakReferences.h | 2.0 KB | 172737 | 11 years | REGRESSION(r172129): ftlopt branch merge made performance tests flakey … | |
DFGDesiredWriteBarriers.cpp | 3.4 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGDesiredWriteBarriers.h | 3.7 KB | 163691 | 11 years | GC should safepoint the DFG worklist in a smarter way rather than just … | |
DFGDisassembler.cpp | 7.5 KB | 170876 | 11 years | LinkBuffer should not keep a reference to the MacroAssembler … | |
DFGDisassembler.h | 3.3 KB | 170876 | 11 years | LinkBuffer should not keep a reference to the MacroAssembler … | |
DFGDoesGC.cpp | 6.5 KB | 174226 | 11 years | Do all closed variable access through the local lexical object … | |
DFGDoesGC.h | 1.5 KB | 171380 | 11 years | Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, … | |
DFGDominators.cpp | 17.2 KB | 173279 | 11 years | Beef up the DFG's CFG analyses to include iterated dominance frontiers … | |
DFGDominators.h | 7.3 KB | 173413 | 11 years | DFG should have a reusable SSA builder … | |
DFGDoubleFormatState.h | 3.1 KB | 140594 | 12 years | Replace ASSERT_NOT_REACHED with RELEASE_ASSERT_NOT_REACHED in JSC … | |
DFGDriver.cpp | 5.2 KB | 174167 | 11 years | Support the type profiler in the DFG … | |
DFGDriver.h | 2.0 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGEdge.cpp | 1.8 KB | 172176 | 11 years | Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, … | |
DFGEdge.h | 7.1 KB | 174371 | 11 years | Fixed compiler warnings on Windows build. … | |
DFGEdgeDominates.h | 2.4 KB | 172129 | 11 years | Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, … | |
DFGEdgeUsesStructure.h | 2.0 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGFailedFinalizer.cpp | 1.8 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGFailedFinalizer.h | 1.8 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGFiltrationResult.h | 1.6 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGFinalizer.cpp | 1.6 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGFinalizer.h | 1.9 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGFixupPhase.cpp | 79.4 KB | 174455 | 11 years | [Win] Resolve some static analysis warnings in JavaScriptCore … | |
DFGFixupPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGFlushedAt.cpp | 1.8 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGFlushedAt.h | 2.9 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGFlushFormat.cpp | 2.3 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGFlushFormat.h | 3.8 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGFrozenValue.cpp | 1.9 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGFrozenValue.h | 4.3 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGFunctionWhitelist.cpp | 3.6 KB | 173120 | 11 years | JavaScriptCore: Use ASCIILiteral where possible … | |
DFGFunctionWhitelist.h | 1.9 KB | 170583 | 11 years | Add missing ENABLE(DFG_JIT) guards … | |
DFGGenerationInfo.h | 14.0 KB | 163802 | 11 years | Unreviewed, roll out http://trac.webkit.org/changeset/163796 The … | |
DFGGraph.cpp | 45.8 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGGraph.h | 32.1 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGGraphSafepoint.cpp | 1.7 KB | 167897 | 11 years | GC should be able to remove things from the DFG worklist and cancel … | |
DFGGraphSafepoint.h | 1.7 KB | 167897 | 11 years | GC should be able to remove things from the DFG worklist and cancel … | |
DFGHeapLocation.cpp | 4.1 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGHeapLocation.h | 4.5 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGInlineCacheWrapper.h | 1.9 KB | 157685 | 12 years | Baseline JIT and DFG IC code generation should be unified and … | |
DFGInlineCacheWrapperInlines.h | 1.8 KB | 163802 | 11 years | Unreviewed, roll out http://trac.webkit.org/changeset/163796 The … | |
DFGInPlaceAbstractState.cpp | 15.6 KB | 174455 | 11 years | [Win] Resolve some static analysis warnings in JavaScriptCore … | |
DFGInPlaceAbstractState.h | 6.4 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGInsertionSet.h | 4.2 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGInsertOSRHintsForUpdate.cpp | 2.3 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGInsertOSRHintsForUpdate.h | 1.7 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGIntegerCheckCombiningPhase.cpp | 12.3 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGIntegerCheckCombiningPhase.h | 1.7 KB | 164059 | 11 years | Hoist and combine array bounds checks … | |
DFGInvalidationPointInjectionPhase.cpp | 3.8 KB | 173279 | 11 years | Beef up the DFG's CFG analyses to include iterated dominance frontiers … | |
DFGInvalidationPointInjectionPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGJITCode.cpp | 6.4 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGJITCode.h | 4.5 KB | 167515 | 11 years | Options::maximumExecutionCountsBetweenCheckpoints() should be higher … | |
DFGJITCompiler.cpp | 18.5 KB | 173069 | 11 years | FTL should be able to do polymorphic call inlining … | |
DFGJITCompiler.h | 12.0 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGJITFinalizer.cpp | 2.8 KB | 166121 | 11 years | Cut down on JSC profiler includes in WebCore & co. … | |
DFGJITFinalizer.h | 2.1 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGJumpReplacement.cpp | 1.8 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGJumpReplacement.h | 1.8 KB | 158304 | 12 years | Add InvalidationPoints to the DFG and use them for all watchpoints … | |
DFGLazyJSValue.cpp | 5.3 KB | 173069 | 11 years | FTL should be able to do polymorphic call inlining … | |
DFGLazyJSValue.h | 3.3 KB | 173069 | 11 years | FTL should be able to do polymorphic call inlining … | |
DFGLICMPhase.cpp | 10.7 KB | 173413 | 11 years | DFG should have a reusable SSA builder … | |
DFGLICMPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGLivenessAnalysisPhase.cpp | 5.2 KB | 171380 | 11 years | Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, … | |
DFGLivenessAnalysisPhase.h | 1.6 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGLongLivedState.cpp | 1.6 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGLongLivedState.h | 1.8 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGLoopPreHeaderCreationPhase.cpp | 4.3 KB | 174224 | 11 years | Object allocation sinking should have a sound story for picking … | |
DFGLoopPreHeaderCreationPhase.h | 2.3 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGMayExit.cpp | 2.5 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGMayExit.h | 1.7 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGMergeMode.h | 1.8 KB | 153282 | 12 years | fourthTier: Decouple the way that CFA stores its state from the way it … | |
DFGMinifiedGraph.h | 2.1 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGMinifiedID.h | 3.9 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGMinifiedNode.cpp | 1.9 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGMinifiedNode.h | 2.6 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGNaiveDominators.cpp | 4.2 KB | 173072 | 11 years | DFG should compute immediate dominators using the O(n log n) form of … | |
DFGNaiveDominators.h | 2.3 KB | 173072 | 11 years | DFG should compute immediate dominators using the O(n log n) form of … | |
DFGNaturalLoops.cpp | 7.6 KB | 173072 | 11 years | DFG should compute immediate dominators using the O(n log n) form of … | |
DFGNaturalLoops.h | 5.5 KB | 173072 | 11 years | DFG should compute immediate dominators using the O(n log n) form of … | |
DFGNode.cpp | 3.5 KB | 174165 | 11 years | DFG SSA should use PutLocal/KillLocal instead of SetLocal to … | |
DFGNode.h | 46.0 KB | 174167 | 11 years | Support the type profiler in the DFG … | |
DFGNodeAllocator.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGNodeFlags.cpp | 4.0 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGNodeFlags.h | 6.4 KB | 174371 | 11 years | Fixed compiler warnings on Windows build. … | |
DFGNodeOrigin.h | 2.2 KB | 174224 | 11 years | Object allocation sinking should have a sound story for picking … | |
DFGNodeType.h | 16.0 KB | 174226 | 11 years | Do all closed variable access through the local lexical object … | |
DFGObjectAllocationSinkingPhase.cpp | 38.5 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGObjectAllocationSinkingPhase.h | 2.0 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGObjectMaterializationData.cpp | 2.2 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGObjectMaterializationData.h | 2.5 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGOperations.cpp | 47.0 KB | 174167 | 11 years | Support the type profiler in the DFG … | |
DFGOperations.h | 13.3 KB | 174167 | 11 years | Support the type profiler in the DFG … | |
DFGOSRAvailabilityAnalysisPhase.cpp | 5.7 KB | 174165 | 11 years | DFG SSA should use PutLocal/KillLocal instead of SetLocal to … | |
DFGOSRAvailabilityAnalysisPhase.h | 2.6 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGOSREntry.cpp | 11.9 KB | 172129 | 11 years | Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, … | |
DFGOSREntry.h | 2.6 KB | 164205 | 11 years | DFG::prepareOSREntry should be nice to the stack … | |
DFGOSREntrypointCreationPhase.cpp | 5.9 KB | 167600 | 11 years | Take block execution count estimates into account when voting double … | |
DFGOSREntrypointCreationPhase.h | 2.1 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGOSRExit.cpp | 2.7 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGOSRExit.h | 3.8 KB | 166662 | 11 years | Added some more dataLog info for OSR exits. … | |
DFGOSRExitBase.cpp | 2.0 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGOSRExitBase.h | 2.5 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGOSRExitCompilationInfo.h | 1.8 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGOSRExitCompiler32_64.cpp | 17.6 KB | 168535 | 11 years | [Win] Crash when enabling DFG JIT. … | |
DFGOSRExitCompiler64.cpp | 17.6 KB | 168535 | 11 years | [Win] Crash when enabling DFG JIT. … | |
DFGOSRExitCompiler.cpp | 4.5 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGOSRExitCompiler.h | 2.4 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGOSRExitCompilerCommon.cpp | 19.9 KB | 174371 | 11 years | Fixed compiler warnings on Windows build. … | |
DFGOSRExitCompilerCommon.h | 2.1 KB | 164923 | 11 years | FTL should support PhantomArguments … | |
DFGOSRExitJumpPlaceholder.cpp | 1.9 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGOSRExitJumpPlaceholder.h | 2.1 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGOSRExitPreparation.cpp | 2.3 KB | 171362 | 11 years | Merge r168635, r168780, r169005, r169014, and r169143 from ftlopt. … | |
DFGOSRExitPreparation.h | 2.3 KB | 153121 | 12 years | fourthTier: Landing the initial FTL logic in a single commit to avoid … | |
DFGPhantomCanonicalizationPhase.cpp | 4.9 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGPhantomCanonicalizationPhase.h | 2.1 KB | 172176 | 11 years | Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, … | |
DFGPhantomRemovalPhase.cpp | 6.4 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGPhantomRemovalPhase.h | 1.9 KB | 172176 | 11 years | Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, … | |
DFGPhase.cpp | 2.0 KB | 173413 | 11 years | DFG should have a reusable SSA builder … | |
DFGPhase.h | 2.6 KB | 173413 | 11 years | DFG should have a reusable SSA builder … | |
DFGPhiChildren.cpp | 2.0 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGPhiChildren.h | 2.9 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGPlan.cpp | 17.0 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGPlan.h | 3.7 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGPreciseLocalClobberize.h | 6.7 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGPredictionInjectionPhase.cpp | 3.5 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGPredictionInjectionPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGPredictionPropagationPhase.cpp | 30.4 KB | 174226 | 11 years | Do all closed variable access through the local lexical object … | |
DFGPredictionPropagationPhase.h | 2.4 KB | 169040 | 11 years | Removing some check-webkit-style warnings from ./dfg … | |
DFGPrePostNumbering.cpp | 2.7 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGPrePostNumbering.h | 3.2 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGPromotedHeapLocation.cpp | 2.8 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGPromotedHeapLocation.h | 4.9 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGPromoteHeapAccess.h | 3.2 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGPureValue.cpp | 1.8 KB | 172129 | 11 years | Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, … | |
DFGPureValue.h | 4.0 KB | 172129 | 11 years | Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, … | |
DFGPutLocalSinkingPhase.cpp | 20.8 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGPutLocalSinkingPhase.h | 1.8 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGRegisterBank.h | 12.1 KB | 159886 | 11 years | Finally remove those DFG_ENABLE things … | |
DFGResurrectionForValidationPhase.cpp | 2.7 KB | 167325 | 11 years | DFG IR should keep the data flow of doubles and int52's separate from … | |
DFGResurrectionForValidationPhase.h | 2.0 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGSafepoint.cpp | 3.6 KB | 169595 | 11 years | DFG::Safepoint::begin() should set m_didCallBegin before releasing the … | |
DFGSafepoint.h | 2.3 KB | 167897 | 11 years | GC should be able to remove things from the DFG worklist and cancel … | |
DFGSafeToExecute.h | 9.3 KB | 174226 | 11 years | Do all closed variable access through the local lexical object … | |
DFGSaneStringGetByValSlowPathGenerator.h | 3.5 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGScannable.h | 1.6 KB | 163765 | 11 years | GC blocks on FTL and then badness … | |
DFGScoreBoard.h | 6.1 KB | 159886 | 11 years | Finally remove those DFG_ENABLE things … | |
DFGSilentRegisterSavePlan.h | 3.5 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGSlowPathGenerator.h | 17.2 KB | 168776 | 11 years | JIT breakpoints should be more informative … | |
DFGSpeculativeJIT32_64.cpp | 202.0 KB | 174226 | 11 years | Do all closed variable access through the local lexical object … | |
DFGSpeculativeJIT64.cpp | 196.8 KB | 174226 | 11 years | Do all closed variable access through the local lexical object … | |
DFGSpeculativeJIT.cpp | 194.2 KB | 174090 | 11 years | Don't use GPRResult unless you're flushing registers and making a … | |
DFGSpeculativeJIT.h | 121.2 KB | 174167 | 11 years | Support the type profiler in the DFG … | |
DFGSSACalculator.cpp | 4.6 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGSSACalculator.h | 10.8 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGSSAConversionPhase.cpp | 19.1 KB | 174165 | 11 years | DFG SSA should use PutLocal/KillLocal instead of SetLocal to … | |
DFGSSAConversionPhase.h | 4.1 KB | 173413 | 11 years | DFG should have a reusable SSA builder … | |
DFGSSALoweringPhase.cpp | 4.3 KB | 172176 | 11 years | Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, … | |
DFGSSALoweringPhase.h | 1.7 KB | 160347 | 11 years | Reveal array bounds checks in DFG IR … | |
DFGStackLayoutPhase.cpp | 11.4 KB | 174165 | 11 years | DFG SSA should use PutLocal/KillLocal instead of SetLocal to … | |
DFGStackLayoutPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGStaticExecutionCountEstimationPhase.cpp | 3.6 KB | 164459 | 11 years | DFG should do its own static estimates of execution frequency before … | |
DFGStaticExecutionCountEstimationPhase.h | 2.3 KB | 164459 | 11 years | DFG should do its own static estimates of execution frequency before … | |
DFGStoreBarrierElisionPhase.cpp | 4.3 KB | 171380 | 11 years | Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, … | |
DFGStoreBarrierElisionPhase.h | 1.6 KB | 160796 | 11 years | DFG should have a separate StoreBarrier node … | |
DFGStrengthReductionPhase.cpp | 12.9 KB | 172129 | 11 years | Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, … | |
DFGStrengthReductionPhase.h | 1.7 KB | 160292 | 11 years | Fold typedArray.length if typedArray is constant … | |
DFGStructureAbstractValue.cpp | 11.4 KB | 172737 | 11 years | REGRESSION(r172129): ftlopt branch merge made performance tests flakey … | |
DFGStructureAbstractValue.h | 7.9 KB | 172737 | 11 years | REGRESSION(r172129): ftlopt branch merge made performance tests flakey … | |
DFGStructureClobberState.h | 2.4 KB | 171447 | 11 years | [EFL] Build fix after the [ftlopt] branch merge. Reviewed by Csaba … | |
DFGStructureRegistrationPhase.cpp | 6.5 KB | 173993 | 11 years | FTL should sink object allocations … | |
DFGStructureRegistrationPhase.h | 2.3 KB | 172737 | 11 years | REGRESSION(r172129): ftlopt branch merge made performance tests flakey … | |
DFGThreadData.cpp | 1.6 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGThreadData.h | 1.8 KB | 163765 | 11 years | GC blocks on FTL and then badness … | |
DFGThunks.cpp | 6.5 KB | 170876 | 11 years | LinkBuffer should not keep a reference to the MacroAssembler … | |
DFGThunks.h | 1.6 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGTierUpCheckInjectionPhase.cpp | 5.5 KB | 173069 | 11 years | FTL should be able to do polymorphic call inlining … | |
DFGTierUpCheckInjectionPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGToFTLDeferredCompilationCallback.cpp | 3.2 KB | 165005 | 11 years | ASSERTION FAILED: m_numBreakpoints >= numBreakpoints when deleting … | |
DFGToFTLDeferredCompilationCallback.h | 2.2 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGToFTLForOSREntryDeferredCompilationCallback.cpp | 3.3 KB | 165005 | 11 years | ASSERTION FAILED: m_numBreakpoints >= numBreakpoints when deleting … | |
DFGToFTLForOSREntryDeferredCompilationCallback.h | 2.3 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGTransition.cpp | 1.7 KB | 171380 | 11 years | Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, … | |
DFGTransition.h | 2.0 KB | 171380 | 11 years | Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, … | |
DFGTypeCheckHoistingPhase.cpp | 23.1 KB | 171380 | 11 years | Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, … | |
DFGTypeCheckHoistingPhase.h | 1.8 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGUnificationPhase.cpp | 3.5 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGUnificationPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGUseKind.cpp | 3.4 KB | 172176 | 11 years | Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, … | |
DFGUseKind.h | 5.4 KB | 172176 | 11 years | Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, … | |
DFGValidate.cpp | 24.5 KB | 174318 | 11 years | FTL should sink PutLocals … | |
DFGValidate.h | 1.7 KB | 173413 | 11 years | DFG should have a reusable SSA builder … | |
DFGValueRecoveryOverride.h | 1.9 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGValueSource.cpp | 2.5 KB | 168051 | 11 years | Argument flush formats should not be presumed to be JSValue since … | |
DFGValueSource.h | 6.5 KB | 168051 | 11 years | Argument flush formats should not be presumed to be JSValue since … | |
DFGValueStrength.cpp | 1.8 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGValueStrength.h | 2.8 KB | 171666 | 11 years | Unreviewed build fix on the EFL port Build break because of … | |
DFGVariableAccessData.cpp | 7.4 KB | 174371 | 11 years | Fixed compiler warnings on Windows build. … | |
DFGVariableAccessData.h | 6.9 KB | 174371 | 11 years | Fixed compiler warnings on Windows build. … | |
DFGVariableAccessDataDump.cpp | 2.5 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGVariableAccessDataDump.h | 1.8 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGVariableEvent.cpp | 3.1 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGVariableEvent.h | 8.6 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGVariableEventStream.cpp | 7.4 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGVariableEventStream.h | 2.0 KB | 171613 | 11 years | Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, … | |
DFGVirtualRegisterAllocationPhase.cpp | 4.4 KB | 164229 | 11 years | Move back primary header includes next to config.h … | |
DFGVirtualRegisterAllocationPhase.h | 1.9 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGWatchpointCollectionPhase.cpp | 6.0 KB | 173069 | 11 years | FTL should be able to do polymorphic call inlining … | |
DFGWatchpointCollectionPhase.h | 1.7 KB | 164424 | 11 years | Get rid of redundant Platform.h includes … | |
DFGWorklist.cpp | 14.2 KB | 170774 | 11 years | Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500 … | |
DFGWorklist.h | 4.5 KB | 168459 | 11 years | Source/JavaScriptCore: Make Executable::clearCode() actually clear all … |
Note:
See TracBrowser
for help on using the repository browser.