2014-08-22 |
verwaest@chromium.org | Move IC code into a subdir and move ic-compilation... |
blob | commitdiff | raw |
2014-08-18 |
yangguo@chromium.org | Purge unused internalized string accessors. |
blob | commitdiff | raw | diff to current |
2014-08-04 |
bmeurer@chromium.org | Rename ASSERT* to DCHECK*. |
blob | commitdiff | raw | diff to current |
2014-07-24 |
yangguo@chromium.org | For-of on null or undefined is an error |
blob | commitdiff | raw | diff to current |
2014-07-23 |
yangguo@chromium.org | Propagate serialization flag to inner functions. |
blob | commitdiff | raw | diff to current |
2014-07-21 |
mvstanton@chromium.org | Introduce FLAG_vector_ics. |
blob | commitdiff | raw | diff to current |
2014-07-21 |
rossberg@chromium.org | Remove harmony-typeof |
blob | commitdiff | raw | diff to current |
2014-07-16 |
mstarzinger@chromi... | Rename [Load/Delete]ContextSlot for consistency after... |
blob | commitdiff | raw | diff to current |
2014-07-14 |
verwaest@chromium.org | Remove ASSERT since there are tons of different ASSIGN... |
blob | commitdiff | raw | diff to current |
2014-07-14 |
verwaest@chromium.org | This CL simplifies var / const by ensuring the behavior... |
blob | commitdiff | raw | diff to current |
2014-07-10 |
mvstanton@chromium.org | Use a register spec for StoreIC and KeyedStoreIC. |
blob | commitdiff | raw | diff to current |
2014-07-07 |
verwaest@chromium.org | Fix computed properties on object literals with a doubl... |
blob | commitdiff | raw | diff to current |
2014-07-01 |
verwaest@chromium.org | Clean up the global object naming madness. |
blob | commitdiff | raw | diff to current |
2014-06-30 |
mvstanton@chromium.org | KeyedLoadIC should have same register spec as LoadIC. |
blob | commitdiff | raw | diff to current |
2014-06-27 |
verwaest@chromium.org | Split SetProperty(...attributes, strictmode) into Defin... |
blob | commitdiff | raw | diff to current |
2014-06-26 |
mvstanton@chromium.org | Use IC register definitions in platform files. |
blob | commitdiff | raw | diff to current |
2014-06-25 |
danno@chromium.org | Remove distinction between hidden and normal runtime... |
blob | commitdiff | raw | diff to current |
2014-06-24 |
haitao.feng@intel.com | Change some cmpq to cmpp, times_8 to times_pointer_size... |
blob | commitdiff | raw | diff to current |
2014-06-23 |
yangguo@chromium.org | Introduce intrinsic to expose debug state to generated... |
blob | commitdiff | raw | diff to current |
2014-06-17 |
yangguo@chromium.org | Interrupts must not mask stack overflow. |
blob | commitdiff | raw | diff to current |
2014-06-12 |
wingo@igalia.com | For-of calls [Symbol.iterator]() on RHS to get iterator |
blob | commitdiff | raw | diff to current |
2014-06-10 |
haitao.feng@intel.com | Update SmiShiftLeft, SmiShiftLogicalRight, SmiShiftArit... |
blob | commitdiff | raw | diff to current |
2014-06-03 |
jochen@chromium.org | Use full include paths everywhere |
blob | commitdiff | raw | diff to current |
2014-06-03 |
marja@chromium.org | Minor cleanups & trivial refactoring related to Ast. |
blob | commitdiff | raw | diff to current |
2014-05-28 |
ishell@chromium.org | FastCloneShallowArrayStub should not be used it the... |
blob | commitdiff | raw | diff to current |
2014-05-26 |
bmeurer@chromium.org | Skip write barriers in the fast case when setting up... |
blob | commitdiff | raw | diff to current |
2014-05-16 |
yangguo@chromium.org | Decouple CpuFeatures from serializer state. |
blob | commitdiff | raw | diff to current |
2014-05-15 |
yangguo@chromium.org | Refactor MacroAssembler::Prologue. |
blob | commitdiff | raw | diff to current |
2014-05-12 |
yangguo@chromium.org | Clean up debugger flags. |
blob | commitdiff | raw | diff to current |
2014-05-12 |
danno@chromium.org | Reland r20974: Unify and simplify the FastCloneShallowA... |
blob | commitdiff | raw | diff to current |
2014-05-09 |
verwaest@chromium.org | Revert "Reland r20974: Unify and simplify the FastClone... |
blob | commitdiff | raw | diff to current |
2014-05-09 |
verwaest@chromium.org | Reland and fix r21225 and r21226 |
blob | commitdiff | raw | diff to current |
2014-05-09 |
danno@chromium.org | Reland r20974: Unify and simplify the FastCloneShallowA... |
blob | commitdiff | raw | diff to current |
2014-05-09 |
ishell@chromium.org | [Sheriff] This reverts commits r21225 and r21226 for... |
blob | commitdiff | raw | diff to current |
2014-05-09 |
verwaest@chromium.org | Make BitField3 a raw uint32 field, and move to the... |
blob | commitdiff | raw | diff to current |
2014-05-06 |
mstarzinger@chromi... | Remove broken %_Log functionality. |
blob | commitdiff | raw | diff to current |
2014-04-30 |
mvstanton@chromium.org | CallICStub with a "never patch" approach by default... |
blob | commitdiff | raw | diff to current |
2014-04-30 |
mvstanton@chromium.org | Simplify feedback vector creation and store in SharedFu... |
blob | commitdiff | raw | diff to current |
2014-04-30 |
svenpanne@chromium.org | Added a Isolate* parameter to Serializer::enabled(). |
blob | commitdiff | raw | diff to current |
2014-04-29 |
bmeurer@chromium.org | Bulk update of Google copyright headers in source files. |
blob | commitdiff | raw | diff to current |
2014-04-28 |
danno@chromium.org | Revert r20974: Unify and simplify the FastCloneShallowA... |
blob | commitdiff | raw | diff to current |
2014-04-25 |
danno@chromium.org | Unify and simplify the FastCloneShallowArrayStub |
blob | commitdiff | raw | diff to current |
2014-04-25 |
yangguo@chromium.org | Always include debugger support. |
blob | commitdiff | raw | diff to current |
2014-04-24 |
svenpanne@chromium.org | CodeStubs contain their corresponding Isolate* now... |
blob | commitdiff | raw | diff to current |
2014-04-24 |
svenpanne@chromium.org | CodeStubs contain their corresponding Isolate* now... |
blob | commitdiff | raw | diff to current |
2014-04-17 |
adamk@chromium.org | ES6: Add support for Map/Set forEach |
blob | commitdiff | raw | diff to current |
2014-04-16 |
adamk@chromium.org | Revert "ES6: Add support for Map/Set forEach" |
blob | commitdiff | raw | diff to current |
2014-04-16 |
adamk@chromium.org | ES6: Add support for Map/Set forEach |
blob | commitdiff | raw | diff to current |
2014-04-16 |
haitao.feng@intel.com | Introduce DontEmitDebugCodeScope to fix the x64 nosnaps... |
blob | commitdiff | raw | diff to current |
2014-04-16 |
adamk@chromium.org | Revert "ES6: Add support for Map/Set forEach" |
blob | commitdiff | raw | diff to current |
2014-04-16 |
adamk@chromium.org | ES6: Add support for Map/Set forEach |
blob | commitdiff | raw | diff to current |
2014-04-15 |
mvstanton@chromium.org | JumpPatchSites can/should easily deal with uint8 sized... |
blob | commitdiff | raw | diff to current |
2014-04-11 |
yangguo@chromium.org | Implement handlified String::Equals and Name::Equals. |
blob | commitdiff | raw | diff to current |
2014-04-10 |
haitao.feng@intel.com | Introduce LoadSharedFunctionInfoSpecialField for x64... |
blob | commitdiff | raw | diff to current |
2014-04-04 |
mvstanton@chromium.org | Revert "Reland of https://codereview.chromium.org/17252... |
blob | commitdiff | raw | diff to current |
2014-04-04 |
mvstanton@chromium.org | Reland of https://codereview.chromium.org/172523002/ |
blob | commitdiff | raw | diff to current |
2014-04-03 |
mvstanton@chromium.org | Revert r20474 |
blob | commitdiff | raw | diff to current |
2014-04-03 |
mvstanton@chromium.org | Function calls are handled with a LoadIC and a Function... |
blob | commitdiff | raw | diff to current |
2014-04-02 |
rossberg@chromium.org | Make invalid LHSs that are calls late errors |
blob | commitdiff | raw | diff to current |
2014-04-02 |
haitao.feng@intel.com | Adjust various constants for x32 port |
blob | commitdiff | raw | diff to current |
2014-03-31 |
yangguo@chromium.org | Do not check for interrupt when allocating stack locals. |
blob | commitdiff | raw | diff to current |
2014-03-28 |
yangguo@chromium.org | Reland "Clean up runtime functions for Maths." |
blob | commitdiff | raw | diff to current |
2014-03-28 |
haitao.feng@intel.com | Introduce rolp, rorp, rclp, rcrp, shlp, shrp and sarp... |
blob | commitdiff | raw | diff to current |
2014-03-27 |
yangguo@chromium.org | Revert "Clean up runtime functions for Maths." |
blob | commitdiff | raw | diff to current |
2014-03-27 |
yangguo@chromium.org | Clean up runtime functions for Maths. |
blob | commitdiff | raw | diff to current |
2014-03-26 |
yangguo@chromium.org | Hide some runtime functions. |
blob | commitdiff | raw | diff to current |
2014-03-26 |
haitao.feng@intel.com | Introduce andp, notp, orp and xorp for x64 port |
blob | commitdiff | raw | diff to current |
2014-03-26 |
haitao.feng@intel.com | Introduce leap, movzxbp, movzxwp, repmovsp and xchgp... |
blob | commitdiff | raw | diff to current |
2014-03-26 |
haitao.feng@intel.com | Introduce cmpp, decp, incp, negp, sbbp and testp for... |
blob | commitdiff | raw | diff to current |
2014-03-25 |
dslomov@chromium.org | Refactor optimized in hydrogen only runtime functions. |
blob | commitdiff | raw | diff to current |
2014-03-24 |
jkummerow@chromium.org | [ia32/x64] Smaller instruction to check NaN |
blob | commitdiff | raw | diff to current |
2014-03-24 |
dcarney@chromium.org | Do stack checks while pushing locals |
blob | commitdiff | raw | diff to current |
2014-03-21 |
haitao.feng@intel.com | Introduce addp, idivp, imulp and subp for x64 port |
blob | commitdiff | raw | diff to current |
2014-03-19 |
mvstanton@chromium.org | Pretenure call new support. |
blob | commitdiff | raw | diff to current |
2014-03-19 |
haitao.feng@intel.com | Introduce Push and Pop macro instructions for x64 |
blob | commitdiff | raw | diff to current |
2014-03-17 |
rossberg@chromium.org | Make invalid LHSs a parse-time (reference) error |
blob | commitdiff | raw | diff to current |
2014-03-17 |
mvstanton@chromium.org | Revert "Continued fix for 351257. Reusing the feedback... |
blob | commitdiff | raw | diff to current |
2014-03-14 |
mvstanton@chromium.org | Continued fix for 351257. Reusing the feedback vector... |
blob | commitdiff | raw | diff to current |
2014-03-13 |
hpayer@chromium.org | Revert "Moved type feedback vector to SharedFunctionInfo." |
blob | commitdiff | raw | diff to current |
2014-03-12 |
rmcilroy@chromium.org | Reland "Pass a Code object to Assembler::(set_)target_a... |
blob | commitdiff | raw | diff to current |
2014-03-11 |
rmcilroy@chromium.org | Revert "Pass a Code object to Assembler::(set_)target_a... |
blob | commitdiff | raw | diff to current |
2014-03-11 |
rmcilroy@chromium.org | Pass a Code object to Assembler::(set_)target_address_a... |
blob | commitdiff | raw | diff to current |
2014-03-11 |
rossberg@chromium.org | Eliminate extended mode, and other modes clean-up |
blob | commitdiff | raw | diff to current |
2014-03-11 |
rossberg@chromium.org | Mode clean-up pt 1: rename classic/non-strict mode... |
blob | commitdiff | raw | diff to current |
2014-03-07 |
mvstanton@chromium.org | Moved type feedback vector to SharedFunctionInfo. |
blob | commitdiff | raw | diff to current |
2014-03-04 |
verwaest@chromium.org | Remove all uses of field-tracking flags that do not... |
blob | commitdiff | raw | diff to current |
2014-02-14 |
yangguo@chromium.org | Fix assignment of function name constant. |
blob | commitdiff | raw | diff to current |
2014-02-12 |
svenpanne@chromium.org | Improved variable-related assembler comments in fullcode. |
blob | commitdiff | raw | diff to current |
2014-02-11 |
mvstanton@chromium.org | Cleanup: ContextualMode doesn't need to be passed to... |
blob | commitdiff | raw | diff to current |
2014-02-10 |
mvstanton@chromium.org | Adding a type vector to replace type cells. |
blob | commitdiff | raw | diff to current |
2014-02-04 |
jkummerow@chromium.org | Cleanup: Unify CodeGenerator class across platforms |
blob | commitdiff | raw | diff to current |
2014-01-31 |
verwaest@chromium.org | Remove CallICs |
blob | commitdiff | raw | diff to current |
2014-01-31 |
jochen@chromium.org | Remove IsRegExpEquivalent. |
blob | commitdiff | raw | diff to current |
2014-01-29 |
bmeurer@chromium.org | Turn RegExpConstructResultStub into a HydrogenCodeStub. |
blob | commitdiff | raw | diff to current |
2014-01-28 |
mvstanton@chromium.org | We shouldn't throw under FLAG_debug_code, rather abort. |
blob | commitdiff | raw | diff to current |
2014-01-24 |
haitao.feng@intel.com | Introduce Assembler::RelocInfoNone function for X64 |
blob | commitdiff | raw | diff to current |
2014-01-23 |
bmeurer@chromium.org | Turn FastNewContextStub into a HydrogenCodeStub. |
blob | commitdiff | raw | diff to current |
2014-01-22 |
bmeurer@chromium.org | Get rid of the unused native code StringAddStub. |
blob | commitdiff | raw | diff to current |
2014-01-20 |
haitao.feng@intel.com | Replace movq with movp for X64 when the operand size... |
blob | commitdiff | raw | diff to current |
2014-01-17 |
mvstanton@chromium.org | Moving logic to AstNode to determine how many type... |
blob | commitdiff | raw | diff to current |
next |