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 64b03b2 Cleanup FPmode splitters a bit discards d1b9ab5 More fix for PR rtl-optimization/66626 discards dba25d1 Fix PR rtl-optimization/66626 discards 2355c67 Replicate static chain on the stack discards fd885f0 Add a testcase for PR target/66824 discards cea782e Fix PR target/66824 discards 1a5931a Allow indirect sibcall with register arguments discards 605380e Fix PR target/65753 discards 1d55c12 Adjust variable shift costs for IA MCU discards 31a26c8 Update config/i386/iamcu.h discards be29017 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU discards 894db30 Check int_size_in_bytes in ix86_return_in_memory discards 8c27a3d Allow <adxintrin.h> for IA MCU discards 0a36965 Don't pass/return vectors in registers for IAMCU discards fbd7c54 Optimize i?86-*-elfiamcu for iamcu by default discards 104e858 Add -march=iamcu to optimize for IA MCU discards e1e2597 Add IA MCU support to x86intrin.h discards a1e2339 IA MCU psABI support: testsuite discards a95cebd IA MCU psABI support: changes to libraries discards 6a00ee0 IA MCU psABI support: GCC changes adds 52c80e2 Daily bump. adds 35b2f10 Daily bump. adds dfe71bc [ARM][testsuite] Fix FAIL: gcc.target/arm/macro_defs0.c and m [...] adds 5efb961 2015-07-21 Alex Velenko Alex.Velenko@arm.com adds 95a45a0 2015-07-21 Alex Velenko Alex.Velenko@arm.com adds 4aef292 gcc/fortran/ChangeLog: adds 52ae5e5 2015-07-21 Richard Biener rguenther@suse.de adds 8aa6d5f 2015-07-21 Alex Velenko Alex.Velenko@arm.com adds b94cc67 Backport from 2015-07-21 trunk r226046. PR target/66956 * [...] adds 90336eb Daily bump. adds a0cc8dc Daily bump. adds 1c9597b 2015-07-23 Chung-Lin Tang cltang@codesourcery.com adds b115f3b gcc/ adds 6e64f22 gcc/ adds 9e32ae3 gcc/ adds 1b6fcbf gcc/ adds 3e7fcef gcc/ adds e949f47 gcc/ adds 2a713ca gcc/ new e79a240 IA MCU psABI support: GCC changes new 80d5cc5 IA MCU psABI support: changes to libraries new d9c8b80 IA MCU psABI support: testsuite new 2f92abd Add IA MCU support to x86intrin.h new 533008e Add -march=iamcu to optimize for IA MCU new ba77467 Optimize i?86-*-elfiamcu for iamcu by default new 33b9f67 Don't pass/return vectors in registers for IAMCU new 8eea771 Allow <adxintrin.h> for IA MCU new ce8896b Check int_size_in_bytes in ix86_return_in_memory new d109dec Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU new 36ed612 Update config/i386/iamcu.h new 2f1e0b4 Adjust variable shift costs for IA MCU new f1e7e12 Fix PR target/65753 new 6a7d6c9 Allow indirect sibcall with register arguments new d858d43 Fix PR target/66824 new c6eded9 Add a testcase for PR target/66824 new 09fe1fe Replicate static chain on the stack new cead75e Fix PR rtl-optimization/66626 new 45074b7 More fix for PR rtl-optimization/66626 new 850fa4a Cleanup FPmode splitters a bit
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 (64b03b2) \ N -- N -- N refs/heads/hjl/iamcu/gcc-5-branch (850fa4a)
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 20 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 | 88 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cfgexpand.c | 92 ++++++++++++++-------- gcc/config/avr/avr-dimode.md | 6 +- gcc/config/i386/i386.c | 3 +- gcc/fortran/ChangeLog | 12 +++ gcc/fortran/trans-expr.c | 26 +++++- gcc/function.c | 35 ++++---- gcc/genmatch.c | 25 ++++-- gcc/ipa-chkp.c | 87 +++++++++++++------- gcc/ipa-chkp.h | 1 + gcc/lto-cgraph.c | 12 ++- gcc/testsuite/ChangeLog | 91 +++++++++++++++++++++ gcc/testsuite/gcc.dg/lto/chkp-removed-alias_0.c | 28 +++++++ gcc/testsuite/gcc.dg/lto/chkp-wrap-asm-name_0.c | 20 +++++ gcc/testsuite/gcc.target/arm/macro_defs0.c | 1 + gcc/testsuite/gcc.target/arm/macro_defs1.c | 1 + gcc/testsuite/gcc.target/arm/thumb-bitfld1.c | 2 + gcc/testsuite/gcc.target/arm/thumb-ltu.c | 3 + gcc/testsuite/gcc.target/arm/thumb1-far-jump-2.c | 2 +- gcc/testsuite/gcc.target/i386/mpx/pr66048.cc | 16 ++++ gcc/testsuite/gcc.target/i386/mpx/pr66134.c | 17 ++++ gcc/testsuite/gcc.target/i386/mpx/pr66567.c | 16 ++++ gcc/testsuite/gcc.target/i386/mpx/pr66568.c | 11 +++ gcc/testsuite/gcc.target/i386/mpx/pr66569.c | 14 ++++ .../gfortran.dg/structure_constructor_13.f03 | 28 +++++++ gcc/tree-chkp.c | 37 +++++++-- gcc/tree-chkp.h | 1 + libgcc/ChangeLog | 8 ++ libgcc/config/nios2/linux-atomic.c | 5 -- 30 files changed, 579 insertions(+), 111 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/lto/chkp-removed-alias_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/chkp-wrap-asm-name_0.c create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr66048.cc create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr66134.c create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr66567.c create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr66568.c create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr66569.c create mode 100644 gcc/testsuite/gfortran.dg/structure_constructor_13.f03