mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
f5ae30e614c8fb2caf0874a8c3cf436e28860ef4
gcc/ChangeLog: * config/loongarch/constraints.md: Disable k on LA32. * config/loongarch/loongarch.md (*and<mode>3): Delete. (*and<mode>3_extend): New. (zero_extend<SHORT:mode><GPR:mode>2_la32r): New. (extend<SHORT:mode><GPR:mode>2_la32r): New. (extendqihi2_la32r): New. (*movdi_32bit): Remove not working split, use existing loongarch_split_move instead. (move_doubleword_2_<mode>): New. (load_low<mode>): New. (load_high<mode>): New. (store_word<mode>): New. (movgr2frh<mode>): New. (movfrh2gr<mode>): New. * config/loongarch/predicates.md: Disable low_bitmask_operand and ins_zero_bitmask_operand on LA32. Enable const_call_insn_operand on LA32. * config/loongarch/sync.md (atomic_<amop><mode>): Change to define_expand. (la64_atomic_<amop><mode>): New. (la32_atomic_<amop>si): New. (atomic_fetch_<amop><mode>): Change to define_expand. (la64_atomic_fetch_<amop><mode>): New. (la32_atomic_fetch_<amop>si): New. (atomic_exchange<mode>): Change to define_expand. (la64_atomic_exchange<mode>): New. (la32_atomic_exchangesi): New. Co-authored-by: Jiajie Chen <c@jia.je> Reviewed-by: Xi Ruoyao <xry111@xry111.site> Reviewed-by: Lulu Cheng <chenglulu@loongson.cn>
…
…
…
…
…
…
…
…
…
…
…
…
…
This directory contains the GNU Compiler Collection (GCC). The GNU Compiler Collection is free software. See the files whose names start with COPYING for copying permission. The manuals, and some of the runtime libraries, are under different terms; see the individual source files for details. The directory INSTALL contains copies of the installation information as HTML and plain text. The source of this information is gcc/doc/install.texi. The installation information includes details of what is included in the GCC sources and what files GCC installs. See the file gcc/doc/gcc.texi (together with other files that it includes) for usage and porting information. An online readable version of the manual is in the files gcc/doc/gcc.info*. See http://gcc.gnu.org/bugs/ for how to report bugs usefully. Copyright years on GCC source files may be listed using range notation, e.g., 1987-2012, indicating that every year in the range, inclusive, is a copyrightable year that could otherwise be listed individually.
Description
Languages
C++
30.7%
C
30.1%
Ada
14.4%
D
6.1%
Go
5.7%
Other
12.5%