platform/upstream/v8.git
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.
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...
next