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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @285651   4 years msaboff Inline RegExp.test JIT code in DFG and FTL …
(edit) @262425   5 years sbarati MultiDeleteByOffset should not always def …
(edit) @261755   5 years ross.kirsling [IWYU] Remove unnecessary includes from JSC implementation files …
(edit) @259583   5 years justin_michaud Allow deleteById to be cached in the DFG …
(edit) @255482   5 years mark.lam Some improvements to DFG and FTL dumps to improve readability and …
(edit) @253987   5 years ysuzuki Experiment: create lots of different malloc zones for easier …
(edit) @244324   6 years sbarati Modify how we do SetArgument when we inline varargs calls …
(edit) @244193   6 years sbarati Rename SetArgument to SetArgumentDefinitely …
(edit) @239324   6 years yusukesuzuki [JSC] Optimize Object.keys by caching own keys results in …
(edit) @239231   6 years commit-queue Unreviewed, rolling out r239153, r239154, and r239155. …
(edit) @239153   6 years yusukesuzuki [JSC] Optimize Object.keys by caching own keys results in …
(edit) @235538   7 years sbarati convertToRegExpMatchFastGlobal must use KnownString as the child use …
(edit) @232000   7 years fpizlo DFG should inline InstanceOf ICs …
(edit) @230964   7 years fpizlo DFG CSE should know how to decay a MultiGetByOffset …
(edit) @229514   7 years utatane.tea [FTL] Drop NewRegexp for String.prototype.match with RegExp + global …
(edit) @228411   7 years sbarati Add a GetIndexMask node and make it an input to GetByVal for array and …
(edit) @227107   7 years utatane.tea [DFG][FTL] Introduce PhantomNewRegexp and RegExpExecNonGlobalOrSticky …
(edit) @227106   7 years utatane.tea [FTL] Remove unused helper functions to convert node to PutHint …
(edit) @213939   8 years fpizlo Record the HashSet/HashMap operations in DFG/FTL/B3 and replay them in …
(edit) @211247   8 years keith_miller classInfo should take a VM so it is not materialized from the object …
(edit) @211237   8 years sbarati Harden how the compiler references GC objects …
(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) @208320   9 years utatane.tea [DOMJIT] Add DOMJIT::Signature …
(edit) @207475   9 years fpizlo DFG and FTL should be able to use DirectCall ICs when they proved the …
(edit) @205107   9 years sbarati Make SpeculatedType a 64-bit integer …
(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) @200034   9 years mark.lam Renaming SpecInt32, SpecInt52, MachineInt to SpecInt32Only, …
(edit) @197833   9 years fpizlo DFG should be able to constant-fold strings …
(edit) @184318   10 years fpizlo Creating a new blank document in icloud pages causes an AI error: …
(edit) @183812   10 years basile_clement Allow CreateActivation sinking …
(edit) @183497   10 years fpizlo DFG should not use or preserve Phantoms during transformations …
(edit) @181993   10 years fpizlo Heap variables shouldn't end up in the stack frame …
(edit) @181650   10 years fpizlo DFG IR shouldn't have a separate node for every kind of put hint that …
(edit) @180691   10 years fpizlo DFG SSA stack accesses shouldn't speak of VariableAccessDatas …
(edit) @180160   10 years fpizlo DFG SSA should use GetLocal for arguments, and the GetArgument node …
(edit) @174165   11 years fpizlo DFG SSA should use PutLocal/KillLocal instead of SetLocal to …
(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) @171660   11 years fpizlo Merge r170090, r170092, r170129, r170141, r170161, r170215, r170275, …
(edit) @171648   11 years fpizlo Unreviewed, roll out r171641-r171644. It broke some tests; will …
(edit) @171641   11 years fpizlo Merge r170090, r170092, r170129, r170141, r170161, r170215, r170275, …
(edit) @167325   11 years fpizlo DFG IR should keep the data flow of doubles and int52's separate from …
(edit) @164620   11 years fpizlo FTL should do polymorphic PutById inlining …
(edit) @164417   11 years fpizlo DFG should have a way of carrying and preserving conditional branch …
(edit) @164229   11 years ossy Move back primary header includes next to config.h …
(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) @163760   11 years fpizlo Never include *Inlines.h files in interface headers, and never include …
(edit) @161126   11 years fpizlo Get rid of DFG forward exiting …
(edit) @153274   12 years oliver fourthTier: DFG should have an SSA form for use by FTL …
(edit) @153248   12 years oliver fourthTier: DFG should support switch_string …
(edit) @153235   12 years oliver fourthTier: FTL should support SwitchChar …
(add) @141069   12 years fpizlo DFG should not use a graph that is a vector, Nodes shouldn't move …
Note: See TracRevisionLog for help on using the revision log.