platform/upstream/v8.git
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...
2011-02-04 kmillikin@chromium.orgRemove the redundant load on every context lookup.
2011-02-04 karlklose@chromium.orgARM: Implement DoCmpID and DoCmpIDAndBranch in the...
2011-02-04 whesse@chromium.orgX64 Crankshaft: Add bit operations and shifts to x64...
2011-02-04 sgjesse@chromium.orgARM: Add support for and, or and xor to the type record...
2011-02-04 vegorov@chromium.orgFix compliance bug in decodeURI/decodeURIComponent.
2011-02-04 sgjesse@chromium.orgImplements DoubleToI on ARM. Refactor some VFP code...
2011-02-04 ager@chromium.orgx64: Implemented object, array and function literals...
2011-02-03 peterhal@chromium.orgFix bugs 992, 1083 and 1092
2011-02-03 antonm@chromium.orgDo proper security checks when accessing elements with...
2011-02-03 ager@chromium.orgX64: Implement FixedArrayLength, BoundsCheck, LoadElements,
2011-02-03 ager@chromium.orgDon't use eax on x64. :)
2011-02-03 ager@chromium.orgX64: Implement DoCallConstantFunction, DoLeaveInlined...
2011-02-03 whesse@chromium.orgX64 Crankshaft: Add TypeRecordingBinaryStub to X64
2011-02-03 whesse@chromium.orgFix X64 Windows compilation.
2011-02-03 ager@chromium.orgMinor cleanup in messages.js. Remove unused variables...
2011-02-03 ricow@chromium.orgAdd regression test for the deoptimizer immediately...
2011-02-03 antonm@chromium.orgFix array boundary error.
2011-02-03 whesse@chromium.orgFix compilation on 64-bit Windows, update Visual Studio...
2011-02-03 kmillikin@chromium.orgIntroduce a hydrogen value for contexts, support contex...
2011-02-03 danno@chromium.orgCreate specialized code stubs for PixelArray loads.
2011-02-03 whesse@chromium.orgFix X64 compilation on Windows.
2011-02-03 antonm@chromium.orgProperly process getOwnPropertyDescriptor for elements...
2011-02-03 kmillikin@chromium.orgStreamline the code for patching optimized code for...
2011-02-03 fschneider... Fix bug in pretenuring function literals from optimized...
2011-02-03 sgjesse@chromium.orgImplements Modulo operation on ARM for DoArithmeticD.
2011-02-03 mikhail.naganov... Heap profiler: fix removed DOM wrappers reporting.
2011-02-03 ager@chromium.orgAdd LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind...
2011-02-02 antonm@chromium.orgBetter security checks when accessing named properties...
2011-02-02 kmillikin@chromium.orgPrepare push to trunk. Now working on version 3.1.2.
2011-02-02 kmillikin@chromium.orgMore of the fix for V8 issue 1079.
2011-02-02 antonm@chromium.orgFollow up to r6540: remove early return from C++ builti...
2011-02-02 erik.corry... Fix code generation bug on ARM in classic codegen.
2011-02-02 kmillikin@chromium.orgFix x64 DEBUG build.
2011-02-02 lrn@chromium.orgFix bug in object literals with large array indexes...
2011-02-02 kmillikin@chromium.orgPartial fix for V8 issue 1079.
2011-02-02 vegorov@chromium.orgGDBJIT: emit .eh_frame section on x64.
2011-02-02 ager@chromium.orgA MessageObject is a purely internal object to hold...
2011-02-02 whesse@chromium.orgFix Math.pow(-0, 0.5) and Math.pow(-0, -0.5). These...
2011-02-02 karlklose@chromium.orgExtract platform independent part of RevertStackCheckCode.
2011-02-02 sgjesse@chromium.orgARM: Refactor duplicated floating point code in type...
2011-02-02 vegorov@chromium.orgRequire typed input representation for HTypeof hydrogen...
2011-02-02 ricow@chromium.orgThis fixes the issue with the deoptimizer trashing...
2011-02-02 ricow@chromium.orgRevert revision 6555 as it causes win32 debug to fail.
2011-02-01 vegorov@chromium.orgSwitch from template functions overloading to partial...
2011-02-01 peterhal@chromium.orgRevert "Fix bugs 992 and 1083"
2011-02-01 peterhal@chromium.orgFix bugs 992 and 1083
2011-02-01 sgjesse@chromium.orgARM: Add multiplication and modulus to the type recordi...
2011-02-01 mmaly@chromium.orgFix Xcode project.
2011-02-01 mmaly@chromium.orgFix error message name.
2011-02-01 vegorov@chromium.orgFix control flow resolution bug in lithium register...
2011-02-01 antonm@chromium.orgCompare JSObjects by identity immediately.
next