aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/c6x
AgeCommit message (Expand)AuthorFilesLines
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-1/+0
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-1/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-5/+0
2017-09-12Use hard_regno_nregs instead of HARD_REGNO_NREGSRichard Sandiford1-2/+2
2017-09-12Make more use of REG_NREGSRichard Sandiford1-3/+3
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford1-2/+2
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford1-1/+1
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-5/+13
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford2-3/+11
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-5/+4
2017-08-30[73/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-1/+1
2017-08-30[72/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-1/+1
2017-08-30[6/77] Make GET_MODE_WIDER return an opt_modeRichard Sandiford1-1/+1
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-7/+7
2017-08-08trans.c: Include header files.Martin Liska1-0/+1
2017-03-15c6x.c (hwloop_optimize): Handle case where the old iteration reg is used afte...Bernd Schmidt1-1/+2
2017-02-24c6x: Fix for RTL checkingSegher Boessenkool1-0/+1
2017-01-01Update copyright years.Jakub Jelinek25-30/+30
2016-11-21use rtx_insn * more places where it is obviousTrevor Saunders1-2/+3
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders1-5/+4
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-4/+0
2016-09-27c6x.h: Adjust fall through comment.Marek Polacek1-2/+2
2016-09-22use rtx_insn * moreTrevor Saunders1-10/+9
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-2/+3
2016-02-22re PR target/69894 (dependency of gcc-plugin.h not installed on aarch64-linux...Jakub Jelinek1-0/+2
2016-01-04Update copyright years.Jakub Jelinek25-30/+30
2015-11-09Machine modes for address printing.Julian Brown1-10/+10
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-8/+8
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-28/+12
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-3/+1
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford1-2/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-21/+23
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-06-30c6x.c (try_rename_operands): Do not depend on gcc_assert evaluating its argum...Sandra Loosemore1-2/+7
2015-06-28regrename.h (regrename_do_replace): Change to return bool.Chung-Lin Tang1-2/+2
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
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-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-27Add --enable-default-pie option to GCC configureH.J. Lu2-3/+5
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford2-15/+13
2015-04-22c6x: handle c6x unk_isa in TARGET_CPU_CPP_BUILTINSBernhard Reutner-Fischer1-0/+2
2015-03-27Allow misaligned volatile stores in C6X.Bernd Schmidt1-1/+1