platform/upstream/v8.git
2011-06-30 whesse@chromium.orgChange return type of FrameDescription::GetFrameSize...
2011-06-30 kmillikin@chromium.orgRemove bogus assertion.
2011-06-30 fschneider... Fix broken ARM debug build.
2011-06-30 karlklose@chromium.orgFix problem with arguments object ICs not checking...
2011-06-30 kmillikin@chromium.orgIntroduce scopes to keep track of catch blocks at compi...
2011-06-30 fschneider... Refactor handling of test expressions in the graph...
2011-06-30 mikhail.naganov... Heap profiler: annotate fixed arrays by their purpose.
2011-06-30 svenpanne@chromium.orgUnbreak compilation on MIPS after EmitCallIC removal.
2011-06-30 ager@chromium.orgExclude %_IsNativeOrStrictMode from natives fuzzer.
2011-06-30 whesse@chromium.orgFix compilation on 64-bit Windows build.
2011-06-30 whesse@chromium.orgImprove pseudorandom number generation and move the...
2011-06-30 svenpanne@chromium.orgNuke EmitCallIC, it is a plain call now.
2011-06-30 ager@chromium.orgDo not pass the global object as the receiver to strict...
2011-06-30 vegorov@chromium.orgFix presubmit failure in gdb-jit.cc.
2011-06-30 kmillikin@chromium.orgRemove failing test while working on a fix.
2011-06-30 vegorov@chromium.orgFix SConstruct to pass correct defines to samples/prepa...
2011-06-30 danno@chromium.orgFix ARM regression introduced with polymorphic array...
2011-06-30 vegorov@chromium.orgExtend gdb-jit support (OSX/locals+parameters/prettyprint)
2011-06-30 svenpanne@chromium.orgCleaned up calling-related methods in the ARM assembler.
2011-06-30 kmillikin@chromium.orgFix a bug in Object.defineProperty.
2011-06-30 ager@chromium.orgMIPS: stub out Support debugger inspection of locals...
2011-06-30 jkummerow@chromium.orgAdd support for dictionary elements to polymorphic...
2011-06-30 kmillikin@chromium.orgMIPS: port Explicitly pass the closure when allocating...
2011-06-30 kmillikin@chromium.orgMIPS: port Remove the fcontext field from all contexts.
2011-06-30 ager@chromium.orgFix platform-solaris after isolate changes.
2011-06-30 ager@chromium.orgRemove --strict developer flag from V8.
2011-06-30 ager@chromium.orgUpdate test expectations for sputnik to match new revision.
2011-06-29 vitalyr@chromium.orgll_prof: Terminate mmap file names on the first NUL...
2011-06-29 vitalyr@chromium.orgSuspend runtime profiler as soon as we exit JS.
2011-06-29 jkummerow@chromium.orgFix build on x64
2011-06-29 svenpanne@chromium.orgSimplify EmitCallIC.
2011-06-29 sgjesse@chromium.orgTemporarily add more test output to help locate test...
2011-06-29 jkummerow@chromium.orgUsing KeyedStoreIC_Generic_Strict must prevent polymorp...
2011-06-29 sgjesse@chromium.orgFix compilation of all combinations of disassembler...
2011-06-29 sgjesse@chromium.orgSupport debugger inspection of locals in optimized...
2011-06-29 vegorov@chromium.orgPrepare push to trunk. Now working on 3.4.9.
2011-06-29 svenpanne@chromium.orgSimplify the way we call UnaryOpStubs, saving one unuse...
2011-06-29 sandholm@chromium.orgImprove JSON.parse to use less memory when using escape...
2011-06-29 sgjesse@chromium.orgARM: Improve register allocation and constraints (try 2).
2011-06-29 jkummerow@chromium.orgError checking for length parameter of external array...
2011-06-29 yangguo@chromium.orgreverting revision r8454
2011-06-29 erik.corry... Improvement to SmiLexicalCompare. Landing codereview...
2011-06-29 kmillikin@chromium.orgFix lint failure.
2011-06-29 yangguo@chromium.orgadded the --test option for d8 into tools/test.py
2011-06-29 kmillikin@chromium.orgExplicitly pass the closure when allocating a catch...
2011-06-28 kmillikin@chromium.orgRemove the fcontext field from all contexts.
2011-06-28 fschneider... Slightly improved register assignment for %_IsObject...
2011-06-28 kmillikin@chromium.orgBetter placement of argument pushing for a few hydrogen...
2011-06-28 keuchel@chromium.orgFix "illegal access" when calling parseInt with a radix...
2011-06-28 fschneider... Fix bug in register assignment of IsObjectAndBranch.
2011-06-28 ager@chromium.orgCleanup to HEnvironment::CopyForInlining
2011-06-28 fschneider... Fix a bug in %_GetCachedArrayIndex.
2011-06-28 sgjesse@chromium.orgMIPS: port Fix receiver check in arguments ICs.
2011-06-28 sgjesse@chromium.orgMIPS: Long branch implementation and trampoline improve...
2011-06-28 ager@chromium.orgEnsure 16-byte stack alignment on Solaris.
2011-06-27 ager@chromium.orgPrepare push to trunk. Now working on version 3.4.8.
2011-06-27 ager@chromium.orgFix receiver check in arguments ICs.
2011-06-27 sgjesse@chromium.orgChange the handling of stack check on backward branches
2011-06-27 sgjesse@chromium.orgMIPS: port Better codegen for '<expression> === void...
2011-06-27 lrn@chromium.orgCleanup of return types and names in factory.
2011-06-27 sgjesse@chromium.orgMIPS: update missing write barrier for arguments store...
2011-06-24 yangguo@chromium.orgremoved some unnecessary stuff from d8's initialization
2011-06-24 cira@chromium.orgChange timeType and dateType in i18n date format API...
2011-06-24 keuchel@chromium.orgUpdated test expectations of future reserved keyword...
2011-06-24 keuchel@chromium.orgProper handling of future reserved words in strict...
2011-06-24 keuchel@chromium.orgBetter codegen for '<expression> === void <literal>'.
2011-06-24 sandholm@chromium.orgCheck for empty substring.
2011-06-24 sgjesse@chromium.orgMIPS: Minor bug fixes to macro-asm and simulator.
2011-06-24 vegorov@chromium.orgFix three GC unsafe places found by gcmole's dead_vars...
2011-06-24 mikhail.naganov... Remove obsolete aggregating and non-working producers...
2011-06-24 sgjesse@chromium.orgMIPS: port Add missing write barrier for arguments...
2011-06-24 sgjesse@chromium.orgMIPS: Fix a bug in MacroAssembler::CheckFastElements.
2011-06-24 ricow@chromium.orgAdd regression test for optimized version of Math.abs.
2011-06-23 sgjesse@chromium.orgRevert "ARM: Improve register allocation and constraints."
2011-06-23 vitalyr@chromium.orgTrim fast elements tail on significant length decreases.
2011-06-23 ager@chromium.orgShrink dictionaries on deletion if number of elements...
2011-06-23 fschneider... Add missing write barrier for arguments store ICs.
2011-06-23 lrn@chromium.orgMake extensions in different tests have different names.
2011-06-23 ager@chromium.orgFix renaming patch to also compile in debug mode.
2011-06-23 ager@chromium.orgHBasicBlock::CreateSimulate argument name clarity
2011-06-22 mikhail.naganov... Prevent a NULL deref.
2011-06-22 mikhail.naganov... Fix issue 1354: Bad function name inference.
2011-06-22 erik.corry... Fix 64 bit build on FreeBSD. 32 bit build is still...
2011-06-22 sgjesse@chromium.orgARM: Improve register allocation and constraints.
2011-06-22 sgjesse@chromium.orgARM: Add PostIndex support to Ldrd/Strd macro fallback...
2011-06-22 cira@chromium.orgAdding support for number formating to the JS i18n...
2011-06-22 yangguo@chromium.orgd8 drops into a shell if no files are passed on command...
2011-06-22 whesse@chromium.orgSlightly improve r8367, fix to overflow of on-stack...
2011-06-22 sandholm@chromium.orgInctroduce NewStrictSubstring to avoid check for SubStr...
2011-06-22 mikhail.naganov... Cleanup extra initialization of TickSample fields.
2011-06-22 whesse@chromium.orgFix an overflow in on-stack replacement spill-slot...
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.
next