platform/upstream/v8.git
2014-09-02 weiliang.lin... X87: Multiple stubs can point to the same calling conve...
2014-09-01 balazs.kilvady... MIPS: InterfaceDescriptor becomes CallInterfaceDescriptor.
2014-09-01 balazs.kilvady... MIPS: Multiple stubs can point to the same calling...
2014-09-01 dslomov@chromium.orgAdd Collections perf tests to v8 public repo.
2014-09-01 machenbach... Add test driver with the notion of perf tests.
2014-09-01 weiliang.lin... X87: Refactoring InterfaceDescriptors away from code...
2014-09-01 jarin@chromium.orgRevert "More aggressive reuse of spill slots in the...
2014-09-01 yangguo@chromium.orgSub-minor-key-ify HandlerStubs.
2014-09-01 m.m.capewell... [turbofan] Add/sub ARM64 lhs immediate tests
2014-09-01 ulan@chromium.orgDo not clear weak monomorphic IC after context disposal.
2014-09-01 jochen@chromium.orgTurn on job-based sweeping
2014-09-01 mstarzinger... Fix typed lowering of JSUnaryNot to work with graph...
2014-09-01 mvstanton@chromium.orgInterfaceDescriptor becomes CallInterfaceDescriptor.
2014-09-01 ulan@chromium.orgTrace idle notification.
2014-09-01 machenbach... [Auto-roll] Bump up version to 3.29.36.0
2014-09-01 mstarzinger... Fix assertion in JSLoadContext typer.
2014-09-01 machenbach... Add mapping of test groups to test driver.
2014-09-01 bmeurer@chromium.org[turbofan] Merge compiler unit tests into src.
2014-09-01 bmeurer@chromium.orgUse the "enum hack" to fix the SmiTagging constants.
2014-09-01 jarin@chromium.orgFix typo in math-hyperbolic test.
2014-09-01 yangguo@chromium.orgPort fdlibm implementation for Math.cosh.
2014-09-01 jarin@chromium.orgContext deoptimization and removal of the deoptimizatio...
2014-09-01 mvstanton@chromium.orgMultiple stubs can point to the same calling convention.
2014-09-01 bmeurer@chromium.orgMerge heap unit tests into src.
2014-09-01 yangguo@chromium.orgDo not expose termination exceptions to the Exception...
2014-09-01 jarin@chromium.orgFix manual allocation folding of RegExpConstructResult.
2014-09-01 svenpanne@chromium.orgRemoved dead #define.
2014-09-01 bmeurer@chromium.orgRefactor libplatform unit tests to use GTest/GMock.
2014-08-31 machenbach... [Auto-roll] Bump up version to 3.29.34.0
2014-08-31 jarin@chromium.orgReland "More aggressive reuse of spill slots in the...
2014-08-30 machenbach... [Auto-roll] Bump up version to 3.29.33.0
2014-08-30 jarin@chromium.orgRevert "More aggressive reuse of spill slots in the...
2014-08-30 jarin@chromium.orgMore aggressive reuse of spill slots in the register...
2014-08-29 machenbach... [Auto-roll] Bump up version to 3.29.32.0
2014-08-29 rodolph.perfetta... [turbofan] Allow unittest to call TruncateDoubleToI.
2014-08-29 machenbach... [Auto-roll] Bump up version to 3.29.31.0
2014-08-29 m.m.capewell... [arm64] Fix order of decoder visitor add functions
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.
next