Ignore:
Timestamp:
Feb 10, 2014, 10:20:44 AM (12 years ago)
Author:
[email protected]
Message:

Remove extra includes from DFG
https://bugs.webkit.org/show_bug.cgi?id=126983

Patch by Peter Molnar <[email protected]> on 2014-02-10
Reviewed by Andreas Kling.

  • dfg/DFGAbstractInterpreter.h:
  • dfg/DFGAbstractValue.h:
  • dfg/DFGAdjacencyList.h:
  • dfg/DFGArgumentPosition.h:
  • dfg/DFGArgumentsSimplificationPhase.cpp:
  • dfg/DFGArrayMode.cpp:
  • dfg/DFGArrayifySlowPathGenerator.h:
  • dfg/DFGAtTailAbstractState.h:
  • dfg/DFGAvailability.h:
  • dfg/DFGBackwardsPropagationPhase.cpp:
  • dfg/DFGBasicBlock.h:
  • dfg/DFGBasicBlockInlines.h:
  • dfg/DFGByteCodeParser.cpp:
  • dfg/DFGCFAPhase.cpp:
  • dfg/DFGCFGSimplificationPhase.cpp:
  • dfg/DFGCPSRethreadingPhase.cpp:
  • dfg/DFGCSEPhase.cpp:
  • dfg/DFGCallArrayAllocatorSlowPathGenerator.h:
  • dfg/DFGCapabilities.cpp:
  • dfg/DFGCapabilities.h:
  • dfg/DFGClobberize.h:
  • dfg/DFGCommonData.cpp:
  • dfg/DFGConstantFoldingPhase.cpp:
  • dfg/DFGCriticalEdgeBreakingPhase.cpp:
  • dfg/DFGDCEPhase.cpp:
  • dfg/DFGDominators.h:
  • dfg/DFGDriver.cpp:
  • dfg/DFGDriver.h:
  • dfg/DFGFixupPhase.cpp:
  • dfg/DFGFlushLivenessAnalysisPhase.cpp:
  • dfg/DFGGenerationInfo.h:
  • dfg/DFGGraph.cpp:
  • dfg/DFGGraph.h:
  • dfg/DFGInPlaceAbstractState.cpp:
  • dfg/DFGInPlaceAbstractState.h:
  • dfg/DFGInlineCacheWrapperInlines.h:
  • dfg/DFGInvalidationPointInjectionPhase.cpp:
  • dfg/DFGJITCode.h:
  • dfg/DFGJITCompiler.cpp:
  • dfg/DFGJITCompiler.h:
  • dfg/DFGJITFinalizer.cpp:
  • dfg/DFGJITFinalizer.h:
  • dfg/DFGLICMPhase.cpp:
  • dfg/DFGLivenessAnalysisPhase.cpp:
  • dfg/DFGLoopPreHeaderCreationPhase.cpp:
  • dfg/DFGMinifiedNode.h:
  • dfg/DFGNaturalLoops.h:
  • dfg/DFGNode.cpp:
  • dfg/DFGNode.h:
  • dfg/DFGOSRAvailabilityAnalysisPhase.cpp:
  • dfg/DFGOSREntry.cpp:
  • dfg/DFGOSREntrypointCreationPhase.cpp:
  • dfg/DFGOSRExit.cpp:
  • dfg/DFGOSRExit.h:
  • dfg/DFGOSRExitBase.cpp:
  • dfg/DFGOSRExitCompilationInfo.h:
  • dfg/DFGOSRExitCompiler.cpp:
  • dfg/DFGOSRExitCompiler32_64.cpp:
  • dfg/DFGOSRExitCompiler64.cpp:
  • dfg/DFGOSRExitJumpPlaceholder.cpp:
  • dfg/DFGOperations.cpp:
  • dfg/DFGPhase.h:
  • dfg/DFGPlan.h:
  • dfg/DFGPredictionInjectionPhase.cpp:
  • dfg/DFGPredictionPropagationPhase.cpp:
  • dfg/DFGResurrectionForValidationPhase.cpp:
  • dfg/DFGSSAConversionPhase.cpp:
  • dfg/DFGSSALoweringPhase.cpp:
  • dfg/DFGSaneStringGetByValSlowPathGenerator.h:
  • dfg/DFGSlowPathGenerator.h:
  • dfg/DFGSpeculativeJIT.cpp:
  • dfg/DFGSpeculativeJIT.h:
  • dfg/DFGSpeculativeJIT32_64.cpp:
  • dfg/DFGSpeculativeJIT64.cpp:
  • dfg/DFGStackLayoutPhase.cpp:
  • dfg/DFGStoreBarrierElisionPhase.cpp:
  • dfg/DFGStrengthReductionPhase.cpp:
  • dfg/DFGThunks.cpp:
  • dfg/DFGTierUpCheckInjectionPhase.cpp:
  • dfg/DFGTypeCheckHoistingPhase.cpp:
  • dfg/DFGUnificationPhase.cpp:
  • dfg/DFGValidate.h:
  • dfg/DFGValueSource.h:
  • dfg/DFGVariableAccessData.h:
  • dfg/DFGVariableAccessDataDump.cpp:
  • dfg/DFGVariableEvent.h:
  • dfg/DFGVariableEventStream.h:
  • dfg/DFGVirtualRegisterAllocationPhase.cpp:
  • dfg/DFGWatchpointCollectionPhase.cpp:
  • dfg/DFGWorklist.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r163794 r163796  
     12014-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
    1992014-02-10  Filip Pizlo  <[email protected]>
    2100
Note: See TracChangeset for help on using the changeset viewer.