Age | Commit message (Expand) | Author | Files | Lines |
2020-07-06 | cris: Correct gcc_assert for atomic_fetch_op pattern | Hans-Peter Nilsson | 1 | -1/+5 |
2020-07-06 | cris: update recent patterns. Simplify cris_select_cc_mode. | Hans-Peter Nilsson | 3 | -67/+71 |
2020-07-06 | cris.md: Reinstate add/sub with extend | Hans-Peter Nilsson | 1 | -0/+83 |
2020-05-09 | cris: Enable "neg" to set condition codes. | Hans-Peter Nilsson | 2 | -5/+5 |
2020-05-09 | cris: Enable single-bit btst/btstq to set condition codes. | Hans-Peter Nilsson | 3 | -20/+82 |
2020-05-09 | cris: Enable 32-bit shifts, clz, bswap, umin to set condition codes. | Hans-Peter Nilsson | 1 | -4/+4 |
2020-05-09 | cris: Enable general "and", "or", "xor", "not" to set condition codes. | Hans-Peter Nilsson | 1 | -21/+30 |
2020-05-09 | cris: Enable additions and subtractions to set condition codes. | Hans-Peter Nilsson | 1 | -10/+10 |
2020-05-09 | cris: Enable extend operations to SImode to set condition codes. | Hans-Peter Nilsson | 1 | -2/+2 |
2020-05-09 | cris: Enable movhi and movqi to set condition codes. Anonymize. | Hans-Peter Nilsson | 1 | -7/+11 |
2020-05-09 | cris: Enable *movsi_internal to set condition codes. | Hans-Peter Nilsson | 1 | -5/+56 |
2020-05-09 | cris: Introduce CC_NZVCmode and CC_NZmode. | Hans-Peter Nilsson | 5 | -72/+237 |
2020-05-09 | cris.md: Post-reload, split/generate clobberless zero source moves | Hans-Peter Nilsson | 1 | -2/+17 |
2020-05-09 | cris.md: Post-reload, split/generate clobberless memory destination moves | Hans-Peter Nilsson | 1 | -0/+47 |
2020-05-09 | config/cris/cris.h (REVERSIBLE_CC_MODE): Define to true. | Hans-Peter Nilsson | 1 | -0/+3 |
2020-05-09 | cris: Define TARGET_FLAGS_REGNUM. | Hans-Peter Nilsson | 1 | -0/+10 |
2020-05-09 | cris: Emit trivial btstq expected by gcc.target/cris/sync-2i.c, sync-2c.c | Hans-Peter Nilsson | 1 | -0/+27 |
2020-05-09 | cris: Move trivially from cc0 to reg:CC model, removing most optimizations. | Hans-Peter Nilsson | 6 | -2570/+587 |
2020-05-09 | gcc/config/cris: Remove shared-library and CRIS v32 support. | Hans-Peter Nilsson | 8 | -2278/+203 |
2020-05-09 | gcc/config/cris/t-elfmulti: Remove crisv32 multilib. | Hans-Peter Nilsson | 1 | -4/+3 |
2020-05-09 | cris: Remove from gcc/config/cris: t-linux, linux.h, linux.opt | Hans-Peter Nilsson | 3 | -188/+0 |
2020-02-10 | cris: try to generate zero-based comparisons | Hans-Peter Nilsson | 3 | -2/+62 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 13 | -13/+13 |
2019-09-10 | Add call_used_or_fixed_reg_p | Richard Sandiford | 1 | -2/+2 |
2019-08-20 | Use function_arg_info for TARGET_MUST_PASS_IN_STACK | Richard Sandiford | 1 | -2/+2 |
2019-08-20 | Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCE | Richard Sandiford | 1 | -5/+5 |
2019-08-20 | Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG | Richard Sandiford | 1 | -16/+11 |
2019-08-20 | Use function_arg_info for TARGET_SETUP_INCOMING_ARGS | Richard Sandiford | 1 | -4/+4 |
2019-08-20 | Use function_arg_info for TARGET_PASS_BY_REFERENCE | Richard Sandiford | 1 | -8/+6 |
2019-08-20 | Use function_arg_info for TARGET_ARG_PARTIAL_BYTES | Richard Sandiford | 1 | -7/+6 |
2019-05-16 | gcc: move assemble_start_function / assemble_end_function to output_mi_thunk | Max Filippov | 1 | -0/+4 |
2019-04-05 | Remove usage of apostrophes in error and warning messages (PR translation/899... | Martin Liska | 1 | -1/+1 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 1 | -5/+7 |
2019-02-11 | cris.c (cris_preferred_minimum_alignment): Fix name typo. | Hans-Peter Nilsson | 1 | -3/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 13 | -13/+13 |
2018-09-05 | re PR target/86779 (Cris port needs updating for CVE-2017-5753) | Hans-Peter Nilsson | 1 | -0/+3 |
2018-07-05 | Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C. | Nathan Sidwell | 1 | -2/+0 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 13 | -13/+13 |
2017-12-16 | poly_int: IN_TARGET_CODE | Richard Sandiford | 1 | -0/+2 |
2017-10-29 | Delete obsolete SDB debug info support. | James E Wilson | 1 | -1/+1 |
2017-10-26 | This patch adds a new hook that gives the preferred alignment for a static rt... | Richard Sandiford | 1 | -5/+24 |
2017-10-23 | Convert STARTING_FRAME_OFFSET to a hook | Richard Sandiford | 1 | -4/+0 |
2017-09-25 | Turn CONSTANT_ALIGNMENT into a hook | Richard Sandiford | 2 | -11/+21 |
2017-09-15 | Turn TRULY_NOOP_TRUNCATION into a hook | Richard Sandiford | 1 | -2/+0 |
2017-09-12 | Turn HARD_REGNO_NREGS into a target hook | Richard Sandiford | 2 | -8/+16 |
2017-09-04 | Turn MODES_TIEABLE_P into a target hook | Richard Sandiford | 1 | -6/+0 |
2017-09-04 | Turn HARD_REGNO_MODE_OK into a target hook | Richard Sandiford | 2 | -10/+17 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-04-12 | cris.md (cris_preferred_reload_class): Return GENNONACR_REGS rather than GENE... | Jeff Law | 1 | -1/+1 |
2017-02-24 | cris: Fix for RTL checking | Segher Boessenkool | 1 | -1/+1 |