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 3a9e41e Cleanup FPmode splitters a bit discards c1e6391 More fix for PR rtl-optimization/66626 discards e88db1d Fix PR rtl-optimization/66626 discards d61763f Replicate static chain on the stack discards 9a17e3b Add a testcase for PR target/66824 discards ba8f26c Fix PR target/66824 discards a5ccc8f Allow indirect sibcall with register arguments discards b78d5b7 Adjust variable shift costs for IA MCU discards e013b6f Update config/i386/iamcu.h discards e6eb8b8 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU discards 2bd3286 Check int_size_in_bytes in ix86_return_in_memory discards 360360b Allow <adxintrin.h> for IA MCU discards ccf5de7 Don't pass/return vectors in registers for IAMCU discards 239927a Optimize i?86-*-elfiamcu for iamcu by default discards 918cee9 Add -march=iamcu to optimize for IA MCU discards c80ab15 Add IA MCU support to x86intrin.h discards ed7f807 IA MCU psABI support: testsuite discards 8af4667 IA MCU psABI support: changes to libraries discards bc45466 IA MCU psABI support: GCC changes adds 39b5cd8 PR target/66922 * config/i386/i386.c (ix86_expand_pinsr): R [...] adds 16b6b8e Daily bump. new 6a00ee0 IA MCU psABI support: GCC changes new a95cebd IA MCU psABI support: changes to libraries new a1e2339 IA MCU psABI support: testsuite new e1e2597 Add IA MCU support to x86intrin.h new 104e858 Add -march=iamcu to optimize for IA MCU new fbd7c54 Optimize i?86-*-elfiamcu for iamcu by default new 0a36965 Don't pass/return vectors in registers for IAMCU new 8c27a3d Allow <adxintrin.h> for IA MCU new 894db30 Check int_size_in_bytes in ix86_return_in_memory new be29017 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU new 31a26c8 Update config/i386/iamcu.h new 1d55c12 Adjust variable shift costs for IA MCU new 605380e Fix PR target/65753 new 1a5931a Allow indirect sibcall with register arguments new cea782e Fix PR target/66824 new fd885f0 Add a testcase for PR target/66824 new 2355c67 Replicate static chain on the stack new dba25d1 Fix PR rtl-optimization/66626 new d1b9ab5 More fix for PR rtl-optimization/66626 new 64b03b2 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 (3a9e41e) \ N -- N -- N refs/heads/hjl/iamcu/gcc-5-branch (64b03b2)
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 | 12 ++++++++--- gcc/DATESTAMP | 2 +- gcc/config/i386/i386.c | 10 +++++++--- gcc/testsuite/ChangeLog | 5 +++++ .../gcc.target/i386/{pr66819-1.c => pr65753.c} | 4 ++-- gcc/testsuite/gcc.target/i386/pr66922.c | 23 ++++++++++++++++++++++ 6 files changed, 47 insertions(+), 9 deletions(-) copy gcc/testsuite/gcc.target/i386/{pr66819-1.c => pr65753.c} (53%) create mode 100644 gcc/testsuite/gcc.target/i386/pr66922.c