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-30 |
danno@chromium.org | Land the Fan (disabled) |
blob | commitdiff | raw | diff to current |
2014-07-29 |
mstarzinger@chromi... | Revert "Make --always-opt also optimize toplevel code." |
blob | commitdiff | raw | diff to current |
2014-07-29 |
mstarzinger@chromi... | Make --always-opt also optimize toplevel code. |
blob | commitdiff | raw | diff to current |
2014-07-29 |
yangguo@chromium.org | Inline Math.fround in optimized code. |
blob | commitdiff | raw | diff to current |
2014-07-22 |
verwaest@chromium.org | Move function prototype handling into a special handler... |
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-10 |
mvstanton@chromium.org | Use a register spec for StoreIC and KeyedStoreIC. |
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-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-20 |
mstarzinger@chromi... | Check alpha-sorting of includes during presubmit. |
blob | commitdiff | raw | diff to current |
2014-06-13 |
haitao.feng@intel.com | Update Lithium AddI, SubI, MulI, BitI, ShiftI, MathMinM... |
blob | commitdiff | raw | diff to current |
2014-06-13 |
haitao.feng@intel.com | Specially handle the key of the LoadKeyed and StoreKeye... |
blob | commitdiff | raw | diff to current |
2014-06-12 |
haitao.feng@intel.com | Sign extend the dehoisted key at the definition point... |
blob | commitdiff | raw | diff to current |
2014-06-11 |
svenpanne@chromium.org | Fixed flooring division by a power of 2, once again... |
blob | commitdiff | raw | diff to current |
2014-06-11 |
svenpanne@chromium.org | Fix unsigned comparisons. |
blob | commitdiff | raw | diff to current |
2014-06-10 |
haitao.feng@intel.com | Update DoNumberTagI to support x32 port. |
blob | commitdiff | raw | diff to current |
2014-06-05 |
ulan@chromium.org | Preliminary support for block contexts in hydrogen. |
blob | commitdiff | raw | diff to current |
2014-06-04 |
titzer@chromium.org | Rename ReverseCondition to CommuteCondition, a more... |
blob | commitdiff | raw | diff to current |
2014-06-03 |
bmeurer@chromium.org | Improve write barriers in optimized code. |
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-02 |
bmeurer@chromium.org | Inline Array.shift() fast path instead of using a code... |
blob | commitdiff | raw | diff to current |
2014-05-29 |
bmeurer@chromium.org | Refactor HType to get rid of various hacks. |
blob | commitdiff | raw | diff to current |
2014-05-27 |
bmeurer@chromium.org | Avoid HeapObject check in HStoreNamedField. |
blob | commitdiff | raw | diff to current |
2014-05-27 |
bmeurer@chromium.org | Relax register constraints for LMathSqrt. |
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-26 |
bmeurer@chromium.org | LoadUint32() doesn't need a scratch register. |
blob | commitdiff | raw | diff to current |
2014-05-22 |
danno@chromium.org | Allow specifying base offset when constructing Keyed... |
blob | commitdiff | raw | diff to current |
2014-05-20 |
bmeurer@chromium.org | Revert "Refactor transitioning stores." |
blob | commitdiff | raw | diff to current |
2014-05-20 |
bmeurer@chromium.org | Refactor transitioning stores. |
blob | commitdiff | raw | diff to current |
2014-05-19 |
svenpanne@chromium.org | Allow comparison in UINT32 mode. |
blob | commitdiff | raw | diff to current |
2014-05-19 |
bmeurer@chromium.org | Partial revert of "Next bunch of fixes for check elimin... |
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-09 |
bmeurer@chromium.org | Improve Array.shift() performance for small arrays. |
blob | commitdiff | raw | diff to current |
2014-05-07 |
bmeurer@chromium.org | Turn CHECK()s into ASSERT()s. |
blob | commitdiff | raw | diff to current |
2014-05-06 |
ishell@chromium.org | Fixed jump in non-SSE4.1 implementation of LMathFloor... |
blob | commitdiff | raw | diff to current |
2014-05-06 |
bmeurer@chromium.org | Fix Mac64-debug issue introduced with r21154. |
blob | commitdiff | raw | diff to current |
2014-05-06 |
bmeurer@chromium.org | Next bunch of fixes for check elimination. |
blob | commitdiff | raw | diff to current |
2014-05-05 |
bmeurer@chromium.org | Don't add code dependencies eagerly for HCheckMaps. |
blob | commitdiff | raw | diff to current |
2014-05-05 |
bmeurer@chromium.org | Various cleanups in check elimination. |
blob | commitdiff | raw | diff to current |
2014-05-02 |
bmeurer@chromium.org | Fix crash in debug builds introduced with r21110. |
blob | commitdiff | raw | diff to current |
2014-05-02 |
bmeurer@chromium.org | Don't add code dependencies on transitioning stores... |
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-29 |
bmeurer@chromium.org | Bulk update of Google copyright headers in source files. |
blob | commitdiff | raw | diff to current |
2014-04-28 |
yangguo@chromium.org | Remove some remnants of MaybeObjects in objects.*. |
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-22 |
bmeurer@chromium.org | Improve code generation for bounds checks. |
blob | commitdiff | raw | diff to current |
2014-04-22 |
bmeurer@chromium.org | Fix field type handling in load elimination. |
blob | commitdiff | raw | diff to current |
2014-04-15 |
bmeurer@chromium.org | Reland "Track field types.". |
blob | commitdiff | raw | diff to current |
2014-04-14 |
jarin@chromium.org | Revert "Track field types." |
blob | commitdiff | raw | diff to current |
2014-04-14 |
bmeurer@chromium.org | Track field types. |
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-11 |
svenpanne@chromium.org | Use the right kind of guard for debug code. |
blob | commitdiff | raw | diff to current |
2014-04-11 |
svenpanne@chromium.org | x64: Make sure that the upper half of a 64bit register... |
blob | commitdiff | raw | diff to current |
2014-04-10 |
haitao.feng@intel.com | Guard 32-bit SMI load/store optimization with SmiValues... |
blob | commitdiff | raw | diff to current |
2014-04-07 |
svenpanne@chromium.org | Fixed flooring division by -1 on ARM. |
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 |
svenpanne@chromium.org | Check that environments assigned via AssignEnvironment... |
blob | commitdiff | raw | diff to current |
2014-04-01 |
yangguo@chromium.org | Smi immediates are not supported on x64. Do not use it. |
blob | commitdiff | raw | diff to current |
2014-04-01 |
svenpanne@chromium.org | Fixed build (unused vars in release mode). |
blob | commitdiff | raw | diff to current |
2014-04-01 |
svenpanne@chromium.org | Consistently use a separate Lithium instruction for... |
blob | commitdiff | raw | diff to current |
2014-04-01 |
svenpanne@chromium.org | Fixed power-of-2 predicates, excluding 0. |
blob | commitdiff | raw | diff to current |
2014-03-31 |
verwaest@chromium.org | Reland and fix "Fix LoadFieldByIndex to take mutable... |
blob | commitdiff | raw | diff to current |
2014-03-31 |
jochen@chromium.org | Revert 20348 - "Fix LoadFieldByIndex to take mutable... |
blob | commitdiff | raw | diff to current |
2014-03-31 |
verwaest@chromium.org | Use sarq on x64 |
blob | commitdiff | raw | diff to current |
2014-03-31 |
verwaest@chromium.org | Fix LoadFieldByIndex to take mutable heap-numbers into... |
blob | commitdiff | raw | diff to current |
2014-03-31 |
jarin@chromium.org | Add missing lazy deopt point for the TransitionElements... |
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-26 |
yangguo@chromium.org | Hide some runtime functions. |
blob | commitdiff | raw | diff to current |
2014-03-26 |
danno@chromium.org | [x64] Improve key value sign-extension of dehoisted... |
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-25 |
ulan@chromium.org | Add index check in DoAccessArgumentsAt. |
blob | commitdiff | raw | diff to current |
2014-03-24 |
jarin@chromium.org | Revert the (wrong) fix of the argument index check... |
blob | commitdiff | raw | diff to current |
2014-03-24 |
jarin@chromium.org | Fix to get around an assertion that triggers when gener... |
blob | commitdiff | raw | diff to current |
2014-03-24 |
verwaest@chromium.org | Ensure the constant operand for heap-object store-named... |
blob | commitdiff | raw | diff to current |
2014-03-24 |
svenpanne@chromium.org | Replaced unreachable code in DoStoreNamedField by an... |
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-21 |
ulan@chromium.org | Ensure that lazy deopt sequence does not override calls. |
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-20 |
svenpanne@chromium.org | Implement flooring division by a constant via truncatin... |
blob | commitdiff | raw | diff to current |
2014-03-19 |
mvstanton@chromium.org | Array constructor expects AllocationSite or undefined... |
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-19 |
svenpanne@chromium.org | Tweaked FlooringDiv back to TruncatingDiv again. |
blob | commitdiff | raw | diff to current |
2014-03-18 |
ulan@chromium.org | Fix TransitionElementsKindStub to handle non-JSArray... |
blob | commitdiff | raw | diff to current |
2014-03-14 |
mvstanton@chromium.org | Fix for issue 351261. |
blob | commitdiff | raw | diff to current |
2014-03-13 |
yangguo@chromium.org | Correctly retain argument value when deopting from... |
blob | commitdiff | raw | diff to current |
next |