platform/upstream/v8.git
2013-11-26 machenbach... Increase test runner speed.
2013-11-26 machenbach... Make optimized debug builds compile with all optimizations.
2013-11-26 m.m.capewell... ARM: Optimize Integer32ToSmi
2013-11-26 yangguo@chromium.orgIncrease precision for base conversion for large integers.
2013-11-26 yangguo@chromium.orgFlatten cons string for single character substrings.
2013-11-26 svenpanne@chromium.orgRemoved dead ceiling function.
2013-11-26 ishell@chromium.orgRange info propagation through HBoundsCheck.
2013-11-26 machenbach... Prepare push to trunk. Now working on version 3.23.13.
2013-11-26 svenpanne@chromium.orgImplement Math.ceil via Math.floor.
2013-11-26 titzer@chromium.orgDisable load elimination.
2013-11-26 yangguo@chromium.orgSpeed up long-running test cases.
2013-11-26 yangguo@chromium.orgMake some ARM test cases faster.
2013-11-26 jochen@chromium.orgAdd Isolate* parameter to static API methods that don...
2013-11-26 yangguo@chromium.orgFix generate_trig_table build target.
2013-11-25 palfia@homejinni.comMIPS: Generate TypedArrayInitialize builtin in hydrogen.
2013-11-25 palfia@homejinni.comMIPS: Minor cleanup in calling interceptors for loading...
2013-11-25 palfia@homejinni.comMIPS: A performance regression in array literal creatio...
2013-11-25 m.m.capewell... ARM: Optimize TypeofIsAndBranch
2013-11-25 machenbach... Make test runner more flexible for running fast tests.
2013-11-25 dslomov@chromium.orgGenerate TypedArrayInitialize builtin in hydrogen.
2013-11-25 jochen@chromium.orgAdd versions with an Isolate parameter for inlined...
2013-11-25 machenbach... Improve and refactor push-to-trunk script.
2013-11-25 bmeurer@chromium.orgDrop unused Assembler::set_external_target_at() method.
2013-11-25 verwaest@chromium.orgMinor cleanup in calling interceptors for loading prope...
2013-11-25 mvstanton@chromium.orgFix failing test test-api/CheckCOWArraysCreatedRuntimeC...
2013-11-25 yangguo@chromium.orgAdd -R option to merge-to-branch script to revert from...
2013-11-25 yangguo@chromium.orgForce inline Math.random.
2013-11-25 mvstanton@chromium.orgA performance regression in array literal creation...
2013-11-25 titzer@chromium.orgEnable global load elimination.
2013-11-25 svenpanne@chromium.orgFixed printer for JSFunction.
2013-11-25 machenbach... Prepare push to trunk. Now working on version 3.23.12.
2013-11-25 svenpanne@chromium.orgUnbreak console=readline.
2013-11-25 svenpanne@chromium.orgfreebsd: unbreak build after r16646
2013-11-25 jarin@chromium.orgSupport for the Linux 'perf report' and 'perf annotate...
2013-11-22 dslomov@chromium.orgSafe HGraphBuilder::Add<> and New<>
2013-11-22 palfia@homejinni.comMIPS: Only use Type for compiling load handlers.
2013-11-22 palfia@homejinni.comMIPS: Use Type in CheckPrototypes.
2013-11-22 palfia@homejinni.comMIPS: Fix and simplify code aging.
2013-11-22 mstarzinger... Add counters for write barriers in generated code.
2013-11-22 palfia@homejinni.comMIPS: Add function declarations missing from r18000.
2013-11-22 verwaest@chromium.orgOnly use Type for compiling load handlers.
2013-11-22 verwaest@chromium.orgUse Type in CheckPrototypes.
2013-11-22 jochen@chromium.orgDeprecate old versions of Isolate::SetData and GetData
2013-11-22 yangguo@chromium.orgMake sure files end with exactly one new line and polic...
2013-11-22 machenbach... Repair ChangeLog.
2013-11-22 rossberg@chromium.orgIntroduce Type::IsCurrently
2013-11-22 ulan@chromium.orgInvalidate embedded objects in optimized code if it...
2013-11-22 jochen@chromium.orgRemove usage of deprecated APIs from cctests
2013-11-22 rossberg@chromium.orgMinor clean-up of Type::Print
2013-11-22 jochen@chromium.orgRemove usage of deprecated APIs from d8
2013-11-22 jochen@chromium.orgRemove usage of deprecated APIs from v8 itself
2013-11-22 jochen@chromium.orgRemove usage of deprecated APIs from samples
2013-11-22 yangguo@chromium.orgExclude benchmark tests from presubmit check in a non...
2013-11-22 bmeurer@chromium.orgFix combined string length computation.
2013-11-22 bmeurer@chromium.orgGet rid of the binop_stub parameter to BuildBinaryOpera...
2013-11-22 svenpanne@chromium.orgReland "Implement Math.random() purely in JavaScript...
2013-11-22 jochen@chromium.orgClean up incorrect V8_DEPRECATION macro usage and enabl...
2013-11-22 yangguo@chromium.orgDispose external string resource on heap teardown.
2013-11-22 ulan@chromium.orgRestore saved caller FP registers on stub failure
2013-11-22 machenbach... Prepare push to trunk. Now working on version 3.23.11.
2013-11-22 jkummerow@chromium.orgSync svn:ignore with .gitignore on trunk/test/* and...
2013-11-22 machenbach... Pythonification and refactoring of push-to-trunk.
2013-11-22 yangguo@chromium.orgCorrectly change test expectations.
2013-11-22 yangguo@chromium.orgReland: Embed trigonometric lookup table.
2013-11-22 machenbach... Make auto-roll testable.
2013-11-22 mvstanton@chromium.orgPretenuring calculation fields in AllocationSite.
2013-11-22 bmeurer@chromium.orgRework BuildCheckString() to be compatible with the...
2013-11-21 yangguo@chromium.orgRevert "Use %_IsSmi instead of %MaxSmi."
2013-11-21 yangguo@chromium.orgUse %_IsSmi instead of %MaxSmi.
2013-11-21 danno@chromium.orgRevert 17963, 17962 and 17955: Random number generator...
2013-11-21 ishell@chromium.orgCode object now prints its major_key when applicable.
2013-11-21 jochen@chromium.orgAdd clang-format configuration file and set coding...
2013-11-21 plind44@gmail.comMIPS: Optimize AccessArgumentsAt.
2013-11-21 jochen@chromium.orgReland r17877 - Introduce a v8::Platform class that...
2013-11-21 jochen@chromium.orgRemove preemption thread and API
2013-11-21 yangguo@chromium.orgFix build.
2013-11-21 yangguo@chromium.orgEmbed trigonometric lookup table.
2013-11-21 svenpanne@chromium.orgUse Marsaglia's original random number generator.
2013-11-21 svenpanne@chromium.orgBuild fix.
2013-11-21 svenpanne@chromium.orgImplement Math.random() purely in JavaScript.
2013-11-21 machenbach... Prepare push to trunk. Now working on version 3.23.10.
2013-11-21 machenbach... Let ChangeLog get auto-generated in push-to-trunk script.
2013-11-21 hpayer@chromium.orgDo deferred migration of maps after deoptimizing once.
2013-11-21 jkummerow@chromium.orgFix Windows build for real
2013-11-21 jkummerow@chromium.orgFix Windows build
2013-11-21 jkummerow@chromium.orgAPI: Change AdjustAmountOfExternalAllocatedMemory calls...
2013-11-21 svenpanne@chromium.orgRemoved dead stack printing code.
2013-11-20 plind44@gmail.comMIPS: Improvement of “MIPS: Fixed crashes exposed thoug...
2013-11-20 plind44@gmail.comMIPS: Use SmiTst and TrySmiTag MacroAssembler instructions.
2013-11-20 plind44@gmail.comMIPS: Replace hard-coded stack frame size literals...
2013-11-20 yangguo@chromium.orgMark flaky debug test as failing.
2013-11-20 plind44@gmail.comMIPS: Remove the first_right_arg hack for HMod.
2013-11-20 jochen@chromium.orgReland r17907 - Make it possible to add more than one...
2013-11-20 yangguo@chromium.orgUpdate benchmark test suite.
2013-11-20 yangguo@chromium.orgIncrease precision when finding the remainder after...
2013-11-20 yurys@chromium.orgDo not recompile existing functions when enabling alloc...
2013-11-20 mvstanton@chromium.orgRe-enable EnsureAllocationSiteDependentCodesProcessed.
2013-11-20 mvstanton@chromium.orgMaterializedLiteral expressions need to cache expressio...
2013-11-20 machenbach... Force 'git cl upload' in push-to-trunk forced mode.
2013-11-20 rmcilroy@chromium.orgReplace hard-coded stack frame size literals with Stand...
next