platform/upstream/v8.git
2010-07-27 lrn@chromium.orgX64: Fix order of operands on movq(reg, xmm).
2010-07-27 lrn@chromium.orgFix some bugs in Function.prototype.bind implementation.
2010-07-27 ricow@chromium.orgRemove global.print from v8natives.js (fixes issue...
2010-07-26 whesse@chromium.orgPrepare push to trunk. Now working on version 2.3.4.
2010-07-23 peter.rybin... Fix break position not to be outside of the script
2010-07-23 ager@chromium.orgFix aliasing problem in inlined stores on x64 and ia32...
2010-07-23 whesse@chromium.orgFix bug in r5123, Comparison(), by unusing results...
2010-07-23 ricow@chromium.orgFix presubmit errors.
2010-07-23 ricow@chromium.orgImplement Function.prototype.bind (ES5 15.3.4.5).
2010-07-23 whesse@chromium.orgUse static type information when creating the inlined...
2010-07-23 ager@chromium.orgFixed a couple of issues with store inlining on arm.
2010-07-23 whesse@chromium.orgChange asserts to STATIC_ASSERT if they can be checked...
2010-07-22 antonm@chromium.orgProperly propagate failures from helper methods.
2010-07-22 ager@chromium.orgAdd ARM_LINK_FLAGS when build d8 with arch=arm to make
2010-07-22 serya@chromium.orgFix d8 build error on a fresh checkout.
2010-07-22 ager@chromium.orgFix Win64 build.
2010-07-22 ager@chromium.orgPort inlined in-object property stores to ARM.
2010-07-22 ager@chromium.orgPort inline in-object property stores from ia32 to...
2010-07-22 kaznacheev... Support object literal map caching for literals with...
2010-07-21 whesse@chromium.orgRemove VirtualFrame::CallStoreIC(void) and CallCommonSt...
2010-07-21 whesse@chromium.orgAdd EmitKeyedStore and EmitKeyedPropertyAssignment...
2010-07-21 fschneider... Prepare push to trunk. Now working on version 2.3.3.
2010-07-21 whesse@chromium.orgAdd EmitNamedStore and CallStoreIC(name, is_contextual...
2010-07-21 whesse@chromium.orgAdd EmitSlotAssignment to x64 platform.
2010-07-21 ager@chromium.orgLanding for Rodolph Perfetta.
2010-07-21 ager@chromium.orgInline in-object property stores on ia32 when in loop...
2010-07-20 whesse@chromium.orgStop pushing arguments onto the stack in CompareStub...
2010-07-20 vegorov@chromium.orgOutput time spent in code flushing in GC NVP trace.
2010-07-20 ricow@chromium.orgUpdate inheritance hierarchy in Objects.h to better...
2010-07-20 ager@chromium.orgUpdate Code::NUMBER_OF_KINDS to include binary op ICs.
2010-07-20 ager@chromium.orgLand for Victor Wang.
2010-07-19 whesse@chromium.orgRevert 5097 on ia32 platform until problem is diagnosed.
2010-07-19 whesse@chromium.orgDelay the pushing of arguments until just before callin...
2010-07-19 antonm@chromium.orgAdd a check that weak object handle is not in NEAR_DEAT...
2010-07-19 whesse@chromium.orgFix issue 785. For-in now works on strings: for (var...
2010-07-19 ager@chromium.orgLanding for pmehta.
2010-07-19 ager@chromium.orgLanding for hans@chromium.org.
2010-07-19 ricow@chromium.orgPrepare push to trunk. Now working on version 2.3.2.
2010-07-19 ricow@chromium.orgReorder SharedFunctionInfo setup in lazy compile, quick...
2010-07-16 ricow@chromium.orgRefactor type checks in v8natives.js and runtime.js.
2010-07-16 serya@chromium.orgStringDictionary::FindEntry optimized for symbol strings.
2010-07-16 whesse@chromium.orgFix compilation errors on X64. Error from r5080 is...
2010-07-15 mikhail.naganov... Fix TestHeapEntryIdsAndGC test. The assert was wrong.
2010-07-15 mikhail.naganov... Fix presubmit errors in test-heap-profiler.cc
2010-07-15 whesse@chromium.orgRemove unnecessary formatting differences between ia32...
2010-07-15 mikhail.naganov... Fix compile errors on Linux x64 and Windows.
2010-07-15 mikhail.naganov... Heap profiler: implement diffing of snapshots.
2010-07-15 whesse@chromium.orgAvoid a smi check when comparing an unknown to a consta...
2010-07-15 whesse@chromium.orgFix compilation and linking with V8_INTERPRETED_REGEXP...
2010-07-15 ager@chromium.orgPrepare push to trunk. Now working on version 2.3.1.
2010-07-15 ricow@chromium.orgImplement ES5 Object.seal and Object.isSealed.
2010-07-15 serya@chromium.orgFix GenerateNegativeLookup to work with non-symbols...
2010-07-14 whesse@chromium.orgFix error in x64 fast smi loops, change 4998.
2010-07-14 ricow@chromium.orgFix bug in Object.isFrozen which always classifies...
2010-07-14 kaznacheev... Create a separate class to encapsulate ScopeInfo serial...
2010-07-14 ricow@chromium.orgRemove check for heap allocated locals from code flushing.
2010-07-14 mikhail.naganov... Debugger: introduce parametrized debug break, the param...
2010-07-13 ager@chromium.orgLanding for Rodolph Perfetta.
2010-07-13 ager@chromium.orgPrepare push to trunk. Now working on version 2.3.0.
2010-07-13 kaznacheev... Move serialized scope info from Code object to SharedFu...
2010-07-13 ricow@chromium.orgAdd ES5 Object.freeze and Object.isFrozen methods.
2010-07-13 ricow@chromium.orgFix presubmit.
2010-07-13 ricow@chromium.orgFix memory leaks in test-api.cc to make valgrind happy.
2010-07-13 ager@chromium.orgFix JSON.parse typo which causes the input not to be...
2010-07-13 ager@chromium.orgFix preparsing from a source string that is not external.
2010-07-13 serya@chromium.orgSimplifying GenerateDictionaryNegativeLookup by making...
2010-07-13 whesse@chromium.orgFix compilation error on 64-bit MacOS V8 compilation...
2010-07-13 vegorov@chromium.orgVirtually dispatched scavengers
2010-07-12 ager@chromium.orgRevert revisions 5041 and 5042 introducing virtual...
2010-07-12 ager@chromium.orgRemove the special error message for overflows when...
2010-07-12 serya@chromium.orgPort prototype-call-stubs for normal objects (coderevie...
2010-07-12 yurys@chromium.orgAllow to capture stack trace for uncaught exceptions
2010-07-12 vegorov@chromium.orgFix Win64 build problem introduced by r5041.
2010-07-12 vegorov@chromium.orgUse virtually dispatched specialized scavengers instead...
2010-07-09 whesse@chromium.orgCode cleanup: reorder functions in codegen-x64.cc to...
2010-07-08 erik.corry... Second half of number alloc change accidentally omitted...
2010-07-08 erik.corry... Add number allocation call to runtime.cc instead of...
2010-07-08 erik.corry... ARM: Add support for the VFP mov literal instruction...
2010-07-08 erik.corry... Add ReleaseStore function on OpenBSD.
2010-07-08 mikhail.naganov... Fix concurrent access to VMState::current_state_.
2010-07-07 erik.corry... Prepare push to trunk. We are now working on version...
2010-07-07 whesse@chromium.orgTest for correct exception message in invalid preparse...
2010-07-07 whesse@chromium.orgPrevent invalid pre-parsing data passed in through...
2010-07-06 kaznacheev... Fix crash introduced in r5019.
2010-07-06 vitalyr@chromium.orgMake lint happy.
2010-07-06 vitalyr@chromium.orgRemove some extra calls in date.js.
2010-07-06 erik.corry... Simplify the transitions in the Binary Op ICs. Now...
2010-07-06 vitalyr@chromium.orgFix crash: handle all flat string types in regexp replace.
2010-07-06 podivilov@chromium.orgDo not create handle in BreakLocationIterator::ClearDeb...
2010-07-06 lrn@chromium.orgConvert Unicode code points outside the basic multiling...
2010-07-05 vitalyr@chromium.orgJS2C tweaks:
2010-07-05 lrn@chromium.orgRegExp replace with empty string optimization by Sandholm.
2010-07-05 kaznacheev... Extracting relocation info from the code object.
2010-07-05 erik.corry... Specialize GenericUnaryStub so that it knows whether...
2010-07-05 kmillikin@chromium.orgPrepare push to trunk. Now working on version 2.2.23.
2010-07-02 peter.rybin... Describe LiveEdit changes and support preview mode
2010-07-02 erik.corry... Make ignore-negative-zeros analysis a little sharper.
2010-07-02 ager@chromium.orgFix bug in date code (issue 736) where -0 was not mappe...
2010-07-02 erik.corry... ARM: Use VFP for non-Smi bitops results. This is basic...
2010-07-02 ricow@chromium.orgAdd ES5 Object.isExtensible and Object.preventExtensions.
next