Changeset 163796 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Feb 10, 2014, 10:20:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r163794 r163796 1 2014-02-10 Peter Molnar <[email protected]> 2 3 Remove extra includes from DFG 4 https://bugs.webkit.org/show_bug.cgi?id=126983 5 6 Reviewed by Andreas Kling. 7 8 * dfg/DFGAbstractInterpreter.h: 9 * dfg/DFGAbstractValue.h: 10 * dfg/DFGAdjacencyList.h: 11 * dfg/DFGArgumentPosition.h: 12 * dfg/DFGArgumentsSimplificationPhase.cpp: 13 * dfg/DFGArrayMode.cpp: 14 * dfg/DFGArrayifySlowPathGenerator.h: 15 * dfg/DFGAtTailAbstractState.h: 16 * dfg/DFGAvailability.h: 17 * dfg/DFGBackwardsPropagationPhase.cpp: 18 * dfg/DFGBasicBlock.h: 19 * dfg/DFGBasicBlockInlines.h: 20 * dfg/DFGByteCodeParser.cpp: 21 * dfg/DFGCFAPhase.cpp: 22 * dfg/DFGCFGSimplificationPhase.cpp: 23 * dfg/DFGCPSRethreadingPhase.cpp: 24 * dfg/DFGCSEPhase.cpp: 25 * dfg/DFGCallArrayAllocatorSlowPathGenerator.h: 26 * dfg/DFGCapabilities.cpp: 27 * dfg/DFGCapabilities.h: 28 * dfg/DFGClobberize.h: 29 * dfg/DFGCommonData.cpp: 30 * dfg/DFGConstantFoldingPhase.cpp: 31 * dfg/DFGCriticalEdgeBreakingPhase.cpp: 32 * dfg/DFGDCEPhase.cpp: 33 * dfg/DFGDominators.h: 34 * dfg/DFGDriver.cpp: 35 * dfg/DFGDriver.h: 36 * dfg/DFGFixupPhase.cpp: 37 * dfg/DFGFlushLivenessAnalysisPhase.cpp: 38 * dfg/DFGGenerationInfo.h: 39 * dfg/DFGGraph.cpp: 40 * dfg/DFGGraph.h: 41 * dfg/DFGInPlaceAbstractState.cpp: 42 * dfg/DFGInPlaceAbstractState.h: 43 * dfg/DFGInlineCacheWrapperInlines.h: 44 * dfg/DFGInvalidationPointInjectionPhase.cpp: 45 * dfg/DFGJITCode.h: 46 * dfg/DFGJITCompiler.cpp: 47 * dfg/DFGJITCompiler.h: 48 * dfg/DFGJITFinalizer.cpp: 49 * dfg/DFGJITFinalizer.h: 50 * dfg/DFGLICMPhase.cpp: 51 * dfg/DFGLivenessAnalysisPhase.cpp: 52 * dfg/DFGLoopPreHeaderCreationPhase.cpp: 53 * dfg/DFGMinifiedNode.h: 54 * dfg/DFGNaturalLoops.h: 55 * dfg/DFGNode.cpp: 56 * dfg/DFGNode.h: 57 * dfg/DFGOSRAvailabilityAnalysisPhase.cpp: 58 * dfg/DFGOSREntry.cpp: 59 * dfg/DFGOSREntrypointCreationPhase.cpp: 60 * dfg/DFGOSRExit.cpp: 61 * dfg/DFGOSRExit.h: 62 * dfg/DFGOSRExitBase.cpp: 63 * dfg/DFGOSRExitCompilationInfo.h: 64 * dfg/DFGOSRExitCompiler.cpp: 65 * dfg/DFGOSRExitCompiler32_64.cpp: 66 * dfg/DFGOSRExitCompiler64.cpp: 67 * dfg/DFGOSRExitJumpPlaceholder.cpp: 68 * dfg/DFGOperations.cpp: 69 * dfg/DFGPhase.h: 70 * dfg/DFGPlan.h: 71 * dfg/DFGPredictionInjectionPhase.cpp: 72 * dfg/DFGPredictionPropagationPhase.cpp: 73 * dfg/DFGResurrectionForValidationPhase.cpp: 74 * dfg/DFGSSAConversionPhase.cpp: 75 * dfg/DFGSSALoweringPhase.cpp: 76 * dfg/DFGSaneStringGetByValSlowPathGenerator.h: 77 * dfg/DFGSlowPathGenerator.h: 78 * dfg/DFGSpeculativeJIT.cpp: 79 * dfg/DFGSpeculativeJIT.h: 80 * dfg/DFGSpeculativeJIT32_64.cpp: 81 * dfg/DFGSpeculativeJIT64.cpp: 82 * dfg/DFGStackLayoutPhase.cpp: 83 * dfg/DFGStoreBarrierElisionPhase.cpp: 84 * dfg/DFGStrengthReductionPhase.cpp: 85 * dfg/DFGThunks.cpp: 86 * dfg/DFGTierUpCheckInjectionPhase.cpp: 87 * dfg/DFGTypeCheckHoistingPhase.cpp: 88 * dfg/DFGUnificationPhase.cpp: 89 * dfg/DFGValidate.h: 90 * dfg/DFGValueSource.h: 91 * dfg/DFGVariableAccessData.h: 92 * dfg/DFGVariableAccessDataDump.cpp: 93 * dfg/DFGVariableEvent.h: 94 * dfg/DFGVariableEventStream.h: 95 * dfg/DFGVirtualRegisterAllocationPhase.cpp: 96 * dfg/DFGWatchpointCollectionPhase.cpp: 97 * dfg/DFGWorklist.cpp: 98 1 99 2014-02-10 Filip Pizlo <[email protected]> 2 100
Note:
See TracChangeset
for help on using the changeset viewer.