summaryrefslogtreecommitdiff
path: root/gcc/config/nios2/nios2.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Fix bugs relating to flexibly-sized objects in nios2 backend.Sandra Loosemore2019-12-011-0/+16
* Add call_used_or_fixed_reg_pRichard Sandiford2019-09-101-1/+1
* Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford2019-08-201-16/+6
* Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford2019-08-201-10/+3
* Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford2019-08-201-3/+3
* Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford2019-08-201-12/+3
* Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford2019-08-131-1/+1
* Remove obsolete comment about use_thunkRainer Orth2019-05-281-2/+1
* gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov2019-05-161-0/+3
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-111-12/+13
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR target/87079 (nios2 optimization for size - case of regression relative...Sandra Loosemore2018-11-031-0/+13
* re PR target/80024 (nios2: unclear wording "numeric digits" in diagnostic)Sandra Loosemore2018-10-271-2/+2
* nios2.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define.Sandra Loosemore2018-08-031-0/+3
* nios2.c (nios2_label_align): Update for recent changes which dropped ALIGN_LA...Jeff Law2018-07-171-2/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2017-12-191-2/+2
* poly_int: IN_TARGET_CODERichard Sandiford2017-12-161-0/+2
* nios2.c (nios2_symbolic_constant_allowed): Rename to...Sandra Loosemore2017-12-071-30/+79
* nios2.h (FRAME_GROWS_DOWNWARD): Define to 1.Sandra Loosemore2017-10-281-1/+3
* constraints.md ("S"): Match r0rel_constant_p too.Sandra Loosemore2017-10-261-14/+80
* nios2.c: Include xregex.h.Sandra Loosemore2017-10-261-1/+24
* nios2.c (nios2_rtx_costs): Make costs better reflect reality.Sandra Loosemore2017-10-231-26/+139
* nios2-protos.h (nios2_large_constant_p): Declare.Sandra Loosemore2017-10-231-11/+212
* nios2.c (TARGET_LRA_P): Don't override.Sandra Loosemore2017-10-231-3/+0
* Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2017-09-251-0/+3
* Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford2017-09-041-6/+10
* PR82045: Avoid passing machine modes through "..."Richard Sandiford2017-09-041-2/+2
* Remove the frame size argument from function_prologue/epilogueRichard Sandiford2017-08-211-1/+1
* trans.c: Include header files.Martin Liska2017-08-081-0/+2
* nios2.c (nios2_simple_const_p): Returns false if the argument isn't a CONST_INT.Segher Boessenkool2017-02-241-2/+12
* re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek2017-01-091-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* nios2.c (nios2_emit_move_sequence): Call copy_rtx to avoid shared structure e...Sandra Loosemore2016-12-111-1/+2
* nios2.c (nios2_init_libfuncs): Add ATTRIBUTE_UNUSED.Chung-Lin Tang2016-11-241-1/+1
* re PR target/78357 (nios2 uses non-standard atomic functions)Chung-Lin Tang2016-11-171-6/+1
* * config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.Jeff Law2016-10-261-0/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Put a TARGET_LRA_P into every targetSegher Boessenkool2016-09-141-0/+3
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR target/68410 (config/nios2/nios2.c: 4123: duplicates in expression)Sandra Loosemore2015-11-181-2/+2
* Machine modes for address printing.Julian Brown2015-11-091-3/+3
* gen-mul-tables.cc: Adjust include files.Andrew MacLeod2015-10-161-23/+7
* nios2.c (nios2_symbol_ref_in_small_data_p): For -mgpopt=local, also exclude u...Sandra Loosemore2015-10-061-3/+7
* nios2.c (nios2_legitimize_address): When handling 'reg + reloc' cases...Chung-Lin Tang2015-09-221-2/+2
* nios2.c (nios2_emit_stack_limit_check): Fix uninitialized-variable warning.Sandra Loosemore2015-07-151-1/+1
* constraints.md (U, v): New constraints.Sandra Loosemore2015-07-141-21/+144
* nios2-protos.h (nios2_expand_return): Declare.Sandra Loosemore2015-07-141-73/+358
* predicates.md (pop_operation): New.Sandra Loosemore2015-07-141-0/+447