platform/upstream/v8.git
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...
2011-05-30 kmillikin@chromium.orgRemove unused DummyScope implementation.
2011-05-30 kmillikin@chromium.orgSimplify the Scope API.
2011-05-30 ager@chromium.orglinux: extend the ifdefs in shell.cc to cover V8_SHARED too
2011-05-30 ricow@chromium.orgCorrectly set the length of string before creating...
2011-05-26 sandholm@chromium.orgFix Win compilation issue introduced in r8081.
2011-05-26 ricow@chromium.orgDouble allocation size for special json strings on...
2011-05-26 sandholm@chromium.orgJSON.stringify improvement. Fast case in C++ for string...
2011-05-26 sgjesse@chromium.orgARM: Avoid using ldrd/strd with post increment
2011-05-26 danno@chromium.orgFix stray character in last build
2011-05-26 danno@chromium.orgPrevent deopt on double value assignment to typed arrays
2011-05-26 ager@chromium.orgRevert "Pass undefined to JS builtins when called with...
2011-05-26 kmillikin@chromium.orgAdd a simple test for inlining of arguments accesses.
2011-05-26 ager@chromium.orgPass undefined to JS builtins when called with implicit...
2011-05-26 kmillikin@chromium.orgDo not allow inlining functions with direct arguments...
2011-05-26 sgjesse@chromium.orgMIPS: Added the stop() instruction with same behavior...
2011-05-26 lrn@chromium.orgMake RegExp objects not callable.
2011-05-26 sgjesse@chromium.orgMIPS: port Fix GC-unsafe corner case in bit-not on...
2011-05-25 cira@chromium.orgLanding codereview.chromium.org/7033038 for jshin.
2011-05-25 vitalyr@chromium.orgAdd fast cases for flat comparison to String::Is{Ascii...
2011-05-25 vitalyr@chromium.orgtools/stats-viewer: Update chromium stats table layout.
2011-05-25 erik.corry... Untank the build.
2011-05-25 erik.corry... Add comment better explaining the calling-stubs-from...
2011-05-25 vegorov@chromium.orgAdd a comment about map collection into MarkCompactColl...
2011-05-25 erik.corry... Fix GC-unsafe corner case in bit-not on ARM
2011-05-25 ricow@chromium.orgChange calls to undefined property setters to not throw...
2011-05-25 danno@chromium.orgPrepare push to trunk. Now working on version 3.4.0.
2011-05-25 sgjesse@chromium.orgMIPS: Fixed two bugs related to double function calls.
2011-05-25 ager@chromium.orgMIPS: port Fix calls of strict mode function with an...
2011-05-24 danno@chromium.orgMigrate flag from bit_field2 to bit_field3
2011-05-24 whesse@chromium.orgEnsure that external pixel arrays use a byte register...
2011-05-24 whesse@chromium.orgRemove some dead code from full-codegen on all platforms.
2011-05-24 sgjesse@chromium.orgPlatform and build updates for Android build
2011-05-24 lrn@chromium.orgAdd tests for function statements in strict mode.
2011-05-24 ager@chromium.orgFix calls of strict mode function with an implicit...
2011-05-24 whesse@chromium.orgModify use of RelocInfo::CODE_TARGET_WITH_ID in full...
2011-05-24 ricow@chromium.orgUpdate gyp files with json parser.
2011-05-24 sgjesse@chromium.orgHandle changes to the Object prototype in fast handling...
2011-05-24 fschneider... Rename TypeRecording...Stub into ...Stub.
2011-05-24 vegorov@chromium.orgEnhance gc-nvp-trace-processor.py:
2011-05-24 ricow@chromium.orgCreate stand-alone json parser (including scanner).
2011-05-24 kmillikin@chromium.orgFix a bug in deoptimization on x64.
2011-05-24 ricow@chromium.orgChange strict mode poison pill to be the samme type...
2011-05-24 danno@chromium.orgFix poliarty of CheckMap smi check on ia32
2011-05-24 fschneider... Remove wrong assert to fix a debug crash with arguments...
2011-05-24 sgjesse@chromium.orgMIPS: arch-independent changes to support mips.
2011-05-24 sgjesse@chromium.orgMIPS: Update for 23-May commits, and a few older ones.
2011-05-23 vitalyr@chromium.orgInline more zone stuff.
next