Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / src / ia32 / full-codegen-ia32.cc
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-18 yangguo@chromium.orgPurge unused internalized string accessors.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-24 yangguo@chromium.orgFor-of on null or undefined is an error
2014-07-23 yangguo@chromium.orgPropagate serialization flag to inner functions.
2014-07-21 mvstanton@chromium.orgIntroduce FLAG_vector_ics.
2014-07-21 rossberg@chromium.orgRemove harmony-typeof
2014-07-16 mstarzinger@chromi... Rename [Load/Delete]ContextSlot for consistency after...
2014-07-14 verwaest@chromium.orgRemove ASSERT since there are tons of different ASSIGN...
2014-07-14 verwaest@chromium.orgThis CL simplifies var / const by ensuring the behavior...
2014-07-10 mvstanton@chromium.orgUse a register spec for StoreIC and KeyedStoreIC.
2014-07-07 verwaest@chromium.orgFix computed properties on object literals with a doubl...
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-27 verwaest@chromium.orgSplit SetProperty(...attributes, strictmode) into Defin...
2014-06-26 mvstanton@chromium.orgUse IC register definitions in platform files.
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-23 yangguo@chromium.orgIntroduce intrinsic to expose debug state to generated...
2014-06-17 yangguo@chromium.orgInterrupts must not mask stack overflow.
2014-06-12 wingo@igalia.comFor-of calls [Symbol.iterator]() on RHS to get iterator
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-03 marja@chromium.orgMinor cleanups & trivial refactoring related to Ast.
2014-05-28 ishell@chromium.orgFastCloneShallowArrayStub should not be used it the...
2014-05-26 bmeurer@chromium.orgSkip write barriers in the fast case when setting up...
2014-05-16 yangguo@chromium.orgDecouple CpuFeatures from serializer state.
2014-05-15 yangguo@chromium.orgRefactor MacroAssembler::Prologue.
2014-05-12 yangguo@chromium.orgClean up debugger flags.
2014-05-12 danno@chromium.orgReland r20974: Unify and simplify the FastCloneShallowA...
2014-05-09 verwaest@chromium.orgRevert "Reland r20974: Unify and simplify the FastClone...
2014-05-09 verwaest@chromium.orgReland and fix r21225 and r21226
2014-05-09 danno@chromium.orgReland r20974: Unify and simplify the FastCloneShallowA...
2014-05-09 ishell@chromium.org[Sheriff] This reverts commits r21225 and r21226 for...
2014-05-09 verwaest@chromium.orgMake BitField3 a raw uint32 field, and move to the...
2014-05-09 yangguo@chromium.orgRequire SSE2 support for the ia32 port.
2014-05-06 mstarzinger@chromi... Remove broken %_Log functionality.
2014-04-30 mvstanton@chromium.orgCallICStub with a "never patch" approach by default...
2014-04-30 mvstanton@chromium.orgSimplify feedback vector creation and store in SharedFu...
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-28 danno@chromium.orgRevert r20974: Unify and simplify the FastCloneShallowA...
2014-04-25 danno@chromium.orgUnify and simplify the FastCloneShallowArrayStub
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-04-24 svenpanne@chromium.orgCodeStubs contain their corresponding Isolate* now...
2014-04-24 svenpanne@chromium.orgCodeStubs contain their corresponding Isolate* now...
2014-04-17 adamk@chromium.orgES6: Add support for Map/Set forEach
2014-04-16 adamk@chromium.orgRevert "ES6: Add support for Map/Set forEach"
2014-04-16 adamk@chromium.orgES6: Add support for Map/Set forEach
2014-04-16 adamk@chromium.orgRevert "ES6: Add support for Map/Set forEach"
2014-04-16 adamk@chromium.orgES6: Add support for Map/Set forEach
2014-04-15 mvstanton@chromium.orgJumpPatchSites can/should easily deal with uint8 sized...
2014-04-11 yangguo@chromium.orgImplement handlified String::Equals and Name::Equals.
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-04-02 rossberg@chromium.orgMake invalid LHSs that are calls late errors
2014-03-31 yangguo@chromium.orgDo not check for interrupt when allocating stack locals.
2014-03-28 yangguo@chromium.orgReland "Clean up runtime functions for Maths."
2014-03-27 yangguo@chromium.orgRevert "Clean up runtime functions for Maths."
2014-03-27 yangguo@chromium.orgClean up runtime functions for Maths.
2014-03-26 yangguo@chromium.orgHide some runtime functions.
2014-03-25 dslomov@chromium.orgRefactor optimized in hydrogen only runtime functions.
2014-03-24 titzer@chromium.orgIA32: Rename MacroAssembler::Set() and MacroAssembler...
2014-03-24 jkummerow@chromium.org[ia32/x64] Smaller instruction to check NaN
2014-03-24 dcarney@chromium.orgDo stack checks while pushing locals
2014-03-19 mvstanton@chromium.orgPretenure call new support.
2014-03-17 rossberg@chromium.orgMake invalid LHSs a parse-time (reference) error
2014-03-17 mvstanton@chromium.orgRevert "Continued fix for 351257. Reusing the feedback...
2014-03-14 mvstanton@chromium.orgContinued fix for 351257. Reusing the feedback vector...
2014-03-13 hpayer@chromium.orgRevert "Moved type feedback vector to SharedFunctionInfo."
2014-03-12 rmcilroy@chromium.orgReland "Pass a Code object to Assembler::(set_)target_a...
2014-03-11 rmcilroy@chromium.orgRevert "Pass a Code object to Assembler::(set_)target_a...
2014-03-11 rmcilroy@chromium.orgPass a Code object to Assembler::(set_)target_address_a...
2014-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2014-03-07 mvstanton@chromium.orgMoved type feedback vector to SharedFunctionInfo.
2014-03-07 bmeurer@chromium.orgia32: Simplify inlined Smi code for SAR.
2014-03-04 verwaest@chromium.orgRemove all uses of field-tracking flags that do not...
2014-02-14 yangguo@chromium.orgFix assignment of function name constant.
2014-02-12 svenpanne@chromium.orgImproved variable-related assembler comments in fullcode.
2014-02-11 mvstanton@chromium.orgCleanup: ContextualMode doesn't need to be passed to...
2014-02-10 mvstanton@chromium.orgAdding a type vector to replace type cells.
2014-02-04 jkummerow@chromium.orgCleanup: Unify CodeGenerator class across platforms
2014-01-31 verwaest@chromium.orgRemove CallICs
2014-01-31 jochen@chromium.orgRemove IsRegExpEquivalent.
2014-01-29 bmeurer@chromium.orgTurn RegExpConstructResultStub into a HydrogenCodeStub.
2014-01-28 mvstanton@chromium.orgWe shouldn't throw under FLAG_debug_code, rather abort.
2014-01-23 bmeurer@chromium.orgTurn FastNewContextStub into a HydrogenCodeStub.
2014-01-22 bmeurer@chromium.orgGet rid of the unused native code StringAddStub.
2014-01-17 mvstanton@chromium.orgMoving logic to AstNode to determine how many type...
2014-01-15 machenbach@chromiu... Reland "Remove flags argument from EmitCallWithStub...
2014-01-15 machenbach@chromiu... Revert "Remove flags argument from EmitCallWithStub...
2014-01-14 verwaest@chromium.orgRemove flags argument from EmitCallWithStub
2014-01-14 verwaest@chromium.orgGet rid of ContextualMode for call ICs.
2014-01-14 mstarzinger@chromi... Closed generator returns a completed object instead...
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 mvstanton@chromium.orgRemove flag track-allocation-sites.
2014-01-07 mvstanton@chromium.orgWe need to know if a load, store or call IC is assumed
2014-01-07 verwaest@chromium.orgReland v8:18458 "Load the global proxy from the context...
next