platform/upstream/v8.git
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.
2011-06-09 sgjesse@chromium.orgAdd support for building Xcode project files from GYP...
2011-06-09 ager@chromium.orgFix Array.prototype.{reduce,reduceRight} to pass undefi...
2011-06-09 sgjesse@chromium.orgMIPS: port Stop using with explicitly to implement...
2011-06-08 kmillikin@chromium.orgFix lint error. TBR.
2011-06-08 kmillikin@chromium.orgStop using with explicitly to implement try/catch.
2011-06-08 fschneider... Remove unused function form hydrogen instructions.
2011-06-08 fschneider... Cleanup unused lithium instructions.
2011-06-08 mikhail.naganov... Add snapshot compression support into d8.
2011-06-08 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.4.4.
2011-06-08 lrn@chromium.orgFix bug in Object.defineProperty where a growing lement...
2011-06-08 sandholm@chromium.orgSpecialize JSON parser to only check for SequentialAsci...
2011-06-08 danno@chromium.orgAdd failing test case for bug 1434
2011-06-08 erik.corry... Revert 8133: Lower heap size limits on systems that...
2011-06-07 vitalyr@chromium.orgFix bug 1433: clear the global thread table when an...
2011-06-07 vitalyr@chromium.orgReduce TLS overhead in v8::TryCatch.
2011-06-07 vitalyr@chromium.orgClean up a few TODO(isolates).
2011-06-07 ager@chromium.orgConvert time zone name to UTF8 on Windows.
2011-06-07 whesse@chromium.orgLimit the number of arguments in a function call to...
2011-06-07 mikhail.naganov... Fix presubmit errors catched by a more recent version...
2011-06-07 mikhail.naganov... Fix typo: RetainedSizeCalculator::reained_size -> retai...
2011-06-06 mikhail.naganov... Fix presubmit after r8189
2011-06-06 mikhail.naganov... Compress sources of JS libraries in addition to the...
2011-06-06 vitalyr@chromium.orgUpdate comments in the global handles interface.
2011-06-06 vitalyr@chromium.orgKill some dead code: classic frame element and const...
2011-06-06 vitalyr@chromium.orgRefactor storage of global handles.
2011-06-06 fschneider... Re-land r8140: Deoptimize on never-executed code-paths.
2011-06-06 ager@chromium.orgDon't use SmartSlice just because the receiver is an...
2011-06-06 jkummerow@chromium.orgPer-Isolate cache for polymorphic stubs
2011-06-06 kmillikin@chromium.orgFix a bug in Lithium environment iteration.
2011-06-06 erik.corry... Prepare push to trunk. Now working on version 3.4.3.
2011-06-06 ager@chromium.orgMIPS: port Add complete ElementsKind information direct...
2011-06-06 ager@chromium.orgMIPS: port Implement set trap for proxies, and revamp...
2011-06-06 erik.corry... Fix asserts in StartPreemption and StopPreemption.
2011-06-06 ager@chromium.orgMIPS: Fixed FPU rounding checks and related errors...
2011-06-06 karlklose@chromium.orgARM: Add optimization for constant RHS in DoMulI.
2011-06-03 mikhail.naganov... Define stubs for implementations of v8-profiler.h API...
2011-06-03 erik.corry... Fix traversal of the map transition tree to take the...
2011-06-03 ager@chromium.orgReapply: "Make instanceof and Object.getPrototypeOf...
2011-06-03 ager@chromium.orgReport out of memory if we cannot allocate memory for...
2011-06-03 danno@chromium.orgAdd complete ElementsKind information directly to Map...
2011-06-02 dslomov@chromium.orgPatch by Luke Zarko.
2011-06-02 mikhail.naganov... Add curly braces to if / else clauses after r8152
2011-06-02 ager@chromium.orgRevert "Make instanceof and Object.getPrototypeOf work...
2011-06-01 mikhail.naganov... Revert "Fix Issue 1320: LiveEdit: text differencer...
2011-06-01 mikhail.naganov... Fix presubmit errors after r8152
2011-06-01 mikhail.naganov... [Linux] Do not install SIGPROF handler until we
2011-06-01 cira@chromium.orgRe-landing http://codereview.chromium.org/7014019.
2011-06-01 rossberg@chromium.orgMake instanceof and Object.getPrototypeOf work for...
2011-06-01 peter.rybin... Fix Issue 1320: LiveEdit: text differencer fails with...
2011-06-01 sandholm@chromium.orgUntank compilation and fix JSON parse bug introduced...
2011-06-01 sandholm@chromium.orgRemove scanner abstraction layer from JSON parsing.
2011-06-01 fschneider... Revert r8140.
2011-06-01 kmillikin@chromium.orgDelay processing of declarations for inlining candidates.
2011-06-01 sandholm@chromium.orgRemoving white spaces introduced in r8142.
2011-06-01 sandholm@chromium.orgEnsure strings are never externalized as a side-effect...
2011-06-01 erik.corry... Fix compilation on OpenBSD. Patch from Robert Nagy in
2011-06-01 fschneider... Eagerly deoptimize on never-executed code-paths.
2011-06-01 kmillikin@chromium.orgDisable context-allocated const variables.
2011-06-01 sgjesse@chromium.orgMIPS: port Fix receiver for calls to strict-mode and...
2011-06-01 sgjesse@chromium.orgMIPS:port Reapply change to Pass undefined to JS builti...
2011-06-01 sgjesse@chromium.orgMIPS: port Fix a number of IC stubs to correctly set...
2011-06-01 sgjesse@chromium.orgMIPS: port Prevent deopt on double value assignment...
2011-06-01 sgjesse@chromium.orgARM: Be consistent about the condition codes used with...
2011-06-01 erik.corry... Lower heap size limits on systems that are short of...
2011-06-01 svenpanne@chromium.orgOoops, forgot to commit the renamings in Hydrogen for...
2011-06-01 ricow@chromium.orgPrepare push to trunk. Now working on version 3.4.2.
2011-05-31 peter.rybin... LiveEdit: Optimize compare by stripping common suffix...
2011-05-31 cira@chromium.orgRemoved all references to v8/src from i18n extension...
2011-05-31 rossberg@chromium.orgImplement set trap for proxies, and revamp class hierar...
2011-05-31 erik.corry... Revert 8122 (stub call asserts) while test failures...
2011-05-31 svenpanne@chromium.orgReduced the code ping-pong between the full code genera...
2011-05-31 vegorov@chromium.orgFix two bugs in LiveRange::SplitAt:
2011-05-31 erik.corry... Add asserts and state tracking to ensure that we do...
2011-05-31 kmillikin@chromium.orgSupport optimization of named function literals.
2011-05-31 ager@chromium.orgUpdate apply with arguments optimization for strict...
2011-05-31 jkummerow@chromium.orgAdd support for external arrays to d8
2011-05-31 svenpanne@chromium.orgPush the general AST id field down from ASTNode to...
2011-05-31 ager@chromium.orgFix a number of tests that incorrectly used assertUnrea...
2011-05-31 ager@chromium.orgFix receiver for calls to strict-mode and builtin funct...
2011-05-30 sgjesse@chromium.orgFix building with profilingsupport=off
2011-05-30 mikhail.naganov... Heap profiler: fetch document.URL of global objects.
2011-05-30 ager@chromium.orgReapply change to Pass undefined to JS builtins when...
2011-05-30 ager@chromium.orgFix a number of IC stubs to correctly set the call...
2011-05-30 fschneider... Fix timeout and a small bug in a regression test.
2011-05-30 fschneider... Simple support for const variables in Crankshaft.
2011-05-30 sandholm@chromium.orgFix JSON issue with arrays.
2011-05-30 svenpanne@chromium.orgRemoved dead flags.
2011-05-30 sandholm@chromium.orgMinor JSON cleanup. Also added comment requested for...
2011-05-30 ricow@chromium.org Prepare push to trunk. Now working on version 3.4.1.
2011-05-30 ricow@chromium.orgAllocate normal register for LDoubleToI in DoToInt32...
next