aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nios2
AgeCommit message (Expand)AuthorFilesLines
2015-06-29nios2.c (nios2_delegitimize_address): Make assert less restrictive.Sandra Loosemore1-1/+1
2015-06-25aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford1-0/+1
2015-06-25aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford1-1/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-28nios2-linux: add missing cpp specsMike Frysinger1-0/+3
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-05-12nios2.md (trap, ctrapsi4): Use "trap" instead of "break".Sandra Loosemore1-2/+2
2015-05-12nios2.h (enum reg_class): Add IJMP_REGS enum value.Chung-Lin Tang3-6/+12
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-5/+5
2015-05-04common.opt (fdelete-null-pointer-checks): Init to -1.Sandra Loosemore1-0/+9
2015-04-28add default for NO_FUNCTION_CSETrevor Saunders1-1/+1
2015-03-21nios2-protos.h (nios2_adjust_call_address): Adjust function parameter declara...Chung-Lin Tang3-24/+123
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-2/+4
2015-01-20nios2.c (nios2_asm_file_end): Implement TARGET_ASM_FILE_END hook for adding ....Chung-Lin Tang1-0/+15
2015-01-15re PR target/59710 (Nios2: Missing gprel optimization)Sandra Loosemore3-18/+105
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-5/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek13-13/+13
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2-29/+29
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-03use rtx_code_label moreTrevor Saunders1-1/+1
2014-07-23config.gcc: Add nios2-*-rtems*.Sebastian Huber2-0/+167
2014-06-21nios2.c: Include "builtins.h".Jan-Benedict Glaw1-0/+1
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-1/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-14nios2.md (nios2_cbranch): Fix paste-o in length attribute computation.Sandra Loosemore1-2/+2
2014-04-22nios2.md (UNSPEC_ROUND): New.Sandra Loosemore4-1/+31
2014-04-01nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.Chung-Lin Tang3-8/+38
2014-03-11nios2.c (machine_function): Add fp_save_offset field.Chung-Lin Tang1-11/+27
2014-02-20nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.Chung-Lin Tang2-37/+109
2014-02-02nios2.md (load_got_register): Initialize GOT pointer from _gp_got instead of ...Sandra Loosemore2-4/+4
2014-01-30re PR target/59784 (Nios2: Wrong code generation for fextsd custom instruction)Savin Zlobec1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford12-12/+12
2014-01-01nios2.h (BITS_PER_UNIT): Don't define it.Jan-Benedict Glaw1-1/+0
2013-12-31Commit of nios2 port to trunk:Chung-Lin Tang12-0/+5743