aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-19remove useless typedefsTrevor Saunders1-2/+2
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-30defaults.h (HAVE_epilogue, [...]): Delete.Richard Sandiford1-9/+3
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
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-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-2/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-22always define HAVE_peepholeTrevor Saunders1-3/+1
2015-05-19insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.Eric Botcazou1-0/+1
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-0/+1
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-17/+2
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-04-30Define & use special macros to record the name & size of cold partitions.Caroline Tice1-4/+5
2015-04-27Give proper type and size to named cold partitions.Caroline Tice1-1/+7
2015-04-22remove more ifdefs for HAVE_cc0Trevor Saunders1-15/+14
2015-04-22always define HAVE_cc0Trevor Saunders1-7/+7
2015-04-22remove some ifdef HAVE_cc0Trevor Saunders1-2/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-5/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-31diagnostic.c (build_message_string): Use xvasprintf.Uros Bizjak1-2/+2
2014-12-03Rename fuse-caller-saveTom de Vries1-2/+2
2014-11-10Add a target hook for assembling undeclared decls.Bernd Schmidt1-11/+1
2014-11-05Add a no_register_allocation target hook.Bernd Schmidt1-2/+3
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+4
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford1-1/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-2/+2
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-8/+8
2014-09-15The various TARGET_ASM_..._MAX_SKIP hooks take an insnDavid Malcolm1-4/+4
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-2/+2
2014-09-10error_for_asm and warning_for_asm take const rtx_insn *David Malcolm1-1/+1
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-3/+4
2014-09-05Eliminate the checked cast from get_call_reg_set_usageDavid Malcolm1-2/+1
2014-09-05Drop uncast_insn from param 1 of final_scan_insnDavid Malcolm1-3/+1
2014-09-03output.h (get_some_local_dynamic_name): Declare.Richard Sandiford1-0/+34
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-4/+5
2014-08-28insn_current_reference_address takes an rtx_insnDavid Malcolm1-1/+1
2014-08-28final.c: Include rtl-iter.h.Richard Sandiford1-28/+10
2014-08-27final.c: Use rtx_sequenceDavid Malcolm1-18/+17
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm1-1/+1
2014-08-25final_start_function takes an rtx_insnDavid Malcolm1-2/+1
2014-08-25final accepts an rtx_insnDavid Malcolm1-2/+1
2014-08-25shorten_branches takes an rtx_insnDavid Malcolm1-2/+1
2014-08-25IPA C++ refactoring 4/NMartin Liska1-4/+4