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 217d7c6 Handle PROCESSOR_IAMCU in ix86_target_macros_internal discards 9a62d43 Add a testcase for PR target/66821 discards 9850312 Update MOVE_RATIO cost for IA MCU discards 2927a9b Define DBX_REGISTER_NUMBER for IA MCU discards 6934064 Cleanup FPmode splitters a bit discards a09b2e9 More fix for PR rtl-optimization/66626 discards 1db3d69 Fix PR rtl-optimization/66626 discards c18dfc0 Replicate static chain on the stack discards c1a4fe5 Add a testcase for PR target/66824 discards 37cdd4a Fix PR target/66824 discards 589abd9 Allow indirect sibcall with register arguments discards a740301 Fix PR target/65753 discards 4561289 Adjust variable shift costs for IA MCU discards 7da4a37 Update config/i386/iamcu.h discards 1f9158b Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU discards ddead6a Check int_size_in_bytes in ix86_return_in_memory discards c302da4 Allow <adxintrin.h> for IA MCU discards 9bdf1b6 Don't pass/return vectors in registers for IAMCU discards 0265774 Optimize i?86-*-elfiamcu for iamcu by default discards 958a55b Add -march=iamcu to optimize for IA MCU discards 9bfb01a Add IA MCU support to x86intrin.h discards 77b6c88 IA MCU psABI support: testsuite discards 195dbc2 IA MCU psABI support: changes to libraries discards 6e202b2 IA MCU psABI support: GCC changes adds ead3085 Daily bump. adds b128da9 PR middle-end/67401 * optabs.c (expand_atomic_compare_and_s [...] adds d664fab Daily bump. adds b38b2f0 * config/pa/pa.c (pa_function_ok_for_sibcall): Remove specia [...] adds 70e88fa Daily bump. adds 4b4d5a7 gcc/ Backport from mainline 2015-09-14 Oleg Endo <olegend [...] adds 27c4e1b PR target/67573 * config/sh/sh.md: Add early clobber to scrat [...] adds 03b5ada Daily bump. adds be2f8b5 2015-09-21 Richard Biener rguenther@suse.de adds 2b0e416 gcc/ Backport from mainline 2015-09-21 Oleg Endo <olegend [...] adds 5eb0e5f PR middle-end/67619 * except.c (expand_builtin_eh_return): [...] adds f122892 2015-09-21 Steven G. Kargl kargl@gcc.gnu.org adds d4351f9 Daily bump. adds 7c007f8 2015-09-22 Richard Biener rguenther@suse.de adds 408af7c AVX-512. Fix kxnor insn split. adds d55ab4f AVX-512. Fix patterns for kunpck insns. adds ab0c752 2015-09-22 Chung-Lin Tang cltang@codesourcery.com adds 3e32655 2015-09-22 Chung-Lin Tang cltang@codesourcery.com adds ee939e3 Daily bump. adds 1b44ebe [Aarch64][target/PR 67143][5.2] Backport correct constraints [...] adds cd9a1d1 [ARM] PR 67439: Allow matching of *arm32_movhf when -mrestric [...] adds d6a0657 gcc/ Backport from mainline 2015-09-23 Oleg Endo <olegend [...] adds 6652a3a 2015-09-23 John David Anglin danglin@gcc.gnu.org adds 6dcb9ae Daily bump. adds 0012c43 [RS6000] Don't pass --oformat to ld adds d86525c * config/pa/pa-linux.h (HAVE_sync_compare_and_swapdi): Defin [...] adds 12ecb72 Daily bump. new 85c5c9d IA MCU psABI support: GCC changes new 7031cc2 IA MCU psABI support: changes to libraries new fde277e IA MCU psABI support: testsuite new df445a9 Add IA MCU support to x86intrin.h new b0e4ac1 Add -march=iamcu to optimize for IA MCU new 0d7bbb3 Optimize i?86-*-elfiamcu for iamcu by default new b267ce4 Handle PROCESSOR_IAMCU in ix86_target_macros_internal new af80b8d Don't pass/return vectors in registers for IAMCU new d4a329b Allow <adxintrin.h> for IA MCU new 32f27a9 Check int_size_in_bytes in ix86_return_in_memory new 481b5ce Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU new 7c70476 Update config/i386/iamcu.h new 14fad5a Adjust variable shift costs for IA MCU new b99ba6d Fix PR target/65753 new 81314ed Allow indirect sibcall with register arguments new d7118cc Fix PR target/66824 new 44946d9 Add a testcase for PR target/66824 new 895944e Replicate static chain on the stack new ca435d5 Fix PR rtl-optimization/66626 new c2b01a0 More fix for PR rtl-optimization/66626 new 2569cd1 Cleanup FPmode splitters a bit new ad98abd Define DBX_REGISTER_NUMBER for IA MCU new ecf3e38 Update MOVE_RATIO cost for IA MCU new d99b799 Add a testcase for PR target/66821 new c44b036 Change IA MCU processor from iamcu to lakemount
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 (217d7c6) \ N -- N -- N refs/heads/hjl/iamcu/gcc-5-branch (c44b036)
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 25 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/ChangeLog | 165 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 6 +- gcc/config/aarch64/atomics.md | 6 +- gcc/config/aarch64/iterators.md | 13 +- gcc/config/arm/arm.md | 5 +- gcc/config/i386/i386-c.c | 6 +- gcc/config/i386/i386.c | 16 +- gcc/config/i386/i386.h | 2 +- gcc/config/i386/i386.md | 16 +- gcc/config/i386/x86-tune.def | 26 +-- gcc/config/nios2/nios2.c | 4 +- gcc/config/pa/pa-linux.h | 1 + gcc/config/pa/pa-protos.h | 1 + gcc/config/pa/pa.c | 85 ++++++++- gcc/config/pa/pa.md | 214 ++++++++++++++++++++--- gcc/config/rs6000/sysv4.h | 6 - gcc/config/rs6000/sysv4le.h | 4 - gcc/config/sh/sh-protos.h | 27 ++- gcc/config/sh/sh.c | 28 +++ gcc/config/sh/sh.md | 34 ++-- gcc/doc/invoke.texi | 4 +- gcc/except.c | 4 +- gcc/fold-const.c | 4 + gcc/fortran/ChangeLog | 6 + gcc/fortran/resolve.c | 19 +- gcc/gimple-ssa-isolate-paths.c | 9 +- gcc/optabs.c | 7 +- gcc/testsuite/ChangeLog | 73 ++++++++ gcc/testsuite/g++.dg/torture/pr67055.C | 44 +++++ gcc/testsuite/gcc.c-torture/compile/pr67143.c | 21 +++ gcc/testsuite/gcc.dg/pr67271.c | 12 ++ gcc/testsuite/gcc.dg/torture/pr66793.c | 26 +++ gcc/testsuite/gcc.dg/torture/pr66952.c | 28 +++ gcc/testsuite/gcc.dg/torture/pr67121.c | 31 ++++ gcc/testsuite/gcc.dg/torture/pr67470.c | 30 ++++ gcc/testsuite/gcc.dg/torture/pr67619.c | 13 ++ gcc/testsuite/gcc.target/aarch64/atomic-op-imm.c | 14 +- gcc/testsuite/gcc.target/arm/pr67439_1.c | 11 ++ gcc/testsuite/gcc.target/i386/pr66749.c | 2 +- gcc/testsuite/gcc.target/i386/pr66821.c | 2 +- gcc/testsuite/gcc.target/i386/pr67329.c | 2 +- gcc/testsuite/gfortran.dg/pr67615.f90 | 33 ++++ gcc/testsuite/lib/target-supports.exp | 10 ++ gcc/tree-if-conv.c | 19 +- gcc/tree-ssa-ccp.c | 1 + gcc/tree-ssa-ifcombine.c | 19 +- gcc/tree-ssa-loop-im.c | 17 ++ gcc/tree-ssanames.c | 17 ++ gcc/tree-ssanames.h | 1 + libgcc/ChangeLog | 24 +++ libgcc/config/pa/linux-atomic.c | 60 +++++-- libgomp/ChangeLog | 11 ++ libgomp/oacc-host.c | 4 +- libgomp/oacc-init.c | 3 + libgomp/oacc-int.h | 1 + 56 files changed, 1085 insertions(+), 164 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr67055.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr67143.c create mode 100644 gcc/testsuite/gcc.dg/pr67271.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr66793.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr66952.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr67121.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr67470.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr67619.c create mode 100644 gcc/testsuite/gcc.target/arm/pr67439_1.c create mode 100644 gcc/testsuite/gfortran.dg/pr67615.f90