aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/cris
AgeCommit message (Expand)AuthorFilesLines
2020-07-06cris: Correct gcc_assert for atomic_fetch_op patternHans-Peter Nilsson1-1/+5
2020-07-06cris: update recent patterns. Simplify cris_select_cc_mode.Hans-Peter Nilsson3-67/+71
2020-07-06cris.md: Reinstate add/sub with extendHans-Peter Nilsson1-0/+83
2020-05-09cris: Enable "neg" to set condition codes.Hans-Peter Nilsson2-5/+5
2020-05-09cris: Enable single-bit btst/btstq to set condition codes.Hans-Peter Nilsson3-20/+82
2020-05-09cris: Enable 32-bit shifts, clz, bswap, umin to set condition codes.Hans-Peter Nilsson1-4/+4
2020-05-09cris: Enable general "and", "or", "xor", "not" to set condition codes.Hans-Peter Nilsson1-21/+30
2020-05-09cris: Enable additions and subtractions to set condition codes.Hans-Peter Nilsson1-10/+10
2020-05-09cris: Enable extend operations to SImode to set condition codes.Hans-Peter Nilsson1-2/+2
2020-05-09cris: Enable movhi and movqi to set condition codes. Anonymize.Hans-Peter Nilsson1-7/+11
2020-05-09cris: Enable *movsi_internal to set condition codes.Hans-Peter Nilsson1-5/+56
2020-05-09cris: Introduce CC_NZVCmode and CC_NZmode.Hans-Peter Nilsson5-72/+237
2020-05-09cris.md: Post-reload, split/generate clobberless zero source movesHans-Peter Nilsson1-2/+17
2020-05-09cris.md: Post-reload, split/generate clobberless memory destination movesHans-Peter Nilsson1-0/+47
2020-05-09config/cris/cris.h (REVERSIBLE_CC_MODE): Define to true.Hans-Peter Nilsson1-0/+3
2020-05-09cris: Define TARGET_FLAGS_REGNUM.Hans-Peter Nilsson1-0/+10
2020-05-09cris: Emit trivial btstq expected by gcc.target/cris/sync-2i.c, sync-2c.cHans-Peter Nilsson1-0/+27
2020-05-09cris: Move trivially from cc0 to reg:CC model, removing most optimizations.Hans-Peter Nilsson6-2570/+587
2020-05-09gcc/config/cris: Remove shared-library and CRIS v32 support.Hans-Peter Nilsson8-2278/+203
2020-05-09gcc/config/cris/t-elfmulti: Remove crisv32 multilib.Hans-Peter Nilsson1-4/+3
2020-05-09cris: Remove from gcc/config/cris: t-linux, linux.h, linux.optHans-Peter Nilsson3-188/+0
2020-02-10cris: try to generate zero-based comparisonsHans-Peter Nilsson3-2/+62
2020-01-01Update copyright years.Jakub Jelinek13-13/+13
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-2/+2
2019-08-20Use function_arg_info for TARGET_MUST_PASS_IN_STACKRichard Sandiford1-2/+2
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-5/+5
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-16/+11
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-4/+4
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-8/+6
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-7/+6
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+4
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-5/+7
2019-02-11cris.c (cris_preferred_minimum_alignment): Fix name typo.Hans-Peter Nilsson1-3/+3
2019-01-01Update copyright years.Jakub Jelinek13-13/+13
2018-09-05re PR target/86779 (Cris port needs updating for CVE-2017-5753)Hans-Peter Nilsson1-0/+3
2018-07-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell1-2/+0
2018-01-03Update copyright years.Jakub Jelinek13-13/+13
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-1/+1
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford1-5/+24
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-4/+0
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-11/+21
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-2/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford2-8/+16
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-6/+0
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford2-10/+17
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-04-12cris.md (cris_preferred_reload_class): Return GENNONACR_REGS rather than GENE...Jeff Law1-1/+1
2017-02-24cris: Fix for RTL checkingSegher Boessenkool1-1/+1