aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/picochip/picochip.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-09remove picochipTrevor Saunders1-4705/+0
2014-08-29Make next_insn and previous_insn require an rtx_insn *David Malcolm1-3/+3
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-3/+3
2014-08-28Make SET_NEXT_INSN/SET_PREV_INSN require an rtx_insnDavid Malcolm1-5/+5
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm1-3/+4
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm1-2/+2
2014-08-25config/picochip: Use rtx_insnDavid Malcolm1-2/+2
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm1-11/+11
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-05picochip-protos.h (picochip_regno_nregs): Change int argument to enum machine...Jan-Benedict Glaw1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
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-07pdp11.c: Include dbxout.h.Mike Stump1-0/+1
2013-07-21Fix typos.Mike Stump1-4/+4
2013-05-18recog.h (Recog_data): Rename to...Richard Sandiford1-3/+3
2013-05-14recog.h: Rename struct recog_data to Recog_data.Mike Stump1-3/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2012-09-20s390.c (s390_chunkify_start): Replacing INSN_LOCATOR.Dehao Chen1-4/+4
2012-06-25v850.c: Remove redundant extern declarations for last_assemble_variable_decl ...Steven Bosscher1-2/+0
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-2/+2
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+0
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-1/+1
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-2/+4
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-9/+11
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-17/+1
2011-06-03re PR debug/47590 (pragma optimize doesn't recompute derived options (was: va...Alexandre Oliva1-40/+32
2011-05-27picochip.c (reorder_var_tracking_notes): Drop call_arg_location instructions ...Hariharan Sandanagobalane1-3/+10
2011-05-03picochip.c (picochip_init_builtins): Call build_function_type_list instead of...Nathan Froyd1-21/+24
2011-05-03gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt1-1/+1
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-22re PR target/46608 (picochip-protos.h includes target.h)Joern Rennecke1-2/+2
2010-11-17xtensa.c (function_arg_boundary): Really rename to...Nathan Froyd1-5/+5
2010-11-16builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary.Nathan Froyd1-5/+11
2010-11-15picochip.c (file header): Picochip name change.Hariharan Sandanagobalane1-1/+1
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-13/+13
2010-11-09re PR target/44755 (picochip.md enum types mismatch)Joern Rennecke1-51/+32
2010-10-29picochip.c (picochip_is_short_branch): Simplify a conditional expression.Hariharan Sandanagobalane1-2/+1
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers1-0/+10
2010-10-14params.c (params_finished): New.Joseph Myers1-2/+6
2010-10-12picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj unwind info for exceptions.Hariharan Sandanagobalane1-1/+1
2010-10-11picochip-protos.h (picochip_function_arg): Delete.Hariharan Sandanagobalane1-26/+37
2010-10-11params.c (set_param_value_internal): New.Joseph Myers1-4/+4
2010-10-06picochip.c (TARGET_EXCEPT_UNWIND_INFO): Define it to be UI_NONE for picochip.Hariharan Sandanagobalane1-5/+9
2010-10-05picochip.c (picochip_option_override): Disable exception flags for picochip.Hariharan Sandanagobalane1-0/+5
2010-09-29picochip.c (picochip_output_internal_label): This function can now be called ...Hariharan Sandanagobalane1-0/+12
2010-09-16tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers1-5/+14
2010-09-09picochip.c (picochip_reorg): Check for note_p for epilogue instruction move.Hariharan Sandanagobalane1-1/+1