source: webkit/trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @278253   4 years darin Remove WTF::Optional synonym for std::optional, using that class …
(edit) @278082   4 years tzagallo Merge all the JIT worklists into a shared worklist …
(edit) @277974   4 years sbarati Allow CTI stubs to be generated off the main thread …
(edit) @262928   5 years sbarati Replace uses of black/white list with block/allow list …
(edit) @261755   5 years ross.kirsling [IWYU] Remove unnecessary includes from JSC implementation files …
(edit) @254926   5 years sbarati Throw away baseline code if there is an optimized replacement …
(edit) @254735   5 years keith_miller Reland bytecode checkpoints since bugs have been fixed …
(edit) @254632   5 years keith_miller Revert bytecode checkpoints since it breaks watch …
(edit) @254558   5 years commit-queue Unreviewed, rolling out r254480, r254496, and r254517. …
(edit) @254480   5 years sbarati Throw away baseline code if there is an optimized replacement …
(edit) @253896   5 years keith_miller DFG/FTL should be able to exit to the middle of a bytecode …
(edit) @251468   6 years keith_miller BytecodeIndex should be a proper C++ class …
(edit) @244811   6 years sbarati CodeBlock::m_instructionCount is wrong …
(edit) @244764   6 years sbarati Make JITType an enum class …
(edit) @242192   6 years ysuzuki [JSC] mustHandleValues for dead bytecode locals should be ignored in …
(edit) @238162   7 years sbarati TypeProfileLog::processLogEntries should stash away any pending …
(edit) @234178   7 years mark.lam Refactoring: make DFG::Plan a class. …
(edit) @233122   7 years utatane.tea [WTF] Add user-defined literal for ASCIILiteral …
(edit) @231160   7 years utatane.tea [JSC] Remove arity fixup check if the number of parameters is 1 …
(edit) @222871   8 years mark.lam Add support for using Probe DFG OSR Exit behind a runtime flag. …
(edit) @222009   8 years mark.lam Rolling out r221832: Regresses Speedometer by ~4% and Dromaeo CSS YUI …
(edit) @221832   8 years mark.lam [Re-landing] Use JIT probes for DFG OSR exit. …
(edit) @221823   8 years ryanhaddad Unreviewed, rolling out r221774. This change introduced three debug …
(edit) @221774   8 years mark.lam Use JIT probes for DFG OSR exit. …
(edit) @218794   8 years annulen Remove excessive headers from JavaScriptCore
(edit) @216815   8 years ggaren [JSC] DFG::Node should not have its own allocator …
(edit) @212365   8 years utatane.tea [JSC] Drop PassRefPtr https://bugs.webkit.org/show_bug.cgi?id=168320
(edit) @209764   8 years commit-queue Unreviewed, rolling out r209725. …
(edit) @209725   8 years msaboff REGRESSION(r209653): speedometer crashes making virtual slow path …
(edit) @209678   8 years commit-queue Unreviewed, rolling out r209653, r209654, r209663, and r209673. …
(edit) @209653   8 years msaboff JSVALUE64: Pass arguments in platform argument registers when making …
(edit) @208777   9 years fpizlo Unreviewed, revert renaming useConcurrentJIT to useConcurrentJS. * …
(edit) @208761   9 years fpizlo Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS/ConcurrentJS …
(edit) @208306   9 years fpizlo The GC should be in a thread …
(edit) @204393   9 years commit-queue [JSC] Revert most of r203808
(edit) @203808   9 years commit-queue [JSC] DFG::Node should not have its own allocator …
(edit) @203704   9 years benjamin Unreviewed, rolling out r203703. It breaks some internal tests …
(edit) @203703   9 years commit-queue [JSC] DFG::Node should not have its own allocator …
(edit) @200543   9 years mark.lam Add JSC options bytecodeRangeToJITCompile and jitWhitelist. …
(edit) @198364   9 years fpizlo Replace all of the various non-working and non-compiling sampling …
(edit) @191058   10 years mark.lam Rename some JSC option names to be more uniform. …
(edit) @190827   10 years ggaren 2015-10-09 Geoffrey Garen <[email protected]> Unreviewed, …
(edit) @190809   10 years ggaren 2015-10-09 Geoffrey Garen <[email protected]> Unreviewed, …
(edit) @190694   10 years ggaren Unreviewed, rolling back in r190450
(edit) @190606   10 years commit-queue Unreviewed, rolling out r190589. …
(edit) @190589   10 years ggaren Unreviewed, rolling back in r190450
(edit) @190546   10 years commit-queue Unreviewed, rolling out r190522. …
(edit) @190522   10 years ggaren Unreviewed, rolling back in r190450
(edit) @190453   10 years ggaren 2015-10-01 Geoffrey Garen <[email protected]> Unreviewed, …
(edit) @190450   10 years ggaren CodeBlock should be a GC object …
(edit) @187505   10 years basile_clement Simplify call linking https://bugs.webkit.org/show_bug.cgi?id=147363
(edit) @183161   10 years mark.lam Fix assertion failure and race condition in …
(edit) @180956   10 years fpizlo JIT debugging features that selectively disable the JITs for code …
(edit) @179478   10 years fpizlo Polymorphic call inlining should be based on polymorphic call inline …
(edit) @179392   10 years akling Unreviewed, rolling out r179357 and r179358. …
(edit) @179357   10 years fpizlo Polymorphic call inlining should be based on polymorphic call inline …
(edit) @174167   11 years saambarati1 Support the type profiler in the DFG …
(edit) @173069   11 years fpizlo FTL should be able to do polymorphic call inlining …
(edit) @172961   11 years commit-queue Unreviewed, rolling out r172940. …
(edit) @172940   11 years fpizlo FTL should be able to do polymorphic call inlining …
(edit) @165405   11 years fpizlo Unreviewed, remove unintended change. * dfg/DFGDriver.cpp: …
(edit) @165401   11 years fpizlo Out-line ScratchRegisterAllocator Rubber stamped by Mark Hahnenberg. …
(edit) @164953   11 years mark.lam Clean up use of Options::enableConcurrentJIT(). …
(edit) @164734   11 years mark.lam Compilation policy management belongs in operationOptimize(), not the …
(edit) @164207   11 years fpizlo FTL should inline polymorphic heap accesses …
(edit) @163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
(edit) @163802   11 years fpizlo Unreviewed, roll out http://trac.webkit.org/changeset/163796 The …
(edit) @163796   11 years commit-queue Remove extra includes from DFG …
(edit) @163765   11 years fpizlo GC blocks on FTL and then badness …
(edit) @163027   11 years msaboff Merge the jsCStack branch …
(edit) @162940   11 years mark.lam Jettison DFG code when neither breakpoints or the profiler are active. …
(edit) @159276   12 years msaboff Change callToJavaScript thunk into an offline assembled stub …
(edit) @158751   12 years msaboff Change ctiTrampoline into a thunk …
(edit) @158535   12 years fpizlo FTL should use LLVM intrinsics for OSR exit, watchpoints, inline …
(edit) @157264   12 years fpizlo OSR exit using llvm.webkit.stackmap should pass more tests …
(edit) @155023   12 years fpizlo The DFG should be able to tier-up and OSR enter into the FTL …
(edit) @154854   12 years fpizlo Teach DFG::Worklist and its clients that it may be reused for …
(edit) @154833   12 years fpizlo CodeBlock::prepareForExecution() is silly …
(edit) @154824   12 years fpizlo CodeBlock compilation and installation should be simplified and …
(edit) @154814   12 years commit-queue Unreviewed, rolling out r154804. …
(edit) @154804   12 years fpizlo CodeBlock compilation and installation should be simplified and …
(edit) @153778   12 years fpizlo DFG FixupPhase should insert Int32ToDouble nodes for number uses in …
(edit) @153460   12 years carlosgc Unreviewed. Fix make distcheck. Source/JavaScriptCore: * …
(edit) @153234   12 years oliver fourthTier: DFG should have switch_char …
(edit) @153227   12 years oliver fourthTier: Concurrent JIT shouldn't try to recompute the …
(edit) @153179   12 years oliver fourthTier: rationalize DFG::CapabilityLevel and …
(edit) @153177   12 years oliver fourthTier: Rename getJITCode and getJITType to jitCode and jitType. …
(edit) @153169   12 years oliver fourthTier: DFG should be able to run on a separate thread …
(edit) @153165   12 years oliver fourthTier: Executable and CodeBlock should be aware of DFG::Plans …
(edit) @153161   12 years oliver fourthTier: DFG should separate link phase into things that must be …
(edit) @153144   12 years oliver fourthTier: DFG::ByteCodeParser doesn't need ExecState* …
(edit) @153134   12 years oliver fourthTier: ASSERT that commonly used not-thread-safe methods in the …
(edit) @153124   12 years oliver fourthTier: It should be possible to query WatchpointSets, and add …
(edit) @153121   12 years oliver fourthTier: Landing the initial FTL logic in a single commit to avoid …
(edit) @153116   12 years oliver fourthTier: put DFG data into a DFG::JITCode, and put common DFG and …
(edit) @153113   12 years oliver fourthTier: JITCode should abstract exactly how the JIT code is …
(edit) @149911   12 years mhahnenberg Rename StructureCheckHoistingPhase to TypeCheckHoistingPhase …
(edit) @149552   12 years msaboff There should be a runtime option to constrain what functions get DFG …
(edit) @148696   12 years ggaren Renamed JSGlobalData to VM …
(edit) @145489   12 years fpizlo DFG overflow check elimination is too smart for its own good …
Note: See TracRevisionLog for help on using the revision log.