aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/epiphany
AgeCommit message (Expand)AuthorFilesLines
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders2-35/+35
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders2-2/+0
2014-04-11gcc:Joern Rennecke4-3/+35
2014-04-11epiphany.c (epiphany_rtx_cost): Compare with CC_N_NE / CC_C_LTU / CC_C_GTU ca...Joern Rennecke1-0/+13
2014-01-02Update copyright years in gcc/Richard Sandiford13-13/+13
2013-12-10genrecog.c (validate_pattern): Treat all messages except missing modes as err...Richard Sandiford1-12/+12
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-02epiphany.h: Wrap rtl_opt_pass declarations in #ifndef IN_LIBGCC2 / #endif.Joern Rennecke1-0/+2
2013-11-26Fix --enable-werror-always build errors:Joern Rennecke1-2/+1
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-3/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-2/+2
2013-08-07coretypes.h (rtl_opt_pass): Add.David Malcolm1-11/+24
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm3-37/+71
2013-07-29epiphany.md (*isub_i+2): New peephole.Joern Rennecke2-3/+129
2013-07-27epiphany.c (epiphany_compute_frame_size): Also reserve space for saving UNKNO...Joern Rennecke1-2/+10
2013-05-13Fix EH handling issue in last change:Joern Rennecke1-1/+21
2013-05-12epiphany.c (epiphany_init): Check size of NUM_MODES_FOR_MODE_SWITCHING.Joern Rennecke3-43/+49
2013-05-09epiphany.c (epiphany_expand_prologue): When using gen_stack_adjust_str with a...Joern Rennecke1-6/+16
2013-04-08epiphany.md (<insn_opname>v2si3): Use gen_addsi3_i / gen_subsi3_i.Joern Rennecke1-2/+7
2013-04-08epiphany.md (mov_f+2): New peephole2 pattern.Joern Rennecke1-8/+30
2013-04-08epiphany.md (logical_op): New code iterator.Joern Rennecke1-0/+104
2013-04-08constraints.md (CnL): New constraint.Joern Rennecke3-5/+16
2013-04-08epiphany.c (epiphany_select_cc_mode): Don't use CC_FPmode for ORDERED / UNORD...Joern Rennecke2-2/+3
2013-04-08epiphany.md (GPR_1): New constant.Joern Rennecke2-9/+35
2013-04-08epiphany.h (struct GTY (()) machine_function): Add member lr_slot_known.Joern Rennecke3-24/+32
2013-03-23avr.c, [...]: Where applicable...Steven Bosscher1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford13-20/+13
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2012-12-05tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Update documentation.Steven Bosscher1-1/+2
2012-11-29Update Copyright years in gcc/config/epiphany .Joern Rennecke8-11/+11
2012-11-29epiphany.h (FIXED_REGISTERS, [...]): Make r40..r43 call-used.Oleg Raikhman1-4/+3
2012-11-29epiphany.c (epiphany_adjust_cost): Use reg_overlap_mentioned_p.Joern Rennecke1-3/+3
2012-11-29* config/epiphany/epiphany.md (isub_i+1): Work around generator bug.Joern Rennecke1-7/+10
2012-11-29epiphany.h (EPIPHANY_LIBRARY_EXTRA_SPEC): Define.Joern Rennecke2-0/+18
2012-11-29Shift get_attr_sched_use_fpu declaration from last change from...Joern Rennecke2-4/+7
2012-11-29predicates.md (addsub_operator): New predicate.Joern Rennecke4-0/+40
2012-11-28* config/epiphany/epiphgany.md (maddsi_combine): Fix output pattern.Joern Rennecke1-1/+1
2012-11-28epiphany.opt (mfp-iarith): New option.Joern Rennecke3-19/+58
2012-11-28Adjust last change to plus_constant change.Joern Rennecke1-2/+2
2012-11-28predicates.md (move_double_src_operand): Check that misaligned addresses are ...Joern Rennecke2-0/+14
2012-11-28epiphany.h (ASM_OUTPUT_ALIGN_WITH_NOP): Define.Oleg Raikhman1-1/+8
2012-11-28epiphany.opt (-may-round-for-trunc): New option.Joern Rennecke2-1/+8
2012-11-28epiphany.md (mov<mode>, [...]): Check for misaligned memory operands.Joern Rennecke2-1/+9
2012-11-28epiphany.h (HARD_REGNO_RENAME_OK): Define.Joern Rennecke3-0/+16
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-7/+7