platform/upstream/v8.git
2011-11-09 yangguo@chromium.orgMIPS: Enable the V8 profiler on MIPS.
2011-11-09 kmillikin@chromium.orgUpdate v8.gyp to reflect deleted file.
2011-11-09 kmillikin@chromium.orgRemove ast-inl.h. This file is not necessary.
2011-11-09 kmillikin@chromium.orgMIPS: Tighten the code for MacroAssembler::ThrowUncatch...
2011-11-09 mstarzinger... Fix size of store buffer to depend on pointer size.
2011-11-08 yangguo@chromium.orgFixing issue 103259.
2011-11-08 rossberg@chromium.orgMake _CallFunction proxy-aware.
2011-11-08 keuchel@chromium.orgReapply r9870 "Remove some initialization checks based...
2011-11-08 danno@chromium.orgFix removed return parameter count.
2011-11-08 danno@chromium.orgAttempt to fix Windows x64 build.
2011-11-08 ulan@chromium.orgShrink the new space and uncommit marking deque on...
2011-11-08 mstarzinger... Fix setting array length to be ES5 conform.
2011-11-08 erik.corry... Another 64->32 bit warning from the Windows compiler.
2011-11-08 kmillikin@chromium.orgTighten the code for MacroAssembler::ThrowUncatchable.
2011-11-08 erik.corry... Try to fix compile error on Windows.
2011-11-08 svenpanne@chromium.orgDisentangle header dependecies a bit by moving Property...
2011-11-08 erik.corry... Clean up the marking speed heuristics. This reduces the
2011-11-08 fschneider... Improve dominator computation to avoid worst-case quadr...
2011-11-08 danno@chromium.orgUpstream Android V8 change.
2011-11-08 danno@chromium.orgCreate stub and runtime function for x64 full-codegen...
2011-11-08 fschneider... Revert r9901 to make tree green again.
2011-11-08 fschneider... [hydrogen] optimize switch with string clauses
2011-11-08 svenpanne@chromium.orgRefactoring only: Make the handling of PropertyType...
2011-11-07 erik.corry... Revert accidental commit that messed up the incremental...
2011-11-07 keuchel@chromium.orgRevert r9870 due to browser-test failures.
2011-11-07 ricow@chromium.orgOptimize format message to not use DefineOwnProperty...
2011-11-07 erik.corry... Don't set the limit that triggers the next GC higher...
2011-11-07 yangguo@chromium.orgMIPS: Adding assertions to fast elements conversion.
2011-11-07 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.7.5.
2011-11-07 keuchel@chromium.orgMIPS: Remove some initialization checks based on source...
2011-11-07 ricow@chromium.orgOptimize DefineOneShotAccessor in messages.js to not...
2011-11-07 jkummerow@chromium.orgMIPS: Cleanup: use JumpIf[Not]Smi() whenever we can
2011-11-04 jkummerow@chromium.orgOverride product_extension instead of product_version...
2011-11-04 mstarzinger... Revert r9596 due to page-cycler regressions.
2011-11-04 jkummerow@chromium.orgFix Array.{splice,slice} to set proper ElementsKind...
2011-11-04 jkummerow@chromium.orgFix JSObject::EnsureCanContainElements to correctly...
2011-11-04 jkummerow@chromium.orgFix Runtime_ArrayConcat to handle FAST_DOUBLE_ELEMENTS
2011-11-03 yangguo@chromium.orgAdding assertions to fast elements conversion.
2011-11-03 keuchel@chromium.orgClean up Scope::CollectUsedVariables.
2011-11-03 mstarzinger... Fix Harmony sets and maps to allow undefined as keys.
2011-11-03 keuchel@chromium.orgTune context allocation for variables accessed from...
2011-11-03 mstarzinger... Fix Harmony sets and maps to allow null as key.
2011-11-03 keuchel@chromium.orgRemove some initialization checks based on source posit...
2011-11-03 keuchel@chromium.orgRemove some unnecessary binding initialization checks.
2011-11-03 keuchel@chromium.orgCleanup ScopeInfo and SerializedScopeInfo.
2011-11-03 keuchel@chromium.orgFix gcc-4.6 warnings.
2011-11-03 kmillikin@chromium.orgMIPS: Add and use ElementsKind side effect
2011-11-03 kmillikin@chromium.orgMIPS: Remove the forward-bailout stack from the non...
2011-11-03 yangguo@chromium.orgImplement VirtualMemory on FreeBSD to fix build.
2011-11-02 kmillikin@chromium.orgRemove the forward-bailout stack from the non-optimizin...
2011-11-02 ulan@chromium.orgFix error introduced in r9431, which leads to redundant...
2011-11-02 danno@chromium.orgEnable VFP instructions for Android.
2011-11-02 fschneider... Make non-templatized versions of LIR printing functions.
2011-11-01 fschneider... MIPS: Merge IR classes for different bitwise operations...
2011-11-01 fschneider... Remove one-line helper used in two places.
2011-11-01 whesse@chromium.orgRemove stack height tracking from ia32 non-optimizing...
2011-11-01 fschneider... Use placement-new for zone-allocation in the Lithium...
2011-11-01 fschneider... Fix bug introduced by my refactoring of bitwise HIR...
2011-11-01 lrn@chromium.orgMerged Scanner and JavaScriptScanner.
2011-10-31 vegorov@chromium.orgSplit incremental marking write barrier into fast and...
2011-10-31 ulan@chromium.orgConvert array index to integer when computing pause...
2011-10-31 ulan@chromium.orgAllow to set a time limit for spinning-balls and output...
2011-10-31 keuchel@chromium.orgFix unwanted implicit conversion from bool to int.
2011-10-31 danno@chromium.orgCreate stub and runtime function for ia32 full-codegen...
2011-10-31 jkummerow@chromium.orgOptimize JS date implementation for smi-only arrays
2011-10-31 danno@chromium.orgAdd and use ElementsKind side effect
2011-10-31 fschneider... Merge IR classes for different bitwise operations AND...
2011-10-31 kmillikin@chromium.orgMIPS: updated atomic operations.
2011-10-31 kmillikin@chromium.orgMIPS: Handlify CompileConstructStub and the remaining...
2011-10-31 kmillikin@chromium.orgMIPS: Fixed wrong register usage in StringDictionaryLoo...
2011-10-31 mstarzinger... Adapt date test to be timezone independant.
2011-10-31 fschneider... Eliminate some virtual function from AST classes.
2011-10-31 lrn@chromium.orgMake eval consider anything on the form eval(args....
2011-10-28 ulan@chromium.orgHandlify CompileConstructStub. Based on 8391045.
2011-10-28 mstarzinger... Mark Test262 test cases for known issue 1772.
2011-10-28 vegorov@chromium.orgMake C++ to JS transition faster by avoiding JavaScript...
2011-10-28 kmillikin@chromium.orgHandlify the remaining CallStubCompiler functions.
2011-10-28 danno@chromium.orgForce transition to FAST_ELEMENTS on out-of-bounds...
2011-10-28 keuchel@chromium.orgRemove kInvalidStrictFlag and make gcc-4.5 happy again.
2011-10-28 mstarzinger... Fix assertSame for unit testing harness.
2011-10-28 kmillikin@chromium.orgFix presubmit error.
2011-10-28 mstarzinger... Fix error handling in Date.prototype.toISOString.
2011-10-28 kmillikin@chromium.orgMIPS: crankshaft implementation
2011-10-28 yangguo@chromium.orgMIPS: Fixing performance regression in issue 1787.
2011-10-28 erik.corry... Prepare push to trunk. Now working on 3.7.4.
2011-10-27 fschneider... Temporarily disable target recording CallFunctionStub...
2011-10-27 yangguo@chromium.orgTiny improvements on fast element conversion loops...
2011-10-27 erik.corry... Prepare push to trunk. Now working on 3.7.3
2011-10-27 keuchel@chromium.orgUse StrictModeFlag in preparser and preparse data.
2011-10-27 fschneider... Revert r9805.
2011-10-27 yangguo@chromium.orgFixing dead code in empty array init.
2011-10-27 kmillikin@chromium.orgMIPS: Handlify CompileLoad and CompileStore
2011-10-27 yangguo@chromium.orgFixing performance regression in issue 1787.
2011-10-27 mstarzinger... Mark Test262 test cases for known issue 1790.
2011-10-27 ricow@chromium.orgSkip live edit debug tests, these are flaky because...
2011-10-27 erik.corry... Prepare push to trunk. Now working on 3.7.2
2011-10-26 yangguo@chromium.orgMIPS: port Implement for-in loop for proxies.
2011-10-26 fschneider... Fix bug in lazy deoptimization after HInvokeFunction.
2011-10-26 lrn@chromium.orgRemove special-casing of calls to RegExp test and exec...
2011-10-26 ulan@chromium.orgHandlify CompileStoreCallback, CompileStoreInterceptor.
next