From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13999 invoked by alias); 11 Dec 2014 15:44:43 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 13878 invoked by uid 89); 11 Dec 2014 15:44:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f179.google.com Received: from mail-ob0-f179.google.com (HELO mail-ob0-f179.google.com) (209.85.214.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 11 Dec 2014 15:44:36 +0000 Received: by mail-ob0-f179.google.com with SMTP id va2so3628814obc.10 for ; Thu, 11 Dec 2014 07:44:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=BNWXv6zAv7OYoonAKr/9XSzMakI9PNyPzpddT7OYC1M=; b=V3/P54nbAKkRpIivmdH84qS/Y7KCmbJDK4CE4xLkcZZmfQw8IOz/ZTO5oKW8cJ9vnR KxzpfMm+tFvsh5iJSHV3+d7vYx378mHMmANCN4z+0be6RabRp6DmnzSsDQpO83E4FKAe rZJ0dfzMnacI5QCvkldAmPEFlGzrUROq8YRSTK/BkfranTDMoReJO9olUUMowziEUHqQ W/eR0+pCMy1GXXcmZHRZ9goYbow58oXrNZPSUqPwI4U3J2k3SdYbleZDjeDdK1zBYAfs k8ZJMpvyVuTVIuilPVA4ijgoeHtHp4W3uc7Rfopmu1ra+JAxIJcwaIWnxyXIHzssRqCm 4ixg== X-Gm-Message-State: ALoCoQkXg9MBHosT8I9DjwPLSw3O5YFFicAOeMRXXQqjUr/R3sYeAXWfj2KJTRXaPf4eTDcO0oQT MIME-Version: 1.0 X-Received: by 10.202.1.200 with SMTP id 191mr6422306oib.31.1418312674271; Thu, 11 Dec 2014 07:44:34 -0800 (PST) Received: by 10.202.174.22 with HTTP; Thu, 11 Dec 2014 07:44:34 -0800 (PST) Date: Thu, 11 Dec 2014 15:44:00 -0000 Message-ID: Subject: [linaro/gcc-4_9-branch] Merge from gcc-4_9-branch and backports From: Yvan Roux To: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg01022.txt.bz2 Hi all we have merged the gcc-4_9-branch into linaro/gcc-4_9-branch up to revision 218412 as r218423. We have also backported this set of revisions: * r213382 as r218352 : [AArch64] arm_neon.h - add vpaddd_f64, vpaddd_s64, vpaddd_u64 intrinsics * r214008 as r218354 : [AArch64] Move some code around in aarch64_expand_mov_immediate * r214948 as r218355 : [PATCH AArch64 1/2] Improve codegen of vector compares inc. tst instruction * r214949 as r218355 : [PATCH AArch64 2/2] Remove vector compare/tst __builtins * r214950 as r218356 : [PATCH AArch64 1/2] Add execution tests of vget_low and vget_high * r214952 as r218356 : [PATCH AArch64 2/2] Replace temporary inline assembler for vget_high * r215013 as r218357 : Remove no-longer-needed fp-bit target macros. * r215046 as r218358 : [AArch64] PR 61749: Do not ICE in lane intrinsics when passed non-constant lane number * r215047 as r218359 : [AArch32] Disable xordi3-opt.c/iordi3-opt.c on thumb1 target * r215071 as r218377 : [AArch64 Testsuite]Fix scan-assembler test false alarm on aarch64-linux-gnu * r215072 as r218360 : [AArch64 Testsuite] Add test of vld[234]q? intrinsic * r215077 as r218361 : [AArch64 Testsuite] Extend test of vld1+vst1 intrinsics to cover more variants * r215078 as r218362 : [AArch64 Testsuite] Add a test of vldN_dup intrinsics * r215126 as r218363 : [AArch64 Testsuite] Add a test of the vldN_lane intrinsic * r215129 as r218364 : [AArch64 Testsuite] Add a test of the vst[234](q?) intrinics * r215177 as r218365 : [AArch64 Testsuite] Add execution test of vset(q?)_lane intrinsics. * r215206 as r218351 : [AArch64] Add cost handling of CALLER_SAVE_REGS and POINTER_REGS * r215207 as r218351 : [AArch64] Fix cost for Q register moves * r215208 as r218351 : [AArch64] Add regmove_costs for Cortex-A57 and A53 * r215473 as r218366 : [testsuite] whole_vector_shift * r215475 as r218367 : [testsuite] vect-reduc-or * r215540 as r218368 : PR rtl-optimization/63210 IRA * r215707 as r218370 : Fix IRA ICE tmpdir-gcc-.dg-struct-layout-1/t028 * r215711 as r218371 : Accept cortex-m7/fpv5-sp-16/fpv5-d16 * r215842 as r218370 : Fix IRA ICE tmpdir-gcc-.dg-struct-layout-1/t028 -addon * r215865 as r218373 : Add aarch64 to list of targets that support gold * r216253 as r218374 : Remove unused variable and marco * r216336 as r218375 : Target Legitimze Address * r216444 as r218350 : [testsuite] Fix race in libstdc++ testsuite * r216517 as r218378 : [testsuite] update testcases for GNU11 * r216524 as r218379 : Add -mthunderx option * r216543 as r218380 : [testsuite] fix gcc-dg-prune glitch when filtering "relocation truncation" error * r216544 as r218384 : [testsuite] Update testcases for GNU11 * r216630 as r218385 : PR 63173 fix vldX_dup * r216638 as r218386 : [testsuite] fix wrap_compile_flags * r216765 as r218387 : PR63442 libgcc_cmp_return_mode not always return word_mode * r216996 as r218390 : [Patch 1/7] Hookize *_BY_PIECES_P * r216998 as r218390 : [Patch 2/7 s390] Deprecate *_BY_PIECES_P, move to hookized version * r216999 as r218390 : [Patch 3/7 arc] Deprecate *_BY_PIECES_P, move to hookized version * r217001 as r218390 : [Patch 4/7 sh] Deprecate *_BY_PIECES_P, move to hookized version * r217002 as r218390 : [Patch 5/7 mips] Deprecate *_BY_PIECES_P, move to hookized version * r217003 as r218390 : [Patch 6/7 AArch64] Deprecate *_BY_PIECES_P, move to hookized version * r217004 as r218390 : [Patch 7/7] Remove *_BY_PIECES_P * r217014 as r218391 : Fix CLZ_DEFINED_VALUE_AT_ZERO for vector modes * r217026 as r218393 : ifcvt: Allow CC mode if HAVE_cbranchcc4 * r217076 as r218394 : Fix predicate and constraint mismatch in logical atomic operations * r217079 as r218398 : Migrate to new reduc_plus_scal_optab * r217080 as r218398 : Migrate to new reduc_[us](min|max)_scal_optab * r217742 as r218390 : PR target/63937 fix 216996 * r217971 as r218383 : [PATCH x86] Increase PARAM_MAX_COMPLETELY_PEELED_INSNS when branch is costly * r210735 as r218351 : Change CORE_REGS in GENERAL_REGS This will be part of our 2014.12 4.9 release. Thanks Yvan