This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/iamcu/gcc-5-branch in repository gcc.
discards cb620e2 Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont discards 965a6d2 Fix def_test_returning_type in iamcu/test_basic_returning.c discards b8f0acb Replace printf with __builtin_printf discards c2400ad Properly initialize u5 discards ea9d20d Fix typos in comments in i386.c discards 302ec8b Define x86 CALL_USED_REGISTERS_MASK discards 0ac7b7f Backport r228460 from mainline discards 03419a5 Enable bt and and movzx for Lakemont discards 16b097b9 Rename IA MCU processor lakemount to lakemont discards 22a9856 Change IA MCU processor from iamcu to lakemount discards d89ba8a Add a testcase for PR target/66821 discards 8ffce01 Update MOVE_RATIO cost for IA MCU discards 9f1edff Define DBX_REGISTER_NUMBER for IA MCU discards 228207c Cleanup FPmode splitters a bit discards c4d991a More fix for PR rtl-optimization/66626 discards cf7924f Fix PR rtl-optimization/66626 discards 5abcd93 Replicate static chain on the stack discards 837746a Add a testcase for PR target/66824 discards 31aab9f Fix PR target/66824 discards 2d724c1 Allow indirect sibcall with register arguments discards 1fc2891 Fix PR target/65753 discards f0616b7 Adjust variable shift costs for IA MCU discards 98f3126 Update config/i386/iamcu.h discards b39e36f Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU discards ffe6055 Check int_size_in_bytes in ix86_return_in_memory discards f3b623f Allow <adxintrin.h> for IA MCU discards 5f8ed97 Don't pass/return vectors in registers for IAMCU discards 1ae9b0c Handle PROCESSOR_IAMCU in ix86_target_macros_internal discards a9ce4ae Optimize i?86-*-elfiamcu for iamcu by default discards a09c95d Add -march=iamcu to optimize for IA MCU discards 08874d8 Add IA MCU support to x86intrin.h discards fd7b769 IA MCU psABI support: testsuite discards 9757864 IA MCU psABI support: changes to libraries discards 79420f6 IA MCU psABI support: GCC changes adds 786481a PR fortran/67721 PR fortran/67818 Backport from mainline r222477: adds 25a0a69 Add bdver4 for multiversioning and fix AMD model detection. 2 [...] adds 8b3dbcd 2015-10-18 Paul Thomas pault@gcc.gnu.org adds eceeae9 Daily bump. new 255dce6 IA MCU psABI support: GCC changes new ae9c3f7 IA MCU psABI support: changes to libraries new a5b44f0 IA MCU psABI support: testsuite new 7b4663c Add IA MCU support to x86intrin.h new 96246f0 Add -march=iamcu to optimize for IA MCU new 877527f Optimize i?86-*-elfiamcu for iamcu by default new 1d01ea9 Handle PROCESSOR_IAMCU in ix86_target_macros_internal new f676ba0 Don't pass/return vectors in registers for IAMCU new 272cd14 Allow <adxintrin.h> for IA MCU new 114fb6f Check int_size_in_bytes in ix86_return_in_memory new d024dd9 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU new be85f41 Update config/i386/iamcu.h new b175587 Adjust variable shift costs for IA MCU new 6352054 Fix PR target/65753 new 57401cd Allow indirect sibcall with register arguments new b3cb7c0 Fix PR target/66824 new e6114d5 Add a testcase for PR target/66824 new da82983 Replicate static chain on the stack new 607b178 Fix PR rtl-optimization/66626 new df65b35 More fix for PR rtl-optimization/66626 new a5354f8 Cleanup FPmode splitters a bit new 4aa4d6c Define DBX_REGISTER_NUMBER for IA MCU new efaecec Update MOVE_RATIO cost for IA MCU new 783e1ae Add a testcase for PR target/66821 new 70341db Change IA MCU processor from iamcu to lakemount new dff5f38 Rename IA MCU processor lakemount to lakemont new cbf01f1 Enable bt and and movzx for Lakemont new 8c44f8e Backport r228460 from mainline new 853fbfb Define x86 CALL_USED_REGISTERS_MASK new baaf28a Fix typos in comments in i386.c new 171e7c9 Properly initialize u5 new cd3ef93 Replace printf with __builtin_printf new 85a8a69 Fix def_test_returning_type in iamcu/test_basic_returning.c new 825d6ca Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont new 4af189e Don't leak ISA to __attribute__ ((target("arch=XXX"))) new ca8990e Use GET_MODE_BITSIZE to get vector natural alignment
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (cb620e2) \ N -- N -- N refs/heads/hjl/iamcu/gcc-5-branch (ca8990e)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 36 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/config/i386/i386.c | 19 +- gcc/fortran/ChangeLog | 38 ++- gcc/fortran/trans-array.c | 98 +++++--- gcc/fortran/trans-array.h | 2 +- gcc/fortran/trans-expr.c | 18 +- gcc/fortran/trans-openmp.c | 6 +- gcc/fortran/trans-stmt.c | 11 + gcc/testsuite/ChangeLog | 20 ++ gcc/testsuite/gcc.target/i386/pr67995-1.c | 16 ++ gcc/testsuite/gcc.target/i386/pr67995-2.c | 16 ++ gcc/testsuite/gcc.target/i386/pr67995-3.c | 16 ++ .../gfortran.dg/alloc_comp_deep_copy_1.f03 | 270 +++++++++++++++++++++ .../gfortran.dg/alloc_comp_deep_copy_2.f03 | 21 ++ .../gfortran.dg/allocatable_scalar_13.f90 | 72 ++++++ libgcc/ChangeLog | 8 + libgcc/config/i386/cpuinfo.c | 5 +- 17 files changed, 590 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr67995-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr67995-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr67995-3.c create mode 100644 gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_1.f03 create mode 100644 gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_2.f03 create mode 100644 gcc/testsuite/gfortran.dg/allocatable_scalar_13.f90