2015-09-21 |
bmeurer | [ic] Also collect known map for relational comparison. |
blob | commitdiff | raw |
2015-09-17 |
bmeurer | [runtime] Initial step towards switching Execution... |
blob | commitdiff | raw | diff to current |
2015-09-17 |
machenbach | Revert of [runtime] Initial step towards switching... |
blob | commitdiff | raw | diff to current |
2015-09-17 |
bmeurer | [runtime] Initial step towards switching Execution... |
blob | commitdiff | raw | diff to current |
2015-09-15 |
machenbach | Revert of [crankshaft] Re-add fast-case for string... |
blob | commitdiff | raw | diff to current |
2015-09-15 |
bmeurer | [crankshaft] Re-add fast-case for string add left/right. |
blob | commitdiff | raw | diff to current |
2015-09-10 |
bmeurer | [runtime] Sanitize %NewClosure runtime entries. |
blob | commitdiff | raw | diff to current |
2015-09-09 |
mvstanton | On a call to Array(), we patched a call ic. This CL... |
blob | commitdiff | raw | diff to current |
2015-09-02 |
caitpotter88 | [es6] Re-implement rest parameters via desugaring. |
blob | commitdiff | raw | diff to current |
2015-08-27 |
mstarzinger | [heap] Limit friendship of the Heap class to essentials. |
blob | commitdiff | raw | diff to current |
2015-08-25 |
bmeurer | Correctify instanceof and make it optimizable. |
blob | commitdiff | raw | diff to current |
2015-08-24 |
rmcilroy | Add CompileInfo::GetDebugName() |
blob | commitdiff | raw | diff to current |
2015-08-24 |
mstarzinger | Get rid of CompilationInfo::GenerateCodeStub method. |
blob | commitdiff | raw | diff to current |
2015-08-21 |
mvstanton | VectorICs: New interface descriptor for vector transiti... |
blob | commitdiff | raw | diff to current |
2015-08-12 |
bmeurer | [compiler] Remove broken support for undetectable strings. |
blob | commitdiff | raw | diff to current |
2015-08-05 |
mstarzinger | Cleanup unnecessary duplication of runtime functions. |
blob | commitdiff | raw | diff to current |
2015-08-03 |
bbudge | SIMD.js Add the other SIMD Phase 1 types. |
blob | commitdiff | raw | diff to current |
2015-07-31 |
bmeurer | [stubs] Unify (and optimize) implementation of ToObject. |
blob | commitdiff | raw | diff to current |
2015-07-28 |
jochen | Reland of "Remove ExternalArray, derived types, and... |
blob | commitdiff | raw | diff to current |
2015-07-27 |
machenbach | Revert of Remove ExternalArray, derived types, and... |
blob | commitdiff | raw | diff to current |
2015-07-27 |
jochen | Remove ExternalArray, derived types, and element kinds |
blob | commitdiff | raw | diff to current |
2015-07-24 |
bmeurer | [stubs] Optimize LoadGlobalViaContextStub and StoreGlob... |
blob | commitdiff | raw | diff to current |
2015-07-23 |
mvstanton | HydrogenCodeStubs consume stack arguments via descriptor. |
blob | commitdiff | raw | diff to current |
2015-07-23 |
danno | Unify "runtime-style" IC functions with Runtime intrinsics |
blob | commitdiff | raw | diff to current |
2015-07-20 |
danno | [turbofan]: Add a context relaxation Reducer |
blob | commitdiff | raw | diff to current |
2015-07-16 |
bbudge | Expose SIMD.Float32x4 type to Javascript. |
blob | commitdiff | raw | diff to current |
2015-07-16 |
hablich | Revert of Expose SIMD.Float32x4 type to Javascript... |
blob | commitdiff | raw | diff to current |
2015-07-15 |
bbudge | Expose SIMD.Float32x4 type to Javascript. |
blob | commitdiff | raw | diff to current |
2015-07-13 |
danno | [turbofan] Use context specialization in code stubs |
blob | commitdiff | raw | diff to current |
2015-07-13 |
danno | Create a internal native context used only for TF-gener... |
blob | commitdiff | raw | diff to current |
2015-07-13 |
ishell | Loads and stores to global vars are now made via proper... |
blob | commitdiff | raw | diff to current |
2015-07-06 |
jochen | Make v8::Handle as "deprecated soon" |
blob | commitdiff | raw | diff to current |
2015-07-02 |
verwaest | Distinguish slow from fast sloppy arguments |
blob | commitdiff | raw | diff to current |
2015-07-01 |
danno | Make context register implicit for CallInterfaceDescriptors |
blob | commitdiff | raw | diff to current |
2015-06-30 |
conradw | [strong] Implement strong property access semantics |
blob | commitdiff | raw | diff to current |
2015-06-24 |
danno | Use big-boy Types to annotate interface descriptor... |
blob | commitdiff | raw | diff to current |
2015-06-24 |
bbudge | Expand ToBoolean stub so it can handle more types. |
blob | commitdiff | raw | diff to current |
2015-06-19 |
conradw | Revert relanded strong property access CL |
blob | commitdiff | raw | diff to current |
2015-06-18 |
conradw | Revert of Revert of [strong] Implement strong mode... |
blob | commitdiff | raw | diff to current |
2015-06-18 |
conradw | Revert of [strong] Implement strong mode restrictions... |
blob | commitdiff | raw | diff to current |
2015-06-18 |
conradw | [strong] Implement strong mode restrictions on property... |
blob | commitdiff | raw | diff to current |
2015-06-08 |
conradw | [strong] Refactor ObjectStrength into a replacement... |
blob | commitdiff | raw | diff to current |
2015-06-01 |
erikcorry | Cosmetic changes to tests to make it easier to concaten... |
blob | commitdiff | raw | diff to current |
2015-05-28 |
mvstanton | Make KeyedStores from a sloppy arguments array use... |
blob | commitdiff | raw | diff to current |
2015-05-22 |
svenpanne | JavaScript stubs have access to their calling conventio... |
blob | commitdiff | raw | diff to current |
2015-05-21 |
svenpanne | Add a TurboFan skeleton for StringAddStub. |
blob | commitdiff | raw | diff to current |
2015-05-20 |
mvstanton | Cleanup interface descriptors to reflect that vectors... |
blob | commitdiff | raw | diff to current |
2015-05-15 |
mvstanton | Now that vector ics are established for load, keyed... |
blob | commitdiff | raw | diff to current |
2015-05-12 |
mvstanton | Make LoadFastElementStub a HandlerStub. |
blob | commitdiff | raw | diff to current |
2015-05-11 |
danno | Add a MathFloor stub generated with TurboFan |
blob | commitdiff | raw | diff to current |
2015-05-06 |
mvstanton | Optimize the typeof operator. |
blob | commitdiff | raw | diff to current |
2015-05-05 |
danno | Revert of Collect type feedback on result of Math.... |
blob | commitdiff | raw | diff to current |
2015-05-05 |
danno | Collect type feedback on result of Math.[round|ceil... |
blob | commitdiff | raw | diff to current |
2015-04-30 |
mvstanton | Use a stub in crankshaft for grow store arrays. |
blob | commitdiff | raw | diff to current |
2015-04-24 |
conradw | [strong] Disallow implicit conversions for binary arith... |
blob | commitdiff | raw | diff to current |
2015-03-31 |
verwaest | Generate common StoreFastElementStubs ahead of time |
blob | commitdiff | raw | diff to current |
2015-03-17 |
mvstanton | Use platform specific stubs for vector-based Load/Keyed... |
blob | commitdiff | raw | diff to current |
2015-03-06 |
svenpanne | Intrinsics in the INLINE_FUNCTION_LIST are now avaliabl... |
blob | commitdiff | raw | diff to current |
2015-02-14 |
caitpotter88 | Implement ES6 rest parameters |
blob | commitdiff | raw | diff to current |
2015-02-05 |
Benedikt Meurer | Remove the obsolete OverwriteMode optimization. |
blob | commitdiff | raw | diff to current |
2015-02-04 |
mvstanton | Retry "Use a WeakCell in the CallIC type vector." |
blob | commitdiff | raw | diff to current |
2015-02-03 |
ulan | Verify that code stubs and full code do not have pointe... |
blob | commitdiff | raw | diff to current |
2015-01-29 |
machenbach | Revert of Use a WeakCell in the CallIC type vector... |
blob | commitdiff | raw | diff to current |
2015-01-29 |
mvstanton | Use a WeakCell in the CallIC type vector. |
blob | commitdiff | raw | diff to current |
2014-12-22 |
ulan | Remove custom weak handling of monomorphic IC. |
blob | commitdiff | raw | diff to current |
2014-11-19 |
Michael Stanton | Revert "Re-land r25392 Use a stub in crankshaft for... |
blob | commitdiff | raw | diff to current |
2014-11-18 |
Michael Stanton | Re-land r25392 Use a stub in crankshaft for grow store... |
blob | commitdiff | raw | diff to current |
2014-11-18 |
Michael Stanton | Revert "Use a stub in crankshaft for grow store arrays." |
blob | commitdiff | raw | diff to current |
2014-11-18 |
Michael Stanton | Use a stub in crankshaft for grow store arrays. |
blob | commitdiff | raw | diff to current |
2014-11-06 |
bmeurer@chromium.org | Turn ToNumberStub into a PlatformCodeStub again. |
blob | commitdiff | raw | diff to current |
2014-11-04 |
bmeurer@chromium.org | [turbofan] Add AllocateHeapNumberStub to avoid runtime... |
blob | commitdiff | raw | diff to current |
2014-10-13 |
yangguo@chromium.org | Always include full reloc info to stubs for serialization. |
blob | commitdiff | raw | diff to current |
2014-10-08 |
mvstanton@chromium.org | Updates to maintain flag --vector-ics |
blob | commitdiff | raw | diff to current |
2014-10-02 |
yangguo@chromium.org | Fulfill some code serializer related TODOs. |
blob | commitdiff | raw | diff to current |
2014-09-30 |
ishell@chromium.org | Hydrogenize (and share) part of StoreTransition handler... |
blob | commitdiff | raw | diff to current |
2014-09-30 |
bmeurer@chromium.org | Replace OStream with std::ostream. |
blob | commitdiff | raw | diff to current |
2014-09-29 |
ishell@chromium.org | ExtendStorageStub added, it is aimed for extending... |
blob | commitdiff | raw | diff to current |
2014-09-22 |
mvstanton@chromium.org | Make KeyedLoads from a sloppy arguments array use a... |
blob | commitdiff | raw | diff to current |
2014-09-17 |
yangguo@chromium.org | Serialize code stubs using stub key. |
blob | commitdiff | raw | diff to current |
2014-09-16 |
mvstanton@chromium.org | Removing ic.h from code-stubs.h |
blob | commitdiff | raw | diff to current |
2014-09-09 |
yangguo@chromium.org | Do not use CodeStub::FindInCache if not necessary. |
blob | commitdiff | raw | diff to current |
2014-09-08 |
yangguo@chromium.org | Get CallInterfaceDescriptor directly from CodeStub. |
blob | commitdiff | raw | diff to current |
2014-09-08 |
yangguo@chromium.org | Initialize CodeStubInterfaceDescriptor in the constructor. |
blob | commitdiff | raw | diff to current |
2014-09-08 |
mvstanton@chromium.org | To aid vector-based load ic work, we need to be able... |
blob | commitdiff | raw | diff to current |
2014-09-05 |
yangguo@chromium.org | Do not cache CodeStubInterfaceDescriptor on the isolate. |
blob | commitdiff | raw | diff to current |
2014-09-05 |
yangguo@chromium.org | Introduce code stub constructors for stub keys. |
blob | commitdiff | raw | diff to current |
2014-09-03 |
yangguo@chromium.org | Clean up code stubs and ensure distinct major keys. |
blob | commitdiff | raw | diff to current |
2014-09-03 |
mvstanton@chromium.org | Make concrete classes for individual call descriptors... |
blob | commitdiff | raw | diff to current |
2014-09-02 |
yangguo@chromium.org | Minor-key-ify four stubs. |
blob | commitdiff | raw | diff to current |
2014-09-01 |
mvstanton@chromium.org | Multiple stubs can point to the same calling convention. |
blob | commitdiff | raw | diff to current |
2014-08-29 |
mvstanton@chromium.org | Refactoring InterfaceDescriptors away from code-stubs.h |
blob | commitdiff | raw | diff to current |
2014-08-28 |
yangguo@chromium.org | Sub-minor-key-ify four HydrogenCodeStubs. |
blob | commitdiff | raw | diff to current |
2014-08-27 |
yangguo@chromium.org | Minor-key-ify BinaryOpICWithAllocationSiteStub. |
blob | commitdiff | raw | diff to current |
2014-08-26 |
verwaest@chromium.org | Remove dead code from LookupResult |
blob | commitdiff | raw | diff to current |
2014-08-26 |
mvstanton@chromium.org | Added vector-based loadic hydrogen stubs. Not yet callable. |
blob | commitdiff | raw | diff to current |
2014-08-26 |
yangguo@chromium.org | Minor-key-ify CallICStub and CallIC_ArrayStub. |
blob | commitdiff | raw | diff to current |
2014-08-26 |
yangguo@chromium.org | Change more PlatformCodeStubs to encode properties... |
blob | commitdiff | raw | diff to current |
2014-08-26 |
mvstanton@chromium.org | Move register conventions out of the IC classes. |
blob | commitdiff | raw | diff to current |
2014-08-26 |
bmeurer@chromium.org | Replace our homegrown ARRAY_SIZE() with Chrome's arrays... |
blob | commitdiff | raw | diff to current |
2014-08-25 |
yangguo@chromium.org | Encode CEntryStub properties in the minor key. |
blob | commitdiff | raw | diff to current |
next |