[0/5] C-SKY port v3

2018-08-05 Thread Sandra Loosemore
This is the third iteration of the C-SKY port patch set. The previous versions were posted here: https://gcc.gnu.org/ml/gcc-patches/2018-07/msg01289.html https://gcc.gnu.org/ml/gcc-patches/2018-07/msg01861.html Changes since V2 are: - The cse_cc pass is gone, replaced by a no-op move of the

Re: [0/5] C-SKY port

2018-08-01 Thread 瞿仙淼
>>> We expect that >>> C-SKY will also be providing a public link to the processor and ABI >>> documentation at some point. >> >> The ABI manual has been posted, but not the ISA documentation yet. (I'd >> guess >> that when it does show up it will be in the same place, though.) >> >>

Re: [0/5] C-SKY port

2018-07-30 Thread Sandra Loosemore
On 07/26/2018 05:04 PM, Joseph Myers wrote: Could you provide the proposed GCC website changes for the port (backends.html, readings.html, news item for index.html)? readings.html, in particular, would link to the ABI and ISA documentation, while backends.html gives summary information about

[0/5] C-SKY port v2

2018-07-30 Thread Sandra Loosemore
This patch series is a revised version of the C-SKY port, taking into account review comments received so far on the initial patch set. The changes made are: - Removed excess whitespace in predicates.md and other places (part 2). - Defined TARGET_CUSTOM_FUNCTION_DESCRIPTORS (part 2). - Moved

Re: [0/5] C-SKY port

2018-07-26 Thread Joseph Myers
On Tue, 24 Jul 2018, Sandra Loosemore wrote: > On 07/23/2018 10:17 PM, Sandra Loosemore wrote: > > > C-SKY proposes Han Mao and Yunhai Shang > > as maintainers for this port. > > I apologize, I made a mistake here. The correct proposed maintainers are > Xianmiao Qu and Yunhai Shang > .

Re: [0/5] C-SKY port

2018-07-24 Thread Sandra Loosemore
On 07/23/2018 10:17 PM, Sandra Loosemore wrote: C-SKY proposes Han Mao and Yunhai Shang as maintainers for this port. I apologize, I made a mistake here. The correct proposed maintainers are Xianmiao Qu and Yunhai Shang . We expect that C-SKY will also be providing a public link to

[0/5] C-SKY port

2018-07-23 Thread Sandra Loosemore
This patch series is a new port for C-SKY ABI V2 processors. It's based on the original work by C-SKY with cleanup, modernization, and bug-fixing by Mentor Graphics. The supported targets are csky-elf and csky-linux-* (both glibc and uClibc). At this time we're only supporting the C and C++