summaryrefslogtreecommitdiff
path: root/gcc/config/nios2
Commit message (Expand)AuthorAgeFilesLines
* [RTEMS] Add GCC Runtime Library ExceptionSebastian Huber2017-07-261-15/+20
* 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-0116-17/+17
* 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-172-6/+5
* Fix instances of gen_rtx_REG (VOIDmode, ...)Richard Sandiford2016-11-151-1/+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-0416-17/+17
* 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
* Improve --help output to generate references to option aliases.Martin Sebor2015-10-212-132/+132
* 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-145-21/+270
* nios2-protos.h (nios2_expand_return): Declare.Sandra Loosemore2015-07-143-74/+363
* predicates.md (pop_operation): New.Sandra Loosemore2015-07-146-0/+4945
* nios2.h (LABEL_ALIGN): Define.Sandra Loosemore2015-07-146-121/+976
* nios2.h (SMALL_INT12): New macro.Sandra Loosemore2015-07-145-5/+53
* nios2.opt (march, mbmx, mcdx): New options.Sandra Loosemore2015-07-144-3/+51
* nios2.c (TEMP_REG_NUM): Move define up in file.Sandra Loosemore2015-07-141-16/+44
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* always define WORD_REGISTER_OPERATIONSTrevor Saunders2015-07-091-1/+1
* target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra2015-07-081-1/+4
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-10/+3
* nios2-protos.h (nios2_symbol_ref_in_small_data_p): Delete extern declaration.Chung-Lin Tang2015-07-053-8/+8
* nios2.c (save_reg, [...]): Use plus_constant.Sandra Loosemore2015-07-042-16/+16
* nios2.c (nios2_delegitimize_address): Make assert less restrictive.Sandra Loosemore2015-06-291-1/+1
* aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford2015-06-251-0/+1
* aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford2015-06-251-1/+2
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* nios2-linux: add missing cpp specsMike Frysinger2015-05-281-0/+3
* always define STACK_GROWS_DOWNWARDTrevor Saunders2015-05-221-1/+1
* nios2.md (trap, ctrapsi4): Use "trap" instead of "break".Sandra Loosemore2015-05-121-2/+2
* nios2.h (enum reg_class): Add IJMP_REGS enum value.Chung-Lin Tang2015-05-123-6/+12
* bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill2015-05-091-1/+1
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-071-5/+5
* common.opt (fdelete-null-pointer-checks): Init to -1.Sandra Loosemore2015-05-041-0/+9
* add default for NO_FUNCTION_CSETrevor Saunders2015-04-281-1/+1
* nios2-protos.h (nios2_adjust_call_address): Adjust function parameter declara...Chung-Lin Tang2015-03-213-24/+123
* Always pass explicit location to fatal_error.Joseph Myers2015-01-301-2/+4
* nios2.c (nios2_asm_file_end): Implement TARGET_ASM_FILE_END hook for adding ....Chung-Lin Tang2015-01-201-0/+15
* re PR target/59710 (Nios2: Missing gprel optimization)Sandra Loosemore2015-01-153-18/+105