platform/upstream/v8.git
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.
2014-07-31 machenbach... [Auto-roll] Bump up version to 3.28.51.0
2014-07-30 balazs.kilvady... MIPS: Remove keyed_store_calling convention and friends.
2014-07-30 balazs.kilvady... MIPS: Encapsulate the holder in the PropertyHolderCompi...
2014-07-30 danno@chromium.orgFix 64-bit VS2010 build
2014-07-30 mstarzinger... Fix relative include path in cctest case.
2014-07-30 mstarzinger... Fix build failures with LLVM-GCC 4.2 on Mac (moar).
2014-07-30 titzer@chromium.orgFix more XCode build problems.
2014-07-30 mstarzinger... Fix build failures with LLVM-GCC 4.2 on Mac (again).
2014-07-30 jarin@chromium.orgAnother attempt to make Visual C++ happy.
2014-07-30 mstarzinger... Fix build failures with LLVM-GCC 4.2 on Mac.
2014-07-30 titzer@chromium.orgFix references to GenericNode::Type that should be...
2014-07-30 mstarzinger... Fix relative include path in cctest helper.
2014-07-30 jarin@chromium.orgAdd delete operators for Instruction to make Visual...
2014-07-30 mstarzinger... Remove accidental duplication in cctest suite.
2014-07-30 mstarzinger... Add missing generated tests.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-30 balazs.kilvady... MIPS: Encapsulate type in the PropertyHandlerCompiler.
2014-07-30 verwaest@chromium.orgFix
2014-07-30 verwaest@chromium.orgRemove keyed_store_calling convention and friends
2014-07-30 verwaest@chromium.orgFix the build
2014-07-30 verwaest@chromium.orgEncapsulate the holder in the PropertyHolderCompilers
2014-07-30 jochen@chromium.orgDrop deprecated memory related notification API
2014-07-30 machenbach... [Auto-roll] Bump up version to 3.28.49.0
2014-07-30 rmcilroy@chromium.orgFix for constant pool support and debug
2014-07-30 verwaest@chromium.orgEncapsulate type in the PropertyHandlerCompiler
2014-07-30 yangguo@chromium.orgFix typo in LMathFround on ia32.
next