summaryrefslogtreecommitdiff
path: root/gcc/config/epiphany
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-173-3/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-083-12/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-043-7/+0
* always define STACK_GROWS_DOWNWARDTrevor Saunders2015-05-221-1/+1
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-072-11/+10
* add default for NO_FUNCTION_CSETrevor Saunders2015-04-281-1/+1
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-2/+8
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-0513-13/+13
* epiphany.c (epiphany_override_options): If TARGET_SOFT_CMPSF is not enabled, ...Joern Rennecke2014-12-032-1/+3
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+2
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-293-34/+34
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-273-4/+30
* function.h: Flatten file.Andrew MacLeod2014-10-163-0/+14
* epiphany.md (sub_f_add_imm): Change constraint of operand 3 to "CnL".Joern Rennecke2014-09-201-1/+1
* Instruction attributes take an rtx_insn *David Malcolm2014-09-153-4/+4
* use rtx_code_label moreTrevor Saunders2014-09-031-1/+1
* Use rtx_insn for various target.def hooksDavid Malcolm2014-08-272-5/+5
* config/epiphany: Use rtx_insnDavid Malcolm2014-08-254-13/+16
* remove has_executeTrevor Saunders2014-07-092-2/+0
* Support mode toggle.Christian Bruel2014-07-023-3/+5
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-1/+1
* target.def (mode_switching): New hook vector.Christian Bruel2014-05-134-19/+30
* epiphany.c (epiphany_handle_interrupt_attribute): Emit an error when the func...Joern Rennecke2014-05-071-3/+16
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-1/+1
* pass cfun to pass::executeTrevor Saunders2014-04-172-35/+35
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-7/+1
* remove has_gateTrevor Saunders2014-04-172-2/+0
* gcc:Joern Rennecke2014-04-114-3/+35
* epiphany.c (epiphany_rtx_cost): Compare with CC_N_NE / CC_C_LTU / CC_C_GTU ca...Joern Rennecke2014-04-111-0/+13
* Update copyright years in gcc/Richard Sandiford2014-01-0213-13/+13
* genrecog.c (validate_pattern): Treat all messages except missing modes as err...Richard Sandiford2013-12-101-12/+12
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate last_basic_block macro.David Malcolm2013-12-091-2/+2
* epiphany.h: Wrap rtl_opt_pass declarations in #ifndef IN_LIBGCC2 / #endif.Joern Rennecke2013-12-021-0/+2
* Fix --enable-werror-always build errors:Joern Rennecke2013-11-261-2/+1
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-3/+3
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+4
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-1/+1
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-2/+2
* coretypes.h (rtl_opt_pass): Add.David Malcolm2013-08-071-11/+24
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-053-37/+71
* epiphany.md (*isub_i+2): New peephole.Joern Rennecke2013-07-292-3/+129
* epiphany.c (epiphany_compute_frame_size): Also reserve space for saving UNKNO...Joern Rennecke2013-07-271-2/+10
* Fix EH handling issue in last change:Joern Rennecke2013-05-131-1/+21
* epiphany.c (epiphany_init): Check size of NUM_MODES_FOR_MODE_SWITCHING.Joern Rennecke2013-05-123-43/+49
* epiphany.c (epiphany_expand_prologue): When using gen_stack_adjust_str with a...Joern Rennecke2013-05-091-6/+16
* epiphany.md (<insn_opname>v2si3): Use gen_addsi3_i / gen_subsi3_i.Joern Rennecke2013-04-081-2/+7
* epiphany.md (mov_f+2): New peephole2 pattern.Joern Rennecke2013-04-081-8/+30