aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Change references of .c files to .cc filesMartin Liska1-8/+8
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-03pch: Add support for PCH for relocatable executables [PR71934]Jakub Jelinek1-7/+7
2021-09-27Come up with section_flag enum.Martin Liska1-38/+47
2021-05-02aix: Redesign section encoding and selectionDavid Edelsohn1-0/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-16Switch to a new section if the SECTION_RETAIN bit doesn't matchH.J. Lu1-1/+1
2020-12-02Use the section flag 'o' for __patchable_function_entriesH.J. Lu1-1/+2
2020-12-01Use SHF_GNU_RETAIN to preserve symbol definitionsH.J. Lu1-1/+5
2020-11-17Relocatable read-only section support for absolute jump tableHaochen Gui1-2/+2
2020-10-29LTO: get_section: add new argumentMartin Liska1-1/+2
2020-01-22i386: Fix up -fdollars-in-identifiers with identifiers starting with $ in -ma...Jakub Jelinek1-0/+6
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka1-0/+1
2019-11-06introduce -fcallgraph-info optionEric Botcazou1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-03S/390: Add support for section anchorsIlya Leoshkevich1-1/+1
2018-07-17Clean up of new format of -falign-FOO.Martin Liska1-5/+1
2018-06-18More rtx to rtx_insn * cleanupsDavid Malcolm1-1/+1
2018-02-09re PR middle-end/84237 (xen build faiulre only zero initializers are allowed ...Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-5/+0
2017-09-07re PR target/81979 (Assembler messages: Error: can't resolve `.got2' {.got2 s...Jakub Jelinek1-0/+1
2017-08-30[10/77] Make assemble_real take a scalar_float_modeRichard Sandiford1-1/+1
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-07[Patch PR78561 PowerPC] Revert to old behaviour for counting constant poolsJames Greenhalgh1-5/+4
2016-12-02[Patch 1/2 PR78561] Rename get_pool_size to get_pool_size_upper_boundJames Greenhalgh1-2/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-15remove conditional compilation of sdb debug infoTrevor Saunders1-2/+0
2015-11-09Machine modes for address printing.Julian Brown1-2/+2
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-4/+5
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