summaryrefslogtreecommitdiff
path: root/gcc/config/cris
AgeCommit message (Expand)Author
2020-05-09cris: Enable "neg" to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Enable single-bit btst/btstq to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Enable 32-bit shifts, clz, bswap, umin to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Enable general "and", "or", "xor", "not" to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Enable additions and subtractions to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Enable extend operations to SImode to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Enable movhi and movqi to set condition codes. Anonymize.Hans-Peter Nilsson
2020-05-09cris: Enable *movsi_internal to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Introduce CC_NZVCmode and CC_NZmode.Hans-Peter Nilsson
2020-05-09cris.md: Post-reload, split/generate clobberless zero source movesHans-Peter Nilsson
2020-05-09cris.md: Post-reload, split/generate clobberless memory destination movesHans-Peter Nilsson
2020-05-09config/cris/cris.h (REVERSIBLE_CC_MODE): Define to true.Hans-Peter Nilsson
2020-05-09cris: Define TARGET_FLAGS_REGNUM.Hans-Peter Nilsson
2020-05-09cris: Emit trivial btstq expected by gcc.target/cris/sync-2i.c, sync-2c.cHans-Peter Nilsson
2020-05-09cris: Move trivially from cc0 to reg:CC model, removing most optimizations.Hans-Peter Nilsson
2020-05-09gcc/config/cris: Remove shared-library and CRIS v32 support.Hans-Peter Nilsson
2020-05-09gcc/config/cris/t-elfmulti: Remove crisv32 multilib.Hans-Peter Nilsson
2020-05-09cris: Remove from gcc/config/cris: t-linux, linux.h, linux.optHans-Peter Nilsson
2020-02-10cris: try to generate zero-based comparisonsHans-Peter Nilsson
2020-01-01Update copyright years.Jakub Jelinek
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford
2019-08-20Use function_arg_info for TARGET_MUST_PASS_IN_STACKRichard Sandiford
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-02-11cris.c (cris_preferred_minimum_alignment): Fix name typo.Hans-Peter Nilsson
2019-01-01Update copyright years.Jakub Jelinek
2018-09-05re PR target/86779 (Cris port needs updating for CVE-2017-5753)Hans-Peter Nilsson
2018-07-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell
2018-01-03Update copyright years.Jakub Jelinek
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford
2017-10-29Delete obsolete SDB debug info support.James E Wilson
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford
2017-08-08trans.c: Include header files.Martin Liska
2017-04-12cris.md (cris_preferred_reload_class): Return GENNONACR_REGS rather than GENE...Jeff Law
2017-02-24cris: Fix for RTL checkingSegher Boessenkool
2017-01-01Update copyright years.Jakub Jelinek
2016-11-21re PR target/68538 (ICE in gen_reg_rtx, at emit-rtl.c:1027 when cross-compili...Jeff Law
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme