aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/cris
AgeCommit message (Expand)AuthorFilesLines
7 daysCRIS: Fix up last comment.Hans-Peter Nilsson1-4/+3
7 daysCRIS: Disable late-combine by default, related PR115883Hans-Peter Nilsson1-0/+37
2024-01-04Add generated .opt.urls filesDavid Malcolm2-0/+73
2024-01-03Update copyright years.Jakub Jelinek13-13/+13
2023-12-24CRIS: Fix PR middle-end/113109; "throw" failingHans-Peter Nilsson3-2/+18
2023-12-05Allow targets to add USEs to asmsRichard Sandiford1-2/+4
2023-08-15CRIS: Don't include tree.h in cris-protos.h, PR bootstrap/111021Hans-Peter Nilsson2-6/+12
2023-08-09targhooks: Extend legitimate_address_p with code_helper [PR110248]Kewen Lin2-2/+5
2023-07-04CRIS: Replace unspec CRIS_UNSPEC_SWAP_BITS with rtx bitreverseHans-Peter Nilsson1-7/+2
2023-06-28CRIS: Don't apply PATTERN to insn before validation (PR 110144)Hans-Peter Nilsson1-1/+1
2023-05-10CRIS: Fix ccmode typo in cris_postdbr_cmpelimHans-Peter Nilsson1-1/+1
2023-05-06CRIS: peephole2 an add into two addq or subqHans-Peter Nilsson2-2/+29
2023-05-06CRIS: peephole2 a move of constant followed by and of same registerHans-Peter Nilsson1-0/+38
2023-05-06CRIS: peephole2 a lsrq into a lslq+lsrq pairHans-Peter Nilsson1-0/+53
2023-05-04CRIS: peephole2 an "and" with a contiguous "one-sided" sequences of 1sHans-Peter Nilsson3-0/+110
2023-05-04CRIS-LRA: Define TARGET_SPILL_CLASSHans-Peter Nilsson1-0/+12
2023-05-04CRIS-LRA: Fix uses of reload_in_progressHans-Peter Nilsson3-20/+20
2023-05-01Enable LRA on several portsJeff Law1-3/+0
2023-03-30CRIS: Make rtx-cost 0 for many CONST_INT "quick" operandsHans-Peter Nilsson1-1/+22
2023-03-28CRIS: Correct "T" to define_memory_constraint, not define_constraintHans-Peter Nilsson1-1/+1
2023-03-28CRIS: Add peephole2 to handle gcc.target/cris/rld-legit1.c for LRAHans-Peter Nilsson1-0/+50
2023-03-28CRIS: Improve bailing for eliminable compares for "addi" vs. "add"Hans-Peter Nilsson1-1/+52
2023-03-28CRIS: Remove unused constraint "R".Hans-Peter Nilsson1-10/+0
2023-01-16Update copyright years.Jakub Jelinek13-13/+13
2022-09-05rename DBX_REGISTER_NUMBER to DEBUGGER_REGNOMartin Liska1-2/+2
2022-02-02cris: Reload using special-regs before general-regsHans-Peter Nilsson2-6/+32
2022-02-02cris: Don't discriminate against ALL_REGS in TARGET_REGISTER_MOVE_COSTHans-Peter Nilsson1-14/+4
2022-02-02cris: Remove CRIS v32 ACR artefactsHans-Peter Nilsson4-27/+13
2022-02-02cris: For expanded movsi, don't match operands we know will be reloadedHans-Peter Nilsson1-3/+4
2022-02-02cris: Don't default to -mmul-bug-workaroundHans-Peter Nilsson1-3/+16
2022-01-18Fix -Wformat-diag in various targets.Martin Liska1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska4-10/+10
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+0
2022-01-12cris: Avoid format-string-related warnings in calls to error functionsHans-Peter Nilsson2-5/+5
2022-01-12cris: Parenthesize parameter to as_a.Hans-Peter Nilsson1-1/+1
2022-01-03Update copyright years.Jakub Jelinek13-13/+13
2021-08-31More stabs removal.Jeff Law1-18/+0
2021-07-15pass location to md_asm_adjustTrevor Saunders1-2/+2
2021-06-04cris: Update unexpected empty split conditionKewen Lin1-1/+1
2021-03-11cris: define HARD_FRAME_POINTER_REGNUMHans-Peter Nilsson3-20/+36
2021-03-10cris: define DWARF_FRAME_REGISTERSHans-Peter Nilsson1-0/+3
2021-03-06cris: don't define MAX_FIXED_MODE_SIZEHans-Peter Nilsson1-7/+0
2021-03-04Add input_modes parameter to TARGET_MD_ASM_ADJUST hookIlya Leoshkevich1-3/+4
2021-02-24cris: support -fstack-usageHans-Peter Nilsson1-0/+5
2021-02-22cris: Fix addi insn mult vs. shift canonicalizationHans-Peter Nilsson2-12/+44
2021-01-04Update copyright years.Jakub Jelinek13-13/+13
2020-12-16opts: Remove all usages of Report keyword.Martin Liska2-33/+33
2020-07-13cris: Add new pass eliminating compares after delay-slot-fillingHans-Peter Nilsson4-0/+226
2020-07-13cris: Remove config/cris/t-cris gt-cris.h cargoHans-Peter Nilsson1-3/+0
2020-07-13cris: Use addi.b for additions where flags aren't inspectedHans-Peter Nilsson1-1/+39