aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/epiphany
AgeCommit message (Expand)AuthorFilesLines
2017-08-30[73/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-1/+1
2017-08-30[15/77] Add scalar_int_modeRichard Sandiford1-1/+2
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford2-24/+24
2017-08-08trans.c: Include header files.Martin Liska1-0/+1
2017-04-03Fix numerous typos in commentsJonathan Wakely2-2/+2
2017-02-07re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test)Richard Biener2-5/+5
2017-01-01Update copyright years.Jakub Jelinek13-13/+13
2016-10-26epiphany.c (epiphany_print_operand): Adjust fallthru comment.Jeff Law1-1/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme3-0/+3
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+2
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-2/+3
2016-03-17i386.md (*movv4qicc_insn+1..36): Pass true as ALL_REGS argument to replace_rtx.Joern Rennecke1-2/+2
2016-01-04Update copyright years.Jakub Jelinek13-13/+13
2015-11-09Machine modes for address printing.Julian Brown1-4/+6
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-9/+9
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod3-41/+10
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-3/+1
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford1-1/+1
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod3-0/+3
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-1/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-2/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod3-29/+9
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