platform/upstream/v8.git
2014-08-26 machenbach... [Auto-roll] Bump up version to 3.29.19.0
2014-08-26 akos.palfi... MIPS: Minor-key-ify new LoadICTrampolineStub.
2014-08-26 akos.palfi... MIPS: Added vector-based loadic hydrogen stubs. Not...
2014-08-26 vogelheim@chromium.orgPartial revert of r23415. Original message:
2014-08-26 balazs.kilvady... MIPS: Move register conventions out of the IC classes.
2014-08-26 balazs.kilvady... MIPS: Minor-key-ify CallICStub and CallIC_ArrayStub.
2014-08-26 balazs.kilvady... MIPS: Change more PlatformCodeStubs to encode propertie...
2014-08-26 mstarzinger... Make filter for optimized code sharing finer.
2014-08-26 rmcilroy@chromium.orgFix external snapshot reading by removing an assumption...
2014-08-26 mstarzinger... Enable more tests that no longer fail with TF.
2014-08-26 verwaest@chromium.orgRemove dead code from LookupResult
2014-08-26 titzer@chromium.orgTry again to fix Win32.
2014-08-26 titzer@chromium.orgFix win32.
2014-08-26 titzer@chromium.orgSchedule floating control.
2014-08-26 mstarzinger... Move context specialization flag into CompilationInfo.
2014-08-26 mvstanton@chromium.orgMinor-key-ify new LoadICTrampolineStub.
2014-08-26 titzer@chromium.orgUse an enum of Flags internally in CompilationInfo.
2014-08-26 ulan@chromium.orgFix ASAN after r23404.
2014-08-26 mvstanton@chromium.orgCompilation fix.
2014-08-26 mvstanton@chromium.orgAdded vector-based loadic hydrogen stubs. Not yet callable.
2014-08-26 ulan@chromium.orgHandle empty allocation list in CodeRange properly.
2014-08-26 yangguo@chromium.orgMinor-key-ify CallICStub and CallIC_ArrayStub.
2014-08-26 titzer@chromium.orgIntroduce subclass wrappers for STL containers that...
2014-08-26 mstarzinger... Fix and re-enable test-api/InitializeAndDispose.
2014-08-26 loislo@chromium.orgHeapProfiler: remove obsolete AddImplicitReferences
2014-08-26 verwaest@chromium.orgDelete unused DescriptorArray::Append with whitenesswitness
2014-08-26 verwaest@chromium.orgFixed inlining of constant values
2014-08-26 machenbach... [Auto-roll] Bump up version to 3.29.18.0
2014-08-26 vogelheim@chromium.orgFix memory leak. Make "V8 Linux - memcheck" build bot...
2014-08-26 yangguo@chromium.orgChange more PlatformCodeStubs to encode properties...
2014-08-26 bmeurer@chromium.orgNext attempt to fix NaCl build.
2014-08-26 yangguo@chromium.orgEnable mjsunit/deserialize-reference for turbofan.
2014-08-26 mvstanton@chromium.orgMove register conventions out of the IC classes.
2014-08-26 bmeurer@chromium.orgFix build with ancient NaCl toolchain.
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
next