platform/upstream/v8.git
2011-02-16 karlklose@chromium.orgARM: Implement GetCachedArrayIndex in the lithium code...
2011-02-16 lrn@chromium.orgFix bug 1137. No longer allow the RegExp /(*)/.
2011-02-15 vegorov@chromium.orgAdded gdb-jit interface support for ARM. Compressed...
2011-02-15 mmaly@chromium.orgFix presubmit.
2011-02-15 mmaly@chromium.orgStrict mode "this" transformation in Function.call...
2011-02-15 rossberg@chromium.orgEnable compound assignment to context slots.
2011-02-15 ricow@chromium.orgFix wrong assert in ia32 deoptimizer.
2011-02-15 vitalyr@chromium.orgFix issue 1160: check array elements in ArrayJoin.
2011-02-15 ricow@chromium.orgMake sure we always have room for patching the reloc...
2011-02-15 lrn@chromium.orgChange native RegExp call code to properly set C++...
2011-02-15 vitalyr@chromium.orgFix issue 1152: temporary JS array invariant violation...
2011-02-15 ricow@chromium.orgx64: Port OSR to the x64 platform.
2011-02-15 whesse@chromium.orgX64 Crankshaft: Fix another error in pushed registers...
2011-02-15 whesse@chromium.orgFix FastPixelArrayStore on X64 platform.
2011-02-15 karlklose@chromium.orgFix ARM debug build: remove ASSERT.
2011-02-15 ricow@chromium.orgAdd access check when Object.keys is called on the...
2011-02-15 karlklose@chromium.orgARM: Implement DoHasCachedArrayIndex and DoHasCachedArr...
2011-02-15 karlklose@chromium.orgARM: Enable OSR by default.
2011-02-15 kmillikin@chromium.orgRefactor construction of polymorphic loads, stores...
2011-02-14 mmaly@chromium.orgStrict mode delete of non-configurable property.
2011-02-14 danno@chromium.orgImplement specialized IC code stubs for pixel array...
2011-02-14 mmaly@chromium.orgStrict mode delete of unqualified identifier.
2011-02-14 whesse@chromium.orgX64 Crankshaft: Fix bug in pushed registers at safepoin...
2011-02-14 mmaly@chromium.orgRefactoring codegen for delete.
2011-02-14 antonm@chromium.orgIntroduce new runtime function to make join with lower...
2011-02-14 whesse@chromium.orgX64 Crankshaft: Fix error in pushed register indices...
2011-02-14 whesse@chromium.orgX64 Crankshaft: Add test that fails on x64 Crankshaft...
2011-02-14 ricow@chromium.orgChange kPointerSize to kIntSize in ia32 specific stack...
2011-02-14 fschneider... Fix a potential crash bug in keyed calls for non-string...
2011-02-14 kmillikin@chromium.orgFix a duplicate AST ID recorded for for/in.
2011-02-14 ager@chromium.orgMore x64 work.
2011-02-14 karlklose@chromium.orgARM: Implement PatchStackCheckCodeAt and RevertStackChe...
2011-02-14 whesse@chromium.orgAdd ArithmeticD instruction to x64 Crankshaft.
2011-02-14 ricow@chromium.orgUse ForceSetObjectProperty in DefineOrRedefineDataPrope...
2011-02-14 ricow@chromium.orgDo not allow calls to SetProtoType on functions that...
2011-02-14 sgjesse@chromium.orgPrepare push to trunk. We are now working on version...
2011-02-14 fschneider... Small cleanup of unused code in hydrogen IR.
2011-02-14 ricow@chromium.orgAdd support for the global object in Object.keys (fixes...
2011-02-13 karlklose@chromium.orgRevert r6759.
2011-02-13 mmaly@chromium.orgImplement assignment to undefined reference in ES5...
2011-02-13 karlklose@chromium.orgARM: Implement PatchStackCheckCodeAt and RevertStackChe...
2011-02-13 karlklose@chromium.orgARM: Implement OSR infrastructure.
2011-02-11 mmaly@chromium.orgRevert r6756. Check failed on V8 arm - debug - crankshaft.
2011-02-11 mmaly@chromium.orgImplement assignment to undefined reference in ES5...
2011-02-11 fschneider... Revert r6748.
2011-02-11 antonm@chromium.orgProperly treat exceptions thrown while compiling.
2011-02-11 erik.corry... Fix code.google.com/p/chromium/issues/detail?id=72555...
2011-02-11 sandholm@chromium.orgFix sputnik regression introduced in r6747.
2011-02-11 kmillikin@chromium.orgRemove the uses of the arguments from all calls.
2011-02-11 fschneider... Add a genuine unary minus instruction to Crankshaft.
2011-02-11 sandholm@chromium.orgImprove StringIndexOf.
2011-02-11 mikhail.naganov... removed
2011-02-11 kmillikin@chromium.orgFix the semantics of delete on parameters.
2011-02-11 kmillikin@chromium.orgPort bug fixes to optimized Function.prototype.apply...
2011-02-11 sgjesse@chromium.orgSmall cleanup of bug ids
2011-02-11 kmillikin@chromium.orgProhibit moving instructions with side effects via...
2011-02-10 sgjesse@chromium.orgARM: Add shift operations to the type recording binary...
2011-02-10 ricow@chromium.orgFix presubmit.
2011-02-10 lrn@chromium.orgFix typo in ASSERT in object-verifier for RegExp.
2011-02-10 ricow@chromium.orgX64: Add DoCallNamed, DoContext, DoCallGlobal, and...
2011-02-10 ricow@chromium.orgPort revision 6732 to arm.
2011-02-10 ricow@chromium.orgX64: Add VisitGlobalPropertyCell to the relocinfo visitor.
2011-02-10 ricow@chromium.orgX64: Fix Generate_NotifyLazyDeoptimized to actually...
2011-02-10 antonm@chromium.orgBypass JS accessors when building error array.
2011-02-10 antonm@chromium.orgFix various places which do not check if SetProperty...
2011-02-10 antonm@chromium.orgFix forging of object's identity hashes.
2011-02-10 fschneider... Check holder before optimizing calls to global functions.
2011-02-10 vegorov@chromium.orgBailout from PrepareSlowElementsForSort when hiting...
2011-02-10 danno@chromium.orgImplement crankshaft support for pixel array loads.
2011-02-10 fschneider... Strengthen requirements for fixed registers at calls.
2011-02-10 kmillikin@chromium.orgFix a representation change bug in the Hydrogen graph...
2011-02-10 kmillikin@chromium.orgInsert a space to please our presubmit overlords.
2011-02-10 fschneider... Fix bug in register requirements for function.apply.
2011-02-10 kmillikin@chromium.orgAllow esi to be an allocatable register on IA32.
2011-02-10 mikhail.naganov... Shorten constructor names in JS tickprocessor.
2011-02-09 antonm@chromium.orgDo not invoke any setters when forming stack trace...
2011-02-09 antonm@chromium.orgReapply code.google.com/p/v8/source/detail?r=6555
2011-02-09 kmillikin@chromium.orgMake optimized Function.prototype.apply safe for non...
2011-02-09 whesse@chromium.orgMake VS2005 project files compile without errors: chang...
2011-02-09 whesse@chromium.orgAdd a regression test for issue 1106, optimized access...
2011-02-09 sgjesse@chromium.orgARM: Add type-feedback recording for compare
2011-02-09 ager@chromium.orgx64: Enable inline smi code patching to reenable the...
2011-02-09 erik.corry... Prepare push to trunk. Now working on version 3.1.4.
2011-02-09 lrn@chromium.orgFix incorrect asserts in scanner.
2011-02-09 floitschV8... Add two tests to strtod.
2011-02-09 whesse@chromium.orgFix assert error on ARM triggered by large numbers...
2011-02-09 whesse@chromium.orgFix typo in r6697: Use assertThrows correctly in the...
2011-02-09 whesse@chromium.orgFix a bug that occurs when functions are defined with...
2011-02-09 fschneider... Change the code for materializing double constants...
2011-02-09 ricow@chromium.orgChange our zap values from hex numbers tagged as a...
2011-02-09 kmillikin@chromium.orgFix an assertion failure in stack trace construction.
2011-02-09 antonm@chromium.orgUse GC-safe version when setting elements.
2011-02-08 antonm@chromium.orgDo sanity check of exception state when returning from...
2011-02-08 antonm@chromium.orgCheck if Array.prototype.__proto__ has been reset to...
2011-02-08 ager@chromium.orgPort fix for duplicate AST ID for deoptimization to...
2011-02-08 antonm@chromium.orgPropagate exceptions thrown when setting elements.
2011-02-08 antonm@chromium.orgWe cannot assert that v8 is running in fatal error...
2011-02-08 antonm@chromium.org1) Return failure if any of property sets failed;
2011-02-08 ager@chromium.orgFix wrong assumption in parser that parsing a function...
2011-02-08 ager@chromium.orgARM: Fix condition usage in DeoptimizeIf().
next