platform/upstream/v8.git
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.
2010-07-02 serya@chromium.orgThis change allows generating call-stubs for objects...
2010-07-02 lrn@chromium.orgX64: Added register holding Smi::FromInt(1).
2010-07-02 ager@chromium.orgUse the number of in-object properties when deciding...
2010-07-02 erik.corry... Simplify ToBoolean if we know we have a Smi.
2010-07-02 ager@chromium.orgLanding for victorw@chromium.org.
2010-07-01 whesse@chromium.orgFix problem in r4998. Initialize target of break and...
2010-07-01 whesse@chromium.orgLet relational comparison operators quickly compare...
2010-07-01 erik.corry... ARM: Don't emit a write barrier for an inlined keyed...
2010-07-01 lrn@chromium.orgX64: Made simpler version of fast-smi-loop code.
2010-07-01 podivilov@chromium.orgClear function breakpoints in Debug::HandleWeakDebugInf...
2010-06-30 peter.rybin... LiveEdit: Support debug break slots in frame dropping...
2010-06-30 sgjesse@chromium.orgARM: Correctness fix to Math.pow optimization
2010-06-30 sgjesse@chromium.orgARM: Fix GC bug with previous change
2010-06-30 whesse@chromium.orgDecide that different detectable objects are not equal...
2010-06-30 ager@chromium.orgImplement IC for storing to dictionary case objects.
2010-06-30 sgjesse@chromium.orgARM: Special code for raising to the power of an integer
2010-06-30 lrn@chromium.orgPrepare push to trunk. We are now working on version...
2010-06-30 sgjesse@chromium.orgARM: Fix disassembly of double registers
2010-06-30 lrn@chromium.orgFix Chromium issue 47824.
2010-06-30 ricow@chromium.orgUpdate the mozilla tests to the newest version.
2010-06-29 lrn@chromium.orgX64: Make the ToBoolean inline code do even less if...
2010-06-29 lrn@chromium.orgX64: A number of small tweaks.
2010-06-29 vitalyr@chromium.orgType info: fix three bit representation of smi type.
2010-06-29 vitalyr@chromium.orgtools/stats-viewer.py: add counter filter.
2010-06-29 sgjesse@chromium.orgARM: Use the vsqrt instruction when available
2010-06-29 ricow@chromium.orgEven more cleanup of es5 test expectations.
2010-06-29 ricow@chromium.orgUpdate JSON.stringify to floor the space parameter...
2010-06-29 whesse@chromium.orgEnsure that ToPrimitive is called on all objects involv...
2010-06-29 ricow@chromium.orgUpdate the ES5 conformance tests to the latest version...
2010-06-28 kasperl@chromium.orgUpdate the V8 benchmark suite with the following fixes:
2010-06-28 podivilov@chromium.orgProvide actual breakpoints locations in response to...
2010-06-28 erik.corry... Do integer mod via sum-of-digits technique. This benef...
2010-06-28 fschneider... Prepare push to trunk. We are now working on version...
2010-06-28 whesse@chromium.orgRemove not-both-smis optimization on FloatingPointHelpe...
2010-06-28 yurys@chromium.orgFix 15.2.3.4 es5conform test
2010-06-28 yurys@chromium.orgObject.getOwnPropertyNames should be free of duplicates
2010-06-25 lukezarkoAvoid a potential null dereference wrt the CPU profiler.
2010-06-25 lrn@chromium.orgFix bug in CheckBothPositiveSmi macro.
2010-06-25 lrn@chromium.orgAdd special case of taking a substring that is the...
2010-06-25 ricow@chromium.orgFixes bug in Array.prototype.lastIndexOf when called...
2010-06-25 vegorov@chromium.orgDon't make any decisions on old space limits after...
2010-06-25 lrn@chromium.orgLess intrusive patch for regexp bug.
next