platform/upstream/v8.git
2013-12-18 vegorov@chromium.orgIntroduce API to temporarily interrupt long running...
2013-12-18 ishell@chromium.orgHStoreKeyed for Smis optimized for x64 + related redund...
2013-12-18 palfia@homejinni.comMIPS: Enable optimization of functions with generic...
2013-12-18 ishell@chromium.orgHStoreNamedField for Smis optimized for x64
2013-12-18 ishell@chromium.orgHLoadKeyed for Smis optimized for x64
2013-12-18 ishell@chromium.org--predictable mode added
2013-12-18 danno@chromium.orgImprove ==/=== comparison in Hydrogen for monomorphic...
2013-12-18 hpayer@chromium.orgUse constant 0 instead of constant null when clearing...
2013-12-18 hpayer@chromium.orgPrepare push to trunk. Now working on version 3.24.5.
2013-12-18 verwaest@chromium.orgBump codesize limit for OSR.
2013-12-18 hpayer@chromium.orgFix MIPS switch statement breakage.
2013-12-18 svenpanne@chromium.orgHandle Math.log(NaN) correctly in Crankshaft on Intel...
2013-12-18 svenpanne@chromium.orgImprove the fix for r18344.
2013-12-18 jkummerow@chromium.orgHydrogen: Re-use regular comparisons infrastructure...
2013-12-18 verwaest@chromium.orgEnable optimization of functions with generic switches.
2013-12-18 svenpanne@chromium.orgFixed Windows build (hopefully).
2013-12-18 jkummerow@chromium.orgFix build after r18344
2013-12-18 svenpanne@chromium.orgRemove the last remnants of the TranscendentalCache.
2013-12-18 yangguo@chromium.orgCollect type information based on stack allocated value...
2013-12-18 svenpanne@chromium.orgRemoved internal uses of (almost) deprecated FunctionTe...
2013-12-18 hpayer@chromium.orgRemoved unused ShouldTrackAllocationInfo method.
2013-12-18 yurys@chromium.orgFix Linux shared compilation after r18337
2013-12-18 yurys@chromium.orgFix debug compilation after r18337
2013-12-18 yurys@chromium.orgDelete several deprecated methods on v8::CpuProfiler
2013-12-18 jochen@chromium.orgRoll ICU 214189:239289
2013-12-18 jochen@chromium.orgInitialize the embedder data array on v8::Context to...
2013-12-18 yurys@chromium.orgAdd methods for finding object by its snapshot id and...
2013-12-18 svenpanne@chromium.orgRemove all stuff marked as V8_DEPRECATED.
2013-12-18 plind44@gmail.comMake offsets to inner allocated objects aligned in...
2013-12-17 danno@chromium.orgPrepare push to trunk. Now working on version 3.24.4.
2013-12-17 palfia@homejinni.comMIPS: Move the receiver into r0 for PatchGlobalProxy.
2013-12-17 verwaest@chromium.orgMove the receiver into r0 for PatchGlobalProxy.
2013-12-17 machenbach... Add settings for try server.
2013-12-17 ulan@chromium.orgFix NotifyStubFailureSaveDoubles generation for ia32.
2013-12-17 hpayer@chromium.orgPrepare push to trunk. Now working on version 3.24.3.
2013-12-16 jkummerow@chromium.orgFix standalone Android and NaCl Makefiles to support...
2013-12-16 ulan@chromium.orgFlush instruction cache for deserialized code objects.
2013-12-16 machenbach... Add named options to push-to-trunk script.
2013-12-13 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.24.2.
2013-12-13 jkummerow@chromium.orgEnsure that Code objects' kind specific flags are initi...
2013-12-12 yangguo@chromium.orgFix off-by-one error in AstTyper, part 2.
2013-12-12 jkummerow@chromium.orgFix polymorphic inlined calls with migrating prototypes
2013-12-11 machenbach... Add last-push check to automatic push-to-trunk script.
2013-12-11 machenbach... Make squash commits step more pythony in push-to-trunk...
2013-12-11 yurys@chromium.orgDo not stop profiling if all finished profiles were...
2013-12-11 verwaest@chromium.orgFixed global object leak caused by overwriting the...
2013-12-11 ulan@chromium.orgInitialize Date parse cache with SMI instead of double...
2013-12-11 jkummerow@chromium.orgSwitch armv7 setting to arm_version==7 in v8 gyp files
2013-12-11 yangguo@chromium.orgFix off-by-one error in AstTyper.
2013-12-10 palfia@homejinni.comMIPS: Fix popping order on ARM.
2013-12-10 palfia@homejinni.comMIPS: Properly restore the receiver after the intercept...
2013-12-10 palfia@homejinni.comMIPS: Fix patching the receiver (global object -> globa...
2013-12-10 verwaest@chromium.orgPush receiver and holder separately, given that they...
2013-12-10 verwaest@chromium.orgFix popping order on ARM.
2013-12-10 hpayer@chromium.orgAdded regression test for escape analysis.
2013-12-10 verwaest@chromium.orgProperly restore the receiver after the interceptor...
2013-12-10 dslomov@chromium.orgUse FAR jump in GenerateCompareFlatAsciiStrings.
2013-12-10 titzer@chromium.orgAdd a regression test for boolean concatenation in...
2013-12-10 verwaest@chromium.orgFix patching the receiver (global object -> global...
2013-12-10 yangguo@chromium.orgTrack *all* external strings in the external string...
2013-12-10 bmeurer@chromium.orgIncrease number of available major keys.
2013-12-09 ishell@chromium.orgHLoadNamedField for Smis optimized for x64
2013-12-09 verwaest@chromium.orgx64: save a bit code size
2013-12-09 machenbach... Prepare push to trunk. Now working on version 3.24.1.
2013-12-09 machenbach... Fast-forward version number on bleeding_edge to 3.24.0
2013-12-09 svenpanne@chromium.orgAvoid FP exceptions when doing integer division.
2013-12-09 svenpanne@chromium.orgFix trivial error when building with clang.
2013-12-09 yurys@chromium.orgReplace 'operator*' with explicit 'get' method on Smart...
2013-12-06 plind44@gmail.comMIPS: Faster memcpy.
2013-12-06 plind44@gmail.comMIPS: Fix compilation with clang.
2013-12-06 jkummerow@chromium.orgFix compilation with clang
2013-12-06 jkummerow@chromium.orgRemove outdated profiler flags
2013-12-06 mvstanton@chromium.orgBugfix: HCheckInstanceType::GetCheckMaskAndTag used...
2013-12-05 palfia@homejinni.comMIPS: Fix parameter passing in callback store ics on arm
2013-12-05 verwaest@chromium.orgFix loop side-effects of deoptimizing loops with a...
2013-12-05 machenbach... Add tests and extension verifying CHECK and ASSERT.
2013-12-05 yangguo@chromium.orgFix incorrect patching for OSR.
2013-12-05 dcarney@chromium.orgFix parameter passing in callback store ics on arm
2013-12-05 jkummerow@chromium.org'make quickcheck': Assorted improvements.
2013-12-05 yangguo@chromium.orgReland "Implement hyperbolic math functions for ES6."
2013-12-05 machenbach... Pass -Goutput_dir=. to the make generator.
2013-12-04 yangguo@chromium.orgRemove unused trigonometric code.
2013-12-04 mvstanton@chromium.orgRemove unnecessary overflow check in HGraphBuilder...
2013-12-04 svenpanne@chromium.orgRemove internal uses of HandleScope::Close().
2013-12-04 mvstanton@chromium.orgAllocationSite::memento_found_count() and friends need...
2013-12-04 machenbach... Prepare push to trunk. Now working on version 3.23.19.
2013-12-04 bmeurer@chromium.orgRevert "Use constant types to represent the fixed right...
2013-12-04 yangguo@chromium.orgRevert "Implement hyperbolic math functions for ES6."
2013-12-04 machenbach... Add fully automated mode to push-to-trunk script.
2013-12-04 bmeurer@chromium.orgUse constant types to represent the fixed right arg...
2013-12-04 yangguo@chromium.orgImplement hyperbolic math functions for ES6.
2013-12-04 bmeurer@chromium.orgFix performance regression in Kraken audio-oscillator.
2013-12-04 bmeurer@chromium.orgSkip write barrier if value and object originate from...
2013-12-03 titzer@chromium.orgAdd some test cases with dead loops.
2013-12-03 verwaest@chromium.orgCheck whether the receiver to a keyed-call is actually...
2013-12-03 dslomov@chromium.orgFix condition in merge-to-branch.sh
2013-12-03 jkummerow@chromium.org'make quickcheck': don't overwrite debug output.
2013-12-03 hpayer@chromium.orgDisable escape analysis.
2013-12-03 jochen@chromium.orgTests that make a stack allocated persistent weak and...
2013-12-03 machenbach... Mock out date call in push-to-trunk script for testability.
next