aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/epiphany
AgeCommit message (Expand)AuthorFilesLines
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod3-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod3-12/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod3-7/+0
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford2-11/+10
2015-04-28add default for NO_FUNCTION_CSETrevor Saunders1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+8
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek13-13/+13
2014-12-03epiphany.c (epiphany_override_options): If TARGET_SOFT_CMPSF is not enabled, ...Joern Rennecke2-1/+3
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+2
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford3-34/+34
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod3-4/+30
2014-10-16function.h: Flatten file.Andrew MacLeod3-0/+14
2014-09-20epiphany.md (sub_f_add_imm): Change constraint of operand 3 to "CnL".Joern Rennecke1-1/+1
2014-09-15Instruction attributes take an rtx_insn *David Malcolm3-4/+4
2014-09-03use rtx_code_label moreTrevor Saunders1-1/+1
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm2-5/+5
2014-08-25config/epiphany: Use rtx_insnDavid Malcolm4-13/+16
2014-07-09remove has_executeTrevor Saunders2-2/+0
2014-07-02Support mode toggle.Christian Bruel3-3/+5
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-13target.def (mode_switching): New hook vector.Christian Bruel4-19/+30
2014-05-07epiphany.c (epiphany_handle_interrupt_attribute): Emit an error when the func...Joern Rennecke1-3/+16
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