platform/upstream/v8.git
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().
2011-02-08 vegorov@chromium.orgCheck for overflow when bumping new space's top in...
2011-02-08 ager@chromium.orgFix issues with using defineProperty on the global...
2011-02-08 kmillikin@chromium.orgPrepare for bailout with the proper state at labeled...
2011-02-08 ricow@chromium.orgx64: Add MulI and DivI to lithium instructions.
2011-02-08 lrn@chromium.orgCorrect propagation of exceptions from setters.
2011-02-08 kmillikin@chromium.orgFix a possible duplicate AST ID for deoptimization.
2011-02-08 whesse@chromium.orgBailout from crankshaft if a global property is found...
2011-02-08 ricow@chromium.orgMake sure that we do not call is_extensible on the...
2011-02-08 vegorov@chromium.orgSpeedup decodeURI/decodeURIComponent by switching from...
2011-02-08 ricow@chromium.orgMake sure that we never call prevent extension on the...
2011-02-08 lrn@chromium.orgFix bug in JSON.parse for objects containing "__proto__...
2011-02-08 whesse@chromium.orgX64 Crankshaft: Implement DoCodeStub on X64 platform.
2011-02-08 fschneider... Refactor lithium instructions for constants.
2011-02-08 vegorov@chromium.orgSupport %_IsConstructCall in the Crankshaft pipeline.
2011-02-08 whesse@chromium.orgX64 Crankshaft: Use TypeRecordingBinaryStub in crankshaft.
2011-02-08 ager@chromium.orgFixed a number of issues on x64 crankshaft port:
2011-02-07 mmaly@chromium.orgClean up es5conform.status per feedback.
2011-02-07 lrn@chromium.orgX64: Add Crankshaft operation LoadGlobal.
2011-02-07 ager@chromium.orgx64: Implement SmiUntag, SmiTag, LoadHeapObject and...
2011-02-07 lrn@chromium.orgX64: Disable crankshaft if serializerion is enabled.
2011-02-07 ricow@chromium.orgPrepare push to trunk. Now working on version 3.1.3.
2011-02-07 ricow@chromium.orgRe-insert exception for mozilla/ecma/Date/15.9.5.10...
2011-02-07 kmillikin@chromium.orgDo not compile the unreachable body of functions with...
2011-02-07 sandholm@chromium.orgImprove ScanJsonNumber.
2011-02-07 ricow@chromium.orgRemove exceptions for Function.prototype.bind from...
2011-02-07 ricow@chromium.orgSimplify exceptions for ecma/Date/15.9.5.10-2 in mozill...
2011-02-07 sgjesse@chromium.orgFix an issue in DoMulI and address mjsunit test failure.
2011-02-04 mmaly@chromium.orgFix es5conform.status expectation file.
2011-02-04 peterhal@chromium.orgIssue 117 - strict mode and future reserved words
2011-02-04 mmaly@chromium.orgPass strict mode to eval.
2011-02-04 vegorov@chromium.orgRestore context after LApplyArguments.
2011-02-04 whesse@chromium.orgDisable Mozilla date test that times out on X64 crankshaft.
2011-02-04 lrn@chromium.orgFix potential overwriting of debug jumps of following...
2011-02-04 fschneider... Fix ARM debug build. Insert missing declaration.
2011-02-04 antonm@chromium.orgLanding for Zaheer Ahmad.
2011-02-04 fschneider... Remove instruction summaries.
2011-02-04 whesse@chromium.orgX64 Crankshaft: Port TaggedToI to X64.
2011-02-04 ricow@chromium.orgMake sure that we don't actually overwrite a property...
next