[builtins] Unify the various versions of [[Call]] with a Call builtin.
[platform/upstream/v8.git] / src / ia32 / builtins-ia32.cc
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-08-31 bmeurer[builtins] Pass correct number of arguments after adapt...
2015-08-28 bmeurer[runtime] Add %ToString and %_ToString and remove the...
2015-08-27 rmcilroy[Interpreter] Add support for parameter variables.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-24 rmcilroy[Interpreter] Pass context to interpreter bytecode...
2015-08-18 rmcilroy[interpreter]: Changes to interpreter builtins for...
2015-08-17 mstarzingerRemove grab-bag includes of v8.h from architecture...
2015-08-12 mstarzingerRealize IWYU pattern for frames-inl.h header.
2015-08-11 bmeurer[runtime] Store constructor function index on primitive...
2015-07-31 mvstantonVectorICs: refactoring to eliminate "for queries only...
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-30 rmcilroy[interpreter] Add Interpreter{Entry,Exit}Trampoline...
2015-07-24 yangguoMove Full-codegen into its own folder.
2015-07-17 mlippautzFix memento initialization when constructing from new...
2015-07-15 mstarzingerSwitch CallConstructStub to take new.target in register.
2015-07-13 mstarzingerCleanup Generate_JSConstructStubHelper a bit.
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-07-10 mstarzingerRemove separate construct stub for new.target users.
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-29 arv[es6] Make new.target work in functions
2015-06-23 dslomovDo not add extra argument for new.target
2015-06-22 mvstantonBuilt-in apply() performance benefits from an uninitial...
2015-06-17 jkummerowClean up JSConstructStub
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-19 arv[strong] Function arity check should be based on requir...
2015-05-11 arv[strong] Check arity of functions
2015-04-30 mvstantonVectorICs: built-in function apply should use an IC.
2015-04-30 vogelheimImplement kToBeExecutedOnceCodeAge.
2015-04-07 jkummerowFix missing SmiTag in failure path of r27614
2015-04-07 jkummerowJSEntryTrampoline: check for stack space before pushing...
2015-03-19 caitpotter88[es6] implement Reflect.apply() & Reflect.construct()
2015-02-28 dslomovDisallow subclassing Arrays.
2015-02-27 dslomovRevert of Disallow subclassing Arrays. (patchset #3...
2015-02-27 dslomovDisallow subclassing Arrays.
2015-02-12 Dmitry Lomovnew classes: no longer experimental.
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-03 dslomovnew classes: special construct stub for derived classs...
2015-01-22 dslomovnew classes: change semantics of super(...) call and...
2014-12-05 ulanRefactor Map::ConstructionCount.
2014-10-08 mvstanton@chromium.orgUpdates to maintain flag --vector-ics
2014-09-17 titzer@chromium.orgRename Runtime_CompileUnoptimized to Runtime_CompileLaz...
2014-09-11 mvstanton@chromium.orgTurbofan needs a code handle and a CallInterfaceDescrip...
2014-09-03 mvstanton@chromium.orgMake concrete classes for individual call descriptors...
2014-08-26 mvstanton@chromium.orgMove register conventions out of the IC classes.
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-21 mvstanton@chromium.orgIntroduce FLAG_vector_ics.
2014-07-01 verwaest@chromium.orgClean up the global object naming madness.
2014-06-30 mvstanton@chromium.orgKeyedLoadIC should have same register spec as LoadIC.
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-23 ishell@chromium.orgReland r21442 "Inobject slack tracking is done on a...
2014-05-22 ishell@chromium.orgRevert "Reland r21346 "Inobject slack tracking is done...
2014-05-22 ishell@chromium.orgReland r21346 "Inobject slack tracking is done on a...
2014-05-22 ishell@chromium.orgRevert "Inobject slack tracking is done on a per-closur...
2014-05-22 ishell@chromium.orgInobject slack tracking is done on a per-closure basis...
2014-05-09 yangguo@chromium.orgRequire SSE2 support for the ia32 port.
2014-04-30 mvstanton@chromium.orgCallICStub with a "never patch" approach by default...
2014-04-30 svenpanne@chromium.orgAdded a Isolate* parameter to Serializer::enabled().
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-04-25 svenpanne@chromium.orgAdded an Isolate* field to NoTrackDoubleFieldsForSerial...
2014-04-24 svenpanne@chromium.orgCodeStubs contain their corresponding Isolate* now...
2014-04-15 ulan@chromium.orgReland r20692 "Check stack limit in ArgumentAdaptorTram...
2014-04-11 ulan@chromium.orgRevert r20692 "Check stack limit in ArgumentAdaptorTram...
2014-04-11 ulan@chromium.orgCheck stack limit in ArgumentAdaptorTrampoline.
2014-04-04 mvstanton@chromium.orgRevert "Reland of https://codereview.chromium.org/17252...
2014-04-04 mvstanton@chromium.orgReland of https://codereview.chromium.org/172523002/
2014-04-03 mvstanton@chromium.orgRevert r20474
2014-04-03 mvstanton@chromium.orgFunction calls are handled with a LoadIC and a Function...
2014-03-26 yangguo@chromium.orgHide some runtime functions.
2014-03-24 titzer@chromium.orgIA32: Rename MacroAssembler::Set() and MacroAssembler...
2014-03-19 mvstanton@chromium.orgPretenure call new support.
2014-03-19 mvstanton@chromium.orgArray constructor expects AllocationSite or undefined...
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2014-03-07 mvstanton@chromium.orgSymbols for type cells. We can make more efficient...
2014-01-15 jarin@chromium.orgThis is a preview of a first step towards unification...
2014-01-14 verwaest@chromium.orgRemove CALL_AS_FUNCTION and CALL_AS_METHOD.
2014-01-14 verwaest@chromium.orgMake the strict-mode calling convention for contextual...
2014-01-07 verwaest@chromium.orgReland v8:18458 "Load the global proxy from the context...
2014-01-07 rossberg@chromium.orgRevert "Load the global proxy from the context of the...
2014-01-07 verwaest@chromium.orgLoad the global proxy from the context of the target...
2013-12-23 yangguo@chromium.orgRefactor the compiling pipeline.
2013-12-17 ulan@chromium.orgFix NotifyStubFailureSaveDoubles generation for ia32.
2013-12-05 yangguo@chromium.orgFix incorrect patching for OSR.
2013-11-22 ulan@chromium.orgRestore saved caller FP registers on stub failure
2013-10-23 danno@chromium.orgEnable preaging of code objects when --optimize-for...
2013-09-25 yangguo@chromium.orgLess aggressive polling when concurrently compiling...
2013-09-24 titzer@chromium.orgDelete Runtime_NotifyOSR.
2013-09-19 bmeurer@chromium.orgMove NumberToStringStub::GenerateLookupNumberStringCach...
2013-09-13 dcarney@chromium.orgremove getcurrent from stubs
2013-09-12 yangguo@chromium.orgSimplify installing concurrently recompiled code.
2013-09-11 yangguo@chromium.orgPass PC offset into runtime when compiling for OSR.
2013-09-09 titzer@chromium.orgGenerate a custom OSR entrypoint for OSR compiles on...
2013-08-22 yangguo@chromium.orgRename "parallel recompilation" to "concurrent recompil...
2013-08-02 loislo@chromium.orgExtract hardcoded error strings into a single place...
2013-07-19 bmeurer@chromium.orgCleanup useless parameter object_is_smi for NumberToStr...
next