platform/upstream/v8.git
2014-08-29 balazs.kilvady... MIPS: Refactoring InterfaceDescriptors away from code...
2014-08-29 balazs.kilvady... MIPS: Refactoring InterfaceDescriptors away from code...
2014-08-29 rmcilroy@chromium.orgFix missing bracket in gyp file from r23522.
2014-08-29 rmcilroy@chromium.orgProperly separate host and target builds when using...
2014-08-29 mstarzinger... Workaround to avoid generic lowering breaking branches.
2014-08-29 bmeurer@chromium.orgRevert "Move base library definitions from v8.gyp to...
2014-08-29 mstarzinger... Fix Node::ReplaceUses to handle unused nodes.
2014-08-29 bmeurer@chromium.orgMove base library definitions from v8.gyp to base.gyp.
2014-08-29 bmeurer@chromium.orgMerge base unit tests into src to be in line with Chrome.
2014-08-29 mvstanton@chromium.orgRefactoring InterfaceDescriptors away from code-stubs.h
2014-08-29 rodolph.perfetta... ARM64: re-enable turbofan tests.
2014-08-29 svenpanne@chromium.orgMore PNaCL fixes (without GYP/Makefile tweaks)
2014-08-29 yangguo@chromium.orgPort fdlibm implementation for Math.sinh.
2014-08-29 sigurds@chromium.orgAdd more inlining unit tests.
2014-08-29 machenbach... [Auto-roll] Bump up version to 3.29.30.0
2014-08-29 bmeurer@chromium.org[turbofan] Use enum instead of bool for parameter.
2014-08-29 bmeurer@chromium.orgFix windows build.
2014-08-29 bmeurer@chromium.orgFix cctest/test-run-properties/TypedArrayLoad.
2014-08-29 bmeurer@chromium.org[turbofan] Explicitly mark call sites as patchable.
2014-08-28 machenbach... [Auto-roll] Bump up version to 3.29.28.0
2014-08-28 mstarzinger... Move constructors for [Element/Field]Access into Access...
2014-08-28 mstarzinger... Skip failing test on ARM after r23492.
2014-08-28 mstarzinger... Fix test failures after r23492.
2014-08-28 machenbach... [Auto-roll] Bump up version to 3.29.26.0
2014-08-28 mstarzinger... Skip Windows failure after r23492.
2014-08-28 machenbach... Let benchmark runner add summary traces.
2014-08-28 mstarzinger... Preliminary lowering of typed array loads in TF.
2014-08-28 titzer@chromium.orgUse TruncateFloat64ToInt32 instead of ChangeFloat64ToIn...
2014-08-28 titzer@chromium.orgAdd MachineSignature, which is an encapsulation of...
2014-08-28 sigurds@chromium.orgSimplify inlining now that the scheduler is smart(er).
2014-08-28 yangguo@chromium.orgFix rare access violation during JS heap serialization.
2014-08-28 balazs.kilvady... MIPS: Fix [de]serialize problem of root objects.
2014-08-28 machenbach... Add android tools to v8's deps.
2014-08-28 jarin@chromium.orgDisable running some instruction selector test on unsup...
2014-08-28 yangguo@chromium.orgFix serialization references to Cell objects.
2014-08-28 machenbach... Revert "Revert "Remove C++11-ism, until all bots suppor...
2014-08-28 sigurds@chromium.orgFix build.
2014-08-28 sigurds@chromium.orgRemove dependency from generic lowering on compilation...
2014-08-28 svenpanne@chromium.orgFix disassembly redirection from stdout into a file.
2014-08-28 yangguo@chromium.orgSub-minor-key-ify seven HydrogenCodeStubs.
2014-08-28 yangguo@chromium.orgSub-minor-key-ify four HydrogenCodeStubs.
2014-08-28 machenbach... Reland "Enable C++11 tests on windows."
2014-08-28 machenbach... Revert "Remove C++11-ism, until all bots support it."
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.
next