platform/upstream/v8.git
2014-08-26 bmeurer@chromium.orgReplace our homegrown ARRAY_SIZE() with Chrome's arrays...
2014-08-26 mstarzinger... Enable test cases that no longer timeout.
2014-08-26 bmeurer@chromium.org[turbofan] Get rid of DefineAsDoubleRegister() and...
2014-08-26 bmeurer@chromium.org[turbofan] Add backend support for load/store float32...
2014-08-26 machenbach... Revert "Enable C++11 tests on windows."
2014-08-26 machenbach... Whitespace change to verify MSVS2013 transition.
2014-08-26 machenbach... Enable C++11 tests on windows.
2014-08-26 weiliang.lin... X87: Eliminate code duplication in lithium calls to...
2014-08-26 weiliang.lin... X87: Move "slow handler" compiler code to handler-compiler
2014-08-26 weiliang.lin... X87: Move handler compilers to handler-compiler
2014-08-25 machenbach... Teach chromium_roll script to roll v8 git hashes.
2014-08-25 balazs.kilvady... MIPS: Eliminate code duplication in lithium calls to...
2014-08-25 balazs.kilvady... MIPS: Encode CEntryStub properties in the minor key.
2014-08-25 mstarzinger... Enable TurboFan deopts for test-heap/NextCodeLinkIsWeak.
2014-08-25 mstarzinger... Fix continue statements within for-in loops.
2014-08-25 mstarzinger... Fix GN build after r23364.
2014-08-25 balazs.kilvady... MIPS: Move "slow handler" compiler code to handler...
2014-08-25 vegorov@chromium.orgMove kGroupCount out of DependencyGroup enum.
2014-08-25 mvstanton@chromium.orgIntroduce two new symbols for vector based ICs.
2014-08-25 balazs.kilvady... MIPS: Move handler compilers to handler-compiler.
2014-08-25 jarin@chromium.orgFix int comparison with vector::size.
2014-08-25 yangguo@chromium.orgUse correct BitField arguments in CEntryStub.
2014-08-25 rossberg@chromium.orgActivate --harmony switch on test262-es6
2014-08-25 jarin@chromium.orgRevert a mistake in Node::CollectProjections.
2014-08-25 mvstanton@chromium.orgEliminate code duplication in lithium calls to vector...
2014-08-25 yangguo@chromium.orgCorrectly return value. Fix for r23355.
2014-08-25 machenbach... Teach v8rel script to read git hashes from DEPS.
2014-08-25 mstarzinger... Fix borked tests after r23354.
2014-08-25 yangguo@chromium.orgEncode CEntryStub properties in the minor key.
2014-08-25 mstarzinger... Bring back test coverage for baseline TurboFan.
2014-08-25 weiliang.lin... X87: Move PropertyAccessCompiler and CallOptimization...
2014-08-25 paul.lind@imgtec.comMIPS: Add owners files to src/ic/mips*
2014-08-25 verwaest@chromium.orgRemove HolderIsNonGlobalHiddenPrototype since OWN*...
2014-08-25 balazs.kilvady... MIPS: Move PropertyAccessCompiler and CallOptimization...
2014-08-25 verwaest@chromium.orgClean up LookupIterator::Configuration naming
2014-08-25 verwaest@chromium.orgMinor LookupIterator cleanups
2014-08-25 verwaest@chromium.orgMove "slow handler" compiler code to handler-compiler
2014-08-25 verwaest@chromium.orgMove handler compilers to handler-compiler
2014-08-25 bmeurer@chromium.org[turbofan] Add backend support for signed loads.
2014-08-25 weiliang.lin... X87: Remove KeyedStoreIC::GenerateRuntimeSetProperty...
2014-08-25 balazs.kilvady... MIPS: Remove KeyedStoreIC::GenerateRuntimeSetProperty...
2014-08-25 weiliang.lin... X87: Add owners files to src/ic/x87/
2014-08-25 wingo@igalia.comArguments object has @@iterator
2014-08-25 balazs.kilvady... MIPS: Move IC code into a subdir and move ic-compilatio...
2014-08-25 weiliang.lin... x87: Move IC code into a subdir and move ic-compilation...
2014-08-25 aandrey@chromium.orgExpose Value::IsMap, IsSet, IsWeakMap, IsWeakSet in...
2014-08-25 yangguo@chromium.orgRemove mention of `RegExp.$input`
2014-08-25 yangguo@chromium.orgAdd LTO support for Android Chromium.
2014-08-25 yangguo@chromium.orgFix GC mole warning.
2014-08-25 jarin@chromium.orgFix deoptimization address patching in Turbofan to...
2014-08-25 yangguo@chromium.orgCorrectly forward-declare inline function headers in...
2014-08-25 bmeurer@chromium.orgRename CountSetBits32 to CountPopulation32 for consistency.
2014-08-24 machenbach... Teach benchmark runner to understand generic traces.
2014-08-24 machenbach... Whitespace change after chromium git transition.
2014-08-23 machenbach... Revert "Enable out-of-line constant pool for Arm."
2014-08-23 machenbach... Whitespace change for chromium git migration.
2014-08-22 rmcilroy@chromium.orgEnable out-of-line constant pool for Arm.
2014-08-22 arv@chromium.orgFix issue with numeric property names
2014-08-22 verwaest@chromium.orgMove PropertyAccessCompiler and CallOptimization to...
2014-08-22 machenbach... Make v8 releases script ready for chromium git switch.
2014-08-22 ulan@chromium.orgFix Win64 build after r23316.
2014-08-22 ulan@chromium.orgFix build after r23316.
2014-08-22 ulan@chromium.orgFirst tests for GCIdleTimeHandler.
2014-08-22 titzer@chromium.orgFix win64 (size_t vs int in CHECK).
2014-08-22 ulan@chromium.orgRemove dependency on GCTrace from GCIdleTimeHandler.
2014-08-22 rossberg@chromium.orgtest/test262: update testcfg.py for new test262
2014-08-22 yangguo@chromium.orgHandle null receiver in sloppy mode in %GetFrameDetails.
2014-08-22 verwaest@chromium.orgRemove KeyedStoreIC::GenerateRuntimeSetProperty and...
2014-08-22 titzer@chromium.orgAdd ScheduleVerifier.
2014-08-22 hpayer@chromium.orgRe-land "Add finalize sweeping event to GCIdleTimeHandler."
2014-08-22 verwaest@chromium.orgAdd ic-compiler to BUILD.gn
2014-08-22 verwaest@chromium.orgChange return-type of SetDataProperty to Handle.
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-22 verwaest@chromium.orgRewrite StoreIC handling using the LookupIterator....
2014-08-22 yangguo@chromium.orgRevert "Add finalize sweeping event to GCIdleTimeHandler."
2014-08-22 machenbach... [Auto-roll] Bump up version to 3.29.15.0
2014-08-22 hpayer@chromium.orgAdd finalize sweeping event to GCIdleTimeHandler.
2014-08-22 marja@chromium.orgTake ast node id counting away from Isolate.
2014-08-22 yangguo@chromium.orgPacify GCmole.
2014-08-22 yangguo@chromium.orgBlacklist mjsunit/debug-break-inline from turbofan...
2014-08-22 ulan@chromium.orgReland part of r23285 "Start incremental marking in...
2014-08-22 Jacob.Bramley... [turbofan] Disable the intl/overrides/string test.
2014-08-22 bmeurer@chromium.orgMigrate test-semaphore to base-unittests.
2014-08-22 jarin@chromium.orgBlack list failing Turbofan debugger test.
2014-08-22 bmeurer@chromium.orgAdd missing test directories to presubmit.py.
2014-08-22 bmeurer@chromium.org[turbofan] Add support for change/truncate to MachineOp...
2014-08-22 jarin@chromium.orgCouple more debugger tests working with Turbofan.
2014-08-22 yangguo@chromium.orgDo not run Turbofan tests on mjsunit/deserialize-reference.
2014-08-22 yangguo@chromium.orgMark test-debug/RecursiveBreakpointsGlobal as flaky.
2014-08-22 bmeurer@chromium.org[turbofan] Initial import of SimplifiedOperatorReducer.
2014-08-21 machenbach... Revert "Start incremental marking in idle time handler...
2014-08-21 ulan@chromium.orgStart incremental marking in idle time handler only...
2014-08-21 arv@chromium.orgAdd back the duplicate property checker
2014-08-21 hpayer@chromium.orgRemove conservative sweeping.
2014-08-21 ulan@chromium.orgMove idle notification handling to GCIdleTimeHandler.
2014-08-21 machenbach... [Auto-roll] Bump up version to 3.29.13.0
2014-08-21 rmcilroy@chromium.orgFix unused-variable error on release builds.
2014-08-21 rmcilroy@chromium.orgAdd ARMv6 support for the out-of-line constant pool.
2014-08-21 Jacob.Bramley... ARM64: Slightly simplify LShiftI and LShiftS.
2014-08-21 rmcilroy@chromium.orgAdd missing ConstantPoolUnavailableScopes on JS return.
next