platform/upstream/v8.git
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.
2014-07-30 jkummerow@chromium.orgThrow an exception when an access check fails and no...
2014-07-30 weiliang.lin... X87: Only generate a single normal IC per kind per...
2014-07-30 weiliang.lin... X87: Clean up name distinction between Keyed ICs and...
2014-07-30 hpayer@chromium.orgUse emergency memory in the case of out of memory durin...
2014-07-30 weiliang.lin... X87: Remove all compilation related interface from...
2014-07-30 weiliang.lin... X87: CallIC customization stubs must accept that a...
2014-07-30 ishell@chromium.orgFormatting rules violation fixed
2014-07-30 weiliang.lin... X87: Inline Math.fround in optimized code.
2014-07-29 machenbach... [Auto-roll] Bump up version to 3.28.47.0
2014-07-29 akos.palfi... MIPS: Only generate a single normal IC per kind per...
2014-07-29 akos.palfi... MIPS: Clean up name distinction between Keyed ICs and...
2014-07-29 balazs.kilvady... MIPS: Remove all compilation related interface from...
2014-07-29 balazs.kilvady... MIPS: CallIC customization stubs must accept that a...
2014-07-29 balazs.kilvady... MIPS: Inline Math.fround in optimized code.
2014-07-29 dusan.milosavljevic... MIPS64: Add support for architecture revision 6.
2014-07-29 verwaest@chromium.orgOnly generate a single normal IC per kind per slow...
2014-07-29 verwaest@chromium.orgClean up name distinction between Keyed ICs and Element...
next