platform/upstream/v8.git
2011-06-22 jkummerow@chromium.orgAdd possibility to configure 'prototype' property via...
2011-06-22 lrn@chromium.orgPrepare push to trunk. Now working on V8 version 3...
2011-06-22 fschneider... Eliminate unnecessary patching of load-length ICs in...
2011-06-22 erik.corry... Limit the size of the space reserved for code on system...
2011-06-22 lrn@chromium.orgCombined identical classes V8JavaScriptScanner and...
2011-06-22 svenpanne@chromium.orgMake ToBooleanStub more consistent across platforms.
2011-06-22 sgjesse@chromium.orgMIPS: Fix arguments-branch update per review comments.
2011-06-22 sgjesse@chromium.orgARM: Fix context save/restore for VFP registers.
2011-06-22 ager@chromium.orgAllow compiling v8_shell with the 'host' toolset.
2011-06-21 peter.rybin... Issue 1418: Debug: extends setBreakpoint API to accept...
2011-06-21 lrn@chromium.org[x64] Fix disassembly of movmskpd instruction.
2011-06-21 lrn@chromium.orgMake multi-line comments not count when checking whethe...
2011-06-21 fschneider... Remove redundant hydrogen- and lithium instruction...
2011-06-21 karlklose@chromium.orgFix wrong bounds check on arguments object.
2011-06-21 ager@chromium.orgCorrectly handle non-array receivers in Array length...
2011-06-21 mikhail.naganov... Heap profiler: add an ability to iterate over snapshot...
2011-06-21 jkummerow@chromium.orgUse issue number instead of username for TODO comment
2011-06-21 sgjesse@chromium.orgMIPS: port Merge arguments branch to bleeding edge...
2011-06-21 sgjesse@chromium.orgMIPS: Port some DIV changes to BinaryOpStub::GenerateIn...
2011-06-21 sgjesse@chromium.orgMIPS: Update an outdated comment in the CEntryStub.
2011-06-20 whesse@chromium.orgPrepare push to trunk. Now working on V8 version 3...
2011-06-20 whesse@chromium.orgRestore accidentally deleted src/extensions/experimenta...
2011-06-20 svenpanne@chromium.orgUse the correct soname when linking together the prepar...
2011-06-20 jkummerow@chromium.orgFix DoHasInstanceType on ARM
2011-06-20 svenpanne@chromium.orgRefactor the way we collect the information for associa...
2011-06-20 sgjesse@chromium.orgInclude the loop header block when eliminating stack...
2011-06-20 erik.corry... Do not automatically pretenure global closures in runti...
2011-06-20 lrn@chromium.orgMade parser not accept unicode escapes inside "native...
2011-06-20 lrn@chromium.orgMake "native" not a keyword.
2011-06-20 jkummerow@chromium.orgCrankshaft support for polymorphic array handling
2011-06-20 whesse@chromium.orgPrepare push to trunk. Now working on version 3.4.6.
2011-06-20 kasperl@chromium.orgGeneralized Stephen's patch from codereview.chromium...
2011-06-17 jkummerow@chromium.orgCleanup: use JumpIf[Not]Smi() whenever we can
2011-06-17 fschneider... Fix wrong parenthesis in stub ARM and MIPS generation...
2011-06-17 mikhail.naganov... Fix issue 1417: check for script source availability...
2011-06-17 lrn@chromium.orgFix mozilla test-expectatations to match the new behavi...
2011-06-17 erik.corry... Refix issue 1472. The previous fix worked for the...
2011-06-17 lrn@chromium.orgMake line-terminators inside multi-line comments count.
2011-06-16 erik.corry... Add missing assert to Label destructor.
2011-06-16 karlklose@chromium.orgMerge arguments branch to bleeding edge (second try).
2011-06-16 ricow@chromium.orgReinitialize the arguments object in d8 when renewing...
2011-06-16 jkummerow@chromium.orgFix building in release mode with disassembler=on
2011-06-16 sgjesse@chromium.orgARM: Clean up literal pool generation.
2011-06-16 karlklose@chromium.orgRevert "Merge arguments branch to bleeding merge."
2011-06-15 erik.corry... Avoid OOM on regexps with nested quantifiers.
2011-06-15 vegorov@chromium.orgAdd missing branches in code generated for LModI with...
2011-06-15 karlklose@chromium.orgMerge arguments branch to bleeding merge.
2011-06-15 ricow@chromium.orgMake name and message non-enumerable on Error object...
2011-06-15 ager@chromium.orgAdd a number of old tests to the mjsunit test suite.
2011-06-15 ricow@chromium.orgChange DefineOrRedefineDataProperty to use local lookup...
2011-06-15 ricow@chromium.orgEnsure that bound functions does not have a prototype...
2011-06-15 sgjesse@chromium.orgMIPS: port First steps towards better code generation...
2011-06-15 svenpanne@chromium.orgPrepare push to trunk.
2011-06-15 fschneider... Generate better branch code for instanceof-predicates.
2011-06-15 karlklose@chromium.orgUpdate an outdated comment in the CEntryStub on ARM.
2011-06-15 ager@chromium.orgRemove unused methods.
2011-06-15 ricow@chromium.orgCorrectly set ReadOnly flag on indexed properties when...
2011-06-14 kmillikin@chromium.orgFix invalid assertion.
2011-06-14 kmillikin@chromium.orgGuard an unsafe cast of a catch context's extension...
2011-06-14 fschneider... Distinguish keyed loads with a symbol key from fast...
2011-06-14 vitalyr@chromium.orgMake valgrind happy with SparseSet.
2011-06-14 kmillikin@chromium.orgChange the representation of catch contexts.
2011-06-14 ricow@chromium.orgGeve correct error message when Object.isExtensible...
2011-06-14 svenpanne@chromium.orgFirst steps towards better code generation for LBranch:
2011-06-14 sgjesse@chromium.orgAlways print the deoptimization data when disassembling...
2011-06-14 sgjesse@chromium.orgMIPS: port Refactor platform-specific code for determin...
2011-06-10 mikhail.naganov... Skip test-debug/DebuggerAgent on ARM. Issue 945.
2011-06-10 yangguo@chromium.orgadded explicit attributes since constructors have only...
2011-06-10 yangguo@chromium.orgremoved isolates from d8 since they are not necessary...
2011-06-10 yangguo@chromium.orgcorrected parts in d8 that accesses the new "deisolated...
2011-06-10 ager@chromium.orgAdd GetOwnPropertyNames method for Object in the API
2011-06-10 svenpanne@chromium.orgAdded two convenience methods to access an int/double...
2011-06-10 fschneider... Add support for hydrogen control instructions with...
2011-06-10 mikhail.naganov... "Deiceolate" Thread classes.
2011-06-10 ager@chromium.orgFix issue 1447 by not redefining properties unneccesari...
2011-06-10 mikhail.naganov... Revert accidental r8254..r8256
2011-06-10 mikhail.naganov... trying to fix test
2011-06-10 mikhail.naganov... tests compile but crash
2011-06-10 mikhail.naganov... remove isolate reference from threads
2011-06-10 danno@chromium.orgRefactor platform-specific code for determining shared...
2011-06-10 sgjesse@chromium.orgRemove the flag --debug-info
2011-06-10 sgjesse@chromium.orgMIPS: port Dispatch on ElementsKind rather than Externa...
2011-06-10 sgjesse@chromium.orgMIPS: port Link function contexts directly to the previ...
2011-06-10 sgjesse@chromium.orgMIPS: port Link function contexts directly to the previ...
2011-06-09 kmillikin@chromium.orgUse the previous context link when checking context...
2011-06-09 danno@chromium.orgFix bogus unreachable in debug code.
2011-06-09 sgjesse@chromium.orgGYP: Generate makefiles for all architectures on Linux
2011-06-09 fschneider... Simplify the check when to perform loop invariant code...
2011-06-09 danno@chromium.orgDispatch on ElementsKind rather than ExternalArrayType...
2011-06-09 yangguo@chromium.orgfixed style mistake found in presubmit.py
2011-06-09 ager@chromium.orgCorrect the limit of local variables in a optimized...
2011-06-09 yangguo@chromium.orgadded --stress-opt option to d8
2011-06-09 svenpanne@chromium.orgMoved non-architecture-specific GetFooCodeStub function...
2011-06-09 sgjesse@chromium.orgGYP: Make the ARM simulator build with GYP again
2011-06-09 kmillikin@chromium.orgLink function contexts directly to the previous context.
2011-06-09 whesse@chromium.orgAdd boolean flag to HChange and LNumberUntagD to not...
2011-06-09 kmillikin@chromium.orgUpdate the blacklist in fuzz-natives.
2011-06-09 kmillikin@chromium.orgA collection of context-related refactoring changes.
2011-06-09 fschneider... Fix bug with GVN on array loads.
2011-06-09 danno@chromium.orgImplement core support for FixedDoubleArrays.
next