platform/upstream/v8.git
2014-08-28 weiliang.lin... X87: Minor-key-ify BinaryOpICWithAllocationSiteStub.
2014-08-27 titzer@chromium.orgDisable running some change tests on unsupported backends.
2014-08-27 jarin@chromium.orgUnit test of instruction selection for calls with deopt...
2014-08-27 adamk@chromium.orgEnsure that JSProxy::Fix gives the generated JSObject...
2014-08-27 vogelheim@chromium.orgRemove C++11-ism, until all bots support it.
2014-08-27 titzer@chromium.orgFix expectations of lowering tests.
2014-08-27 balazs.kilvady... MIPS: Minor-key-ify BinaryOpICWithAllocationSiteStub.
2014-08-27 titzer@chromium.orgDisable some changes tests on ARM64. Also, fix the...
2014-08-27 svenpanne@chromium.orgSome PNaCL compatibility fixes.
2014-08-27 machenbach... Fix chromium update in auto-roller.
2014-08-27 titzer@chromium.orgFix >> versus > > for stupid C++ compilers.
2014-08-27 bmeurer@chromium.orgAdd Flags<T> class as a type-safe way of storing OR...
2014-08-27 verwaest@chromium.orgRemove false checks since GetOwnProperty now throws...
2014-08-27 machenbach... [Auto-roll] Bump up version to 3.29.22.0
2014-08-27 titzer@chromium.orgRemove old changes lowering code and convert test to...
2014-08-27 mstarzinger... Fix GN build after r23442.
2014-08-27 bmeurer@chromium.orgDisable SysInfoTest.AmountOfPhysicalMemory on NaCl.
2014-08-27 yangguo@chromium.orgIntroduce sub minor key to remove NotMissMinorKey in...
2014-08-27 yangguo@chromium.orgMinor-key-ify BinaryOpICWithAllocationSiteStub.
2014-08-27 machenbach... Fix chromium sync command in auto-roller.
2014-08-27 mstarzinger... Wire up simplified and change lowering in pipeline.
2014-08-27 yangguo@chromium.orgfix and update debug-debugger.js
2014-08-27 yangguo@chromium.orgSlightly simplify Math.sign and Math.trunc.
2014-08-27 m.m.capewell... [turbofan] ARM64 FP instruction selection tests
2014-08-27 machenbach... Keep chromium checkout up to date in auto roller.
2014-08-27 machenbach... Whitespace change to check MSVS 2013.
2014-08-27 svenpanne@chromium.orgTweaks to generate XP-compatible .exes
2014-08-27 bmeurer@chromium.orgSync our homegrown SysInfo replacement with the one...
2014-08-27 weiliang.lin... X87: Minor-key-ify new LoadICTrampolineStub.
2014-08-27 weiliang.lin... X87: Added vector-based loadic hydrogen stubs. Not...
2014-08-27 machenbach... [Auto-roll] Bump up version to 3.29.21.0
2014-08-27 weiliang.lin... X87: Minor-key-ify CallICStub and CallIC_ArrayStub.
2014-08-27 weiliang.lin... X87: Change more PlatformCodeStubs to encode properties...
2014-08-27 bmeurer@chromium.org[turbofan] Refactor code generation for calls.
2014-08-27 weiliang.lin... X87: Move register conventions out of the IC classes.
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...
next