2015-08-26 |
bmeurer | [runtime] Remove the redundant %_IsObject intrinsic. |
blob | commitdiff | raw |
2015-08-25 |
bmeurer | Correctify instanceof and make it optimizable. |
blob | commitdiff | raw | diff to current |
2015-08-17 |
mstarzinger | Remove grab-bag includes of v8.h from architecture... |
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-28 |
bmeurer | [stubs] Don't pass name to Load/StoreGlobalViaContext... |
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-22 |
jochen | Store offset between fixed typed array base and data... |
blob | commitdiff | raw | diff to current |
2015-07-20 |
jochen | Add support for adding an external and a tagged pointer |
blob | commitdiff | raw | diff to current |
2015-07-20 |
ishell | Crankshaft part of the 'loads and stores to global... |
blob | commitdiff | raw | diff to current |
2015-07-08 |
jkummerow | [x64] Fix handling of Smi constants in LSubI and LBitI |
blob | commitdiff | raw | diff to current |
2015-07-01 |
danno | Make context register implicit for CallInterfaceDescriptors |
blob | commitdiff | raw | diff to current |
2015-06-26 |
mvstanton | VectorICs: Lithium support for vector-based stores. |
blob | commitdiff | raw | diff to current |
2015-06-03 |
bmeurer | [date] Refactor the %_DateField intrinsic to be optimiz... |
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 |
bmeurer | [crankshaft] Record inlined shared function infos inste... |
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 | New hydrogen instruction to reduce cost of growing... |
blob | commitdiff | raw | diff to current |
2015-05-06 |
mvstanton | Optimize the typeof operator. |
blob | commitdiff | raw | diff to current |
2015-04-28 |
jochen | Add HArrayBufferNotNeutered instruction |
blob | commitdiff | raw | diff to current |
2015-04-27 |
mvstanton | Don't MISS if you read the hole from certain FastHoley... |
blob | commitdiff | raw | diff to current |
2015-04-13 |
mvstanton | Remove unnecessary options from HTailCallThroughMegamor... |
blob | commitdiff | raw | diff to current |
2015-03-18 |
verwaest | Remove PropertyCell space |
blob | commitdiff | raw | diff to current |
2015-01-28 |
mvstanton | Continue learning for calls in crankshaft. |
blob | commitdiff | raw | diff to current |
2015-01-27 |
mvstanton | Revert of Continue learning for calls in optimized... |
blob | commitdiff | raw | diff to current |
2015-01-27 |
mvstanton | Continue learning for calls in optimized code when... |
blob | commitdiff | raw | diff to current |
2015-01-23 |
Benedikt Meurer | [x86] Use AVX in Crankshaft when available. |
blob | commitdiff | raw | diff to current |
2015-01-22 |
machenbach | Revert of [x86] Use AVX in Crankshaft when available... |
blob | commitdiff | raw | diff to current |
2015-01-21 |
Benedikt Meurer | Use signaling NaN for holes in fixed double arrays. |
blob | commitdiff | raw | diff to current |
2015-01-20 |
Benedikt Meurer | [x86] Use AVX in Crankshaft when available. |
blob | commitdiff | raw | diff to current |
2014-12-12 |
Michael Stanton | Hydrogen code stubs for vector-based ICs. |
blob | commitdiff | raw | diff to current |
2014-10-06 |
jkummerow@chromium.org | Remove FLAG_opt_safe_uint32_operations. |
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-24 |
yangguo@chromium.org | Refactor bailout reasons and disable optimization in... |
blob | commitdiff | raw | diff to current |
2014-09-16 |
verwaest@chromium.org | The value register in storefield(smi) is not used as... |
blob | commitdiff | raw | diff to current |
2014-09-11 |
mvstanton@chromium.org | Added CallInterfaceDescriptors to all code stubs. A... |
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-03 |
mvstanton@chromium.org | Make concrete classes for individual call descriptors... |
blob | commitdiff | raw | diff to current |
2014-09-01 |
mvstanton@chromium.org | InterfaceDescriptor becomes CallInterfaceDescriptor. |
blob | commitdiff | raw | diff to current |
2014-09-01 |
jarin@chromium.org | Context deoptimization and removal of the deoptimizatio... |
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-04 |
bmeurer@chromium.org | Rename ASSERT* to DCHECK*. |
blob | commitdiff | raw | diff to current |
2014-08-04 |
mstarzinger@chromi... | Ensure LModByPowerOf2I only gets environment when it... |
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 |
yangguo@chromium.org | Inline Math.fround in optimized code. |
blob | commitdiff | raw | diff to current |
2014-07-21 |
mvstanton@chromium.org | Introduce FLAG_vector_ics. |
blob | commitdiff | raw | diff to current |
2014-07-17 |
mvstanton@chromium.org | StubCallInterfaceDescriptor and CallInterfaceDescriptor... |
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 |
svenpanne@chromium.org | More OStreamsUse OStreams more often. |
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-24 |
haitao.feng@intel.com | Update GetNextSpillIndex to support x32 port. |
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-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-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-06-02 |
bmeurer@chromium.org | Simplify known successor block lowering. |
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 | LoadUint32() doesn't need a scratch register. |
blob | commitdiff | raw | diff to current |
2014-05-23 |
alexandre.rames... | Allow HPushArgument to handle more than one argument. |
blob | commitdiff | raw | diff to current |
2014-05-23 |
alexandre.rames... | Provide a helper to generate multiple Lithium instructi... |
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-09 |
bmeurer@chromium.org | Improve Array.shift() performance for small arrays. |
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-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 |
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-24 |
verwaest@chromium.org | Mark the simulate before EnterInlined with BailoutId... |
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 | Optimize numeric comparison with known successors. |
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-10 |
svenpanne@chromium.org | Do not use ranges after range analysis. |
blob | commitdiff | raw | diff to current |
2014-04-04 |
svenpanne@chromium.org | Reland "Fixed environment assignment for LCheckNonSmi." |
blob | commitdiff | raw | diff to current |
2014-04-03 |
jochen@chromium.org | Revert r20476. |
blob | commitdiff | raw | diff to current |
2014-04-03 |
svenpanne@chromium.org | Fixed environment assignment for LCheckNonSmi. |
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 | Consistently use a separate Lithium instruction for... |
blob | commitdiff | raw | diff to current |
2014-04-01 |
svenpanne@chromium.org | Only assign environments when they are actually needed... |
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 | 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-26 |
danno@chromium.org | [x64] Improve key value sign-extension of dehoisted... |
blob | commitdiff | raw | diff to current |
2014-03-26 |
svenpanne@chromium.org | Only assign environments when they are actually needed... |
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-13 |
yangguo@chromium.org | Correctly retain argument value when deopting from... |
blob | commitdiff | raw | diff to current |
next |