aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nios2
AgeCommit message (Expand)AuthorFilesLines
2021-06-17Add a target calls hook: TARGET_PUSH_ARGUMENTH.J. Lu1-1/+0
2021-05-18Use startswith in targets.Martin Liska1-7/+6
2021-04-29Fix nios2 build failureJeff Law1-1/+1
2021-03-17nios2: Fix format complaints and similar diagnostics.Sandra Loosemore1-29/+34
2021-01-16RTEMS: Add -mcustom-fpu-cfg=fph2 multilibSebastian Huber1-128/+18
2021-01-16nios2: Add -mcustom-fpu-cfg=fph2Sebastian Huber1-1/+22
2021-01-16nios2: Remove custom instruction warningsSebastian Huber1-28/+0
2021-01-04Update copyright years.Jakub Jelinek16-17/+17
2020-12-16opts: Remove all usages of Report keyword.Martin Liska2-131/+131
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-12/+15
2020-01-31nios2: Support for GOT-relative DW_EH_PE_datarel encoding.Sandra Loosemore1-7/+33
2020-01-01Update copyright years.Jakub Jelinek16-17/+17
2019-12-08Revert commit r279023.Sandra Loosemore1-6/+0
2019-12-05Disable --eh-frame-hdr with -pie or -shared on nios2-linux-gnu.Sandra Loosemore1-0/+6
2019-12-01Fix bugs relating to flexibly-sized objects in nios2 backend.Sandra Loosemore2-3/+19
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-16/+6
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-10/+3
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-3/+3
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-12/+3
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-1/+1
2019-05-28Remove obsolete comment about use_thunkRainer Orth1-2/+1
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+3
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-12/+13
2019-01-01Update copyright years.Jakub Jelinek16-17/+17
2018-11-03re PR target/87079 (nios2 optimization for size - case of regression relative...Sandra Loosemore1-0/+13
2018-10-27re PR target/80024 (nios2: unclear wording "numeric digits" in diagnostic)Sandra Loosemore1-2/+2
2018-08-03nios2.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define.Sandra Loosemore1-0/+3
2018-07-17nios2.c (nios2_label_align): Update for recent changes which dropped ALIGN_LA...Jeff Law1-2/+2
2018-03-15nios2.md (movsi_internal): Fix thinko in split predicate.Sandra Loosemore1-3/+4
2018-01-08nios2: Enable Ada run-time buildSebastian Huber1-1/+1
2018-01-03Update copyright years.Jakub Jelinek16-17/+17
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2-3/+3
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-12-07nios2.md (ld<bhw_uns>io): Add splitter for memory operand.Sandra Loosemore2-3/+22
2017-12-07nios2.c (nios2_symbolic_constant_allowed): Rename to...Sandra Loosemore3-57/+108
2017-10-28nios2.h (FRAME_GROWS_DOWNWARD): Define to 1.Sandra Loosemore2-1/+4
2017-10-26constraints.md ("S"): Match r0rel_constant_p too.Sandra Loosemore4-17/+88
2017-10-26nios2.c: Include xregex.h.Sandra Loosemore2-1/+28
2017-10-23nios2.c (nios2_rtx_costs): Make costs better reflect reality.Sandra Loosemore1-26/+139
2017-10-23nios2-protos.h (nios2_large_constant_p): Declare.Sandra Loosemore3-22/+287
2017-10-23nios2.c (TARGET_LRA_P): Don't override.Sandra Loosemore1-3/+0
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-1/+0
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-4/+3
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-2/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-3/+0
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford3-18/+13
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-1/+0
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-1/+0
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-2/+2