platform/upstream/v8.git
2014-08-05 mstarzinger... Move left and right trimming of FixedArray into Heap.
2014-08-05 jkummerow@chromium.orgRestore performance of accesses to JSGlobalProxy after...
2014-08-05 verwaest@chromium.orgRemove special frontend for callbacks with slow-mode...
2014-08-05 bmeurer@chromium.orgRevert "Initial import of unittests using GTest/GMock."
2014-08-05 hpayer@chromium.orgForce incremental marking when called from idle notific...
2014-08-05 verwaest@chromium.orgInline LookupInHolder and NextHolder
2014-08-05 verwaest@chromium.orgReland "Also mark as prototype when passing in while...
2014-08-05 sigurds@chromium.orgMake start node a value input to parameter nodes.
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory
2014-08-05 yangguo@chromium.orgDo not include native Javascript in ExecutionState...
2014-08-05 bmeurer@chromium.orgFix build.
2014-08-05 bmeurer@chromium.orgInitial import of unittests using GTest/GMock.
2014-08-05 yangguo@chromium.orgMerge three PromiseEvent's into one.
2014-08-05 alph@chromium.orgMake CPU profiler function names match ones from StackF...
2014-08-05 hpayer@chromium.orgRemove all encountered weak maps from the list of weak...
2014-08-05 hpayer@chromium.orgRevert "Also mark as prototype when passing in while...
2014-08-05 alph@chromium.orgMove anonymous function name beautifying out of v8.
2014-08-05 weiliang.lin... X87: Cleanup in stub-cache.cc; remove unused ArrayLengt...
2014-08-05 weiliang.lin... X87: Avoid one repeated property lookup when computing...
2014-08-04 adamk@chromium.orgMark global-constructors-listing as failing in TestExpe...
2014-08-04 adamk@chromium.orgFix spurious debug-script assertion after enabling...
2014-08-04 adamk@chromium.orgFix Object-getOwnPropertyNames test after turning on...
2014-08-04 machenbach... [Auto-roll] Bump up version to 3.28.56.0
2014-08-04 adamk@chromium.orgEnable ES6 Symbols by default
2014-08-04 verwaest@chromium.orgAlso mark as prototype when passing in while creating...
2014-08-04 rodolph.perfetta... ARM64: fixed a couple of typos in TF
2014-08-04 verwaest@chromium.orgDon't insert transitions between maps for prototypes.
2014-08-04 verwaest@chromium.orgEnsure prototypes always stay fast by turning them...
2014-08-04 verwaest@chromium.orgKeep function.prototype fast.
2014-08-04 machenbach... [Auto-roll] Bump up version to 3.28.55.0
2014-08-04 akos.palfi... MIPS: Cleanup in stub-cache.cc; remove unused ArrayLeng...
2014-08-04 titzer@chromium.orgFix more stack smashing bugs in test.
2014-08-04 titzer@chromium.orgFix build on Win64 for tests.
2014-08-04 titzer@chromium.orgTF: simplified-lowering tests accidentally ran on unsup...
2014-08-04 Jacob.Bramley... ARM64: Use ARRAY_SIZE where possible.
2014-08-04 titzer@chromium.orgAdd support for untagged LoadField, StoreField, LoadEle...
2014-08-04 bmeurer@chromium.orgFix tools/generate-runtime-tests.py.
2014-08-04 bmeurer@chromium.orgFix typo.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-08-04 ishell@chromium.orgRuntime assert added to %NormalizeElements.
2014-08-04 verwaest@chromium.orgReuse the nonexistent handler frontend for transition...
2014-08-04 jkummerow@chromium.orgUpdate test expectations for mjsunit/tools/tickprocessor
2014-08-04 jochen@chromium.orgAdd dependencies on gtest and gmock
2014-08-04 verwaest@chromium.orgCleanup in stub-cache.cc; remove unused ArrayLength...
2014-08-04 svenpanne@chromium.orgUse ARRAY_SIZE instead of DIY code.
2014-08-04 mstarzinger... Ensure LModByPowerOf2I only gets environment when it...
2014-08-04 jkummerow@chromium.orgAvoid one repeated property lookup when computing load...
2014-08-04 jkummerow@chromium.orgTick processor: improved [Summary] section
2014-08-04 bmeurer@chromium.org[turbofan] Support for combining branches with <Operati...
2014-08-02 machenbach... Whitespace change to trigger bots.
2014-08-01 machenbach... Whitespace change to trigger bots.
2014-08-01 mstarzinger... Paint the tree green for TF even more.
2014-08-01 machenbach... Whitespace change to trigger bots.
2014-08-01 mstarzinger... Extend TF test coverage to unsupported targets.
2014-08-01 mstarzinger... Paint the tree green for TF some more.
2014-08-01 bmeurer@chromium.org[turbofan] Add support for Int32SubWithOverflow.
2014-08-01 mstarzinger... Blacklist some webkit and mozilla test for TF.
2014-08-01 bmeurer@chromium.org[arm] Unify instruction selector for Word32Neg.
2014-08-01 titzer@chromium.orgTF: Rename ConvertXToY machine operators to ChangeXToY.
2014-08-01 mstarzinger... Extend TF test coverage to supported targets.
2014-08-01 bmeurer@chromium.org[turbofan] Add Int32AddWithOverflow machine operator.
2014-08-01 mstarzinger... Implement lowering of JSStoreContext to machine operators.
2014-08-01 titzer@chromium.orgFix compile error on Win32.
2014-08-01 titzer@chromium.orgTF: Lowering representation changes to machine operator...
2014-08-01 weiliang.lin... X87: Unify InstanceofStub interface descriptors
2014-08-01 danno@chromium.orgOnly activate SSE2 by default on ia32
2014-08-01 weiliang.lin... X87: Land the Fan (disabled)
2014-08-01 hpayer@chromium.orgClean-up and repair cumulative marking and sweeping...
2014-08-01 hpayer@chromium.orgReport precise number of incrementally marked bytes...
2014-08-01 weiliang.lin... X87: Remove keyed_store_calling convention and friends
2014-07-31 danno@chromium.orgFix Win64 build
2014-07-31 Jacob.Bramley... Correct a misuse of sizeof (introduced in r22709).
2014-07-31 mstarzinger... Add new files to the GN build after r22709.
2014-07-31 machenbach... Skip more test.
2014-07-31 mstarzinger... Ensure environment does not contain nil values.
2014-07-31 titzer@chromium.orgTF: Clear upper bits of ConvertFloat64ToUint32 because...
2014-07-31 akos.palfi... MIPS64: Fix build after r22709.
2014-07-31 bmeurer@chromium.org[turbofan] C calls are broken. Blacklist related tests.
2014-07-31 titzer@chromium.orgTF: Disable Win64 as a TurboFan target until calling...
2014-07-31 bmeurer@chromium.orgAnother fix for cctest/test-run-machops/RunLoadImmIndex.
2014-07-31 machenbach... Whitespace change to trigger bots.
2014-07-31 mstarzinger... Unify InstanceofStub interface descriptors.
2014-07-31 titzer@chromium.orgTF: Fix windows build (implicit cast between double...
2014-07-31 danno@chromium.orgFix MIPS build: use stubbed-out TF implementation
2014-07-31 titzer@chromium.orgTF: Add ConvertFloat64ToUint32 and ConvertUint32ToFloat...
2014-07-31 svenpanne@chromium.orgMore memory leak fixes.
2014-07-31 mstarzinger... Implement lowering of JSLoadContext to machine operators.
2014-07-31 weiliang.lin... X87: Encapsulate the holder in the PropertyHolderCompilers
2014-07-31 bmeurer@chromium.orgFix cctest/test-run-machops/RunLoadImmIndex
2014-07-31 svenpanne@chromium.orgFixed a few space leaks.
2014-07-31 bmeurer@chromium.orgFix detection of UBFX in case of Word32And with immediate.
2014-07-31 bmeurer@chromium.orgFix android debug build.
2014-07-31 jkummerow@chromium.orgGreenify NaCl build
2014-07-31 weiliang.lin... X87: Encapsulate type in the PropertyHandlerCompiler
2014-07-31 yangguo@chromium.orgFix typos in LMathFround declarations.
2014-07-31 mstarzinger... Make GCMole happy about Runtime_ForInFoo methods.
2014-07-31 jochen@chromium.orgTurn ASSERTs in platform setup releated code into CHECKs
2014-07-31 yangguo@chromium.orgFix issue with storing 31-bit bitfield as Smi.
2014-07-31 bmeurer@chromium.org[arm] Add support for ROR. Refactor operand2 handling.
2014-07-31 machenbach... Whitespace change to trigger bots.
next