aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
AgeCommit message (Expand)AuthorFilesLines
2015-05-22always define HAVE_peepholeTrevor Saunders1-2/+0
2015-04-17Properly handle uninitialized common symbolH.J. Lu1-0/+1
2015-03-27Add default_binds_local_p_2 and use it for x86H.J. Lu1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-10Add a target hook for assembling undeclared decls.Bernd Schmidt1-0/+7
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-5/+5
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-1/+1
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-2/+2
2014-09-10error_for_asm and warning_for_asm take const rtx_insn *David Malcolm1-1/+1
2014-09-05Drop uncast_insn from param 1 of final_scan_insnDavid Malcolm1-1/+1
2014-09-03output.h (get_some_local_dynamic_name): Declare.Richard Sandiford1-0/+2
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-1/+1
2014-08-28insn_current_reference_address takes an rtx_insnDavid Malcolm1-1/+1
2014-08-25final_start_function takes an rtx_insnDavid Malcolm1-1/+1
2014-08-25final accepts an rtx_insnDavid Malcolm1-1/+1
2014-08-25shorten_branches takes an rtx_insnDavid Malcolm1-1/+1
2014-08-22genpeep.c: peephole requires an rtx_insnDavid Malcolm1-1/+1
2014-08-22final.c: Use rtx_insn (also touches output.c and config/arc/arc.c)David Malcolm1-3/+3
2014-08-21peephole returns an rtx_insnDavid Malcolm1-1/+1
2014-01-20output.h (output_constant): Delete.Eric Botcazou1-12/+0
2014-01-16re PR middle-end/28865 (Structures with a flexible arrray member have wrong ....Nick Clifton1-3/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-08-06Commit the vtable verification feature.Caroline Tice1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-21varasm.c (bss_initializer_p): Remove static.David Edelsohn1-0/+2
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-1/+1
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo1-1/+1
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-21/+2
2012-06-17output.h (split_double): Move prototype to rtl.h.Steven Bosscher1-11/+0
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-22/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-35/+0
2012-05-24tree.h (alias_diag_flags): Remove.Jan Hubicka1-0/+1
2012-03-12re PR other/52545 (output.h: SECTION_EXCLUDE flag clobbers SECTION_MACH_DEP)Georg-Johann Lay1-2/+2
2011-11-22target.def (tm_clone_table_section): New hook.Iain Sandoe1-0/+1
2011-11-17re PR middle-end/51144 (r181279 possibly miscompilation of genmddeps)Steve Ellcey1-1/+0
2011-11-10final.c, output.h (fprint_whex, [...]): New functions serving as fast replace...Dimitrios Apostolou1-0/+9
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+4
2011-09-27output.h (SECTION_EXCLUDE): New macro.Sriraman Tallam1-0/+1
2011-08-20Use .init_arrary/.fini_array sections if possible.H.J. Lu1-0/+2
2011-02-03re PR middle-end/31490 (Compile error section type conflict)Jakub Jelinek1-2/+4
2011-01-07allow the target to label code fragments generated by partitioning.Iain Sandoe1-0/+3
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-0/+2
2010-11-23tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.Jan Hubicka1-0/+4
2010-11-13tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro.Richard Earnshaw1-0/+5
2010-11-06re PR middle-end/46314 (frontends use ASM_GENERATE_INTERNAL_LABEL)Joern Rennecke1-0/+2
2010-09-27common.opt (fsplit-stack): New option.Ian Lance Taylor1-0/+1
2010-08-30Stack usage supportEric Botcazou1-0/+3
2010-07-26re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson1-7/+1
2010-07-26target.def (output_source_filename): New hook.Anatoly Sokolov1-0/+3
2010-06-16* target.h (struct asm_out):Add declare_constant_name field.Anatoly Sokolov1-2/+5