platform/upstream/v8.git
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.
2010-06-25 ager@chromium.orgFix bug in JSON.stringify where Boolean objects are...
2010-06-25 lrn@chromium.orgFix bug in regexp exec with global regexps.
2010-06-24 whesse@chromium.orgPort optimization of comparison with a trivial LHS...
2010-06-24 whesse@chromium.orgFix error in for-in on x64 platform using full compiler...
2010-06-24 vitalyr@chromium.orgAdd "has fast elements" bit to maps and use it in inlin...
2010-06-24 kaznacheev... Fixing the regression introduced in r4716.
2010-06-24 vegorov@chromium.orgFix compilation failure on Win.
2010-06-24 vegorov@chromium.orgTake survival rates of young objects into account when...
2010-06-24 sandholm@chromium.orgChange kMinComplexMemCopy to 64 for IA32. It's just...
2010-06-24 erik.corry... ARM: Remove spilled scopes.
2010-06-24 mikhail.naganov... fixed
2010-06-24 lrn@chromium.orgX64: Remove more fpu code. Unroll more local initializa...
2010-06-24 mikhail.naganov... Make SampleRateCalculator test resilient to float preci...
2010-06-24 erik.corry... ARM: Remove a bunch of spilled scopes. Still a lot...
2010-06-23 lrn@chromium.orgX64: Change some fpu operations to use XMM registers.
2010-06-23 erik.corry... ARM: Fix bug introduced in 4783 (2.2.15) that caused the
2010-06-23 lrn@chromium.orgX64: A bunch of small fixes.
2010-06-23 whesse@chromium.orgUse SSE2 registers when comparing identical heap number...
2010-06-23 kaznacheev... Remove redundant checks in and around GenerateDictionar...
2010-06-23 ricow@chromium.orgPrepare push to trunk. Now working on version 2.2.20.
2010-06-23 ricow@chromium.orgAdd regression test for the code flushing in issue...
2010-06-23 ricow@chromium.orgOnly flush code when there are no heap allocated locals...
2010-06-23 lrn@chromium.orgLower waste from alignment of deferred code blocks.
2010-06-22 lukezarkoMake the apply.js unit test more resilient to differing...
2010-06-22 mikhail.naganov... Heap profiler: perform a GC round before taking a snapshot
2010-06-22 lrn@chromium.orgMade scanner follow coding style.
2010-06-22 erik.corry... Augment trace-ic to provide information on patching...
2010-06-22 lrn@chromium.orgX64: Change strategy for spilling to match ia32. It...
2010-06-22 erik.corry... Add movw and movt support for ARMv7. This includes...
2010-06-21 evan@chromium.orgUse this->Foo() in some places due to two-phase lookup.
2010-06-21 lrn@chromium.orgX64: Fix bug in LoadSSE2NumberOperands. It can be calle...
2010-06-21 lrn@chromium.orgX64: Reapply fix for allocating HeapNumber results...
2010-06-21 sgjesse@chromium.orgARM: Update the generation of the name for GenericBinar...
2010-06-21 whesse@chromium.orgAvoid redundant smi check in x64 loading of floats...
2010-06-21 lrn@chromium.orgX64: Load HeapNumberMap once in BinaryOpStub, and reuse it.
2010-06-18 lrn@chromium.orgX64: Make more computations happen on 32-bit values...
2010-06-18 sgjesse@chromium.orgAPI: Resolve linker issues with using V8 as a DLL
2010-06-17 erik.corry... ARM: Load the heap number map into a register and keep it
2010-06-17 antonm@chromium.orgPush AccessorInfo data directly if they reside in old...
2010-06-17 vitalyr@chromium.orgTrack ascii-ness of data in externalized strings.
2010-06-17 lrn@chromium.orgX64: Change some smi operations to work on untagged...
2010-06-17 mikhail.naganov... Heap profiler: add a missing link between a function...
2010-06-17 podivilov@chromium.orgFix a bug when top level break points fall into the...
2010-06-17 erik.corry... ARM: Minor refactoring of RecordWrite, does not require...
2010-06-17 ager@chromium.orgMove definition of NegateConditon from assembler*-inl...
2010-06-16 sgjesse@chromium.orgARM: Special case for modulus of two smis in the generi...
2010-06-16 mikhail.naganov... Fix issue 738: make compilable with profilingsupport=off
2010-06-16 podivilov@chromium.orgSave actual break point location to script break point...
2010-06-16 ager@chromium.orgRemove the comisd instruction from the ia32 and x64...
2010-06-16 lrn@chromium.orgX64: Change overflow checks to only jump on overflow.
2010-06-16 whesse@chromium.orgPrepare push to trunk. We are now working on version...
next