aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-19[PR64164] fix regressions reported on m68k and armebAlexandre Oliva1-11/+63
2015-08-19remove useless typedefsTrevor Saunders1-4/+4
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-60/+281
2015-08-03re PR middle-end/64744 (ARM: gcc internal compiler error: in store_field, at ...Alexander Basov1-3/+3
2015-07-28target-insns.def (eh_return): New targetm instruction pattern.Richard Sandiford1-2/+0
2015-07-24Revert:David Edelsohn1-225/+50
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-50/+225
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08function.c (stack_protect_epilogue): Use if rather than switch for check targ...Kito Cheng1-14/+6
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-07-07function.c (free_after_compilation): Clear PROP_cfg in f->curr_properties.Prathamesh Kulkarni1-0/+1
2015-07-05gcc/Richard Sandiford1-7/+1
2015-07-05target-insns.def (stack_protect_set, [...]): New targetm instruction patterns.Richard Sandiford1-9/+3
2015-06-30defaults.h (HAVE_epilogue, [...]): Delete.Richard Sandiford1-14/+8
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez1-14/+0
2015-06-29re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails...Marek Polacek1-1/+1
2015-06-25Makefile.in (TARGET_DEF): Add target-insns.def.Richard Sandiford1-13/+14
2015-06-25hash-traits.h (ggc_cache_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-25function.h (struct incoming_args): Move struct.Andrew MacLeod1-43/+0
2015-06-18re PR target/66569 ([CHKP] internal compiler error: in assign_by_spills)Ilya Enkovich1-16/+17
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-181/+45
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-45/+181
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-22/+13
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-1/+1
2015-05-13re PR rtl-optimization/66048 ([i386] ICE in create_pre_exit when both AVX and...Ilya Enkovich1-1/+1
2015-05-11class.c (fixup_type_variants): Do not copy TYPE_METHODSJan Hubicka1-1/+1
2015-05-02make set_return_jump_label take an rtx_insn *Trevor Saunders1-1/+1
2015-05-02change local vars to rtx_insn *Trevor Saunders1-2/+4
2015-04-28re PR middle-end/65911 (r222508 breaks clang-tblgen)Markus Trippelsdorf1-3/+3
2015-04-28remove #if ARGS_GROW_DOWNWARDTrevor Saunders1-71/+74
2015-04-28always define ARGS_GROW_DOWNWARDTrevor Saunders1-4/+4
2015-04-28always define HAVE_epilogueTrevor Saunders1-7/+5
2015-04-28always define HAVE_simple_return and HAVE_returnTrevor Saunders1-38/+14
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-3/+2
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
2015-04-15Fix fdump-passesTom de Vries1-5/+32
2015-04-15function.h (struct emit_status): Delete x_first_insn, x_last_insn and sequenc...Alan Modra1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-5/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-20convert many if_marked htab to hash_tableTrevor Saunders1-20/+27
2014-11-20re PR sanitizer/63845 (c-c++-common/asan/bitfield-[12345].c fails on i?86 -wi...Igor Zamyatin1-5/+0
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek1-3/+8
2014-11-10Make thread_prologue_and_epilogue_insns callable from backends.Bernd Schmidt1-1/+1
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-20/+248
2014-11-05Allow a target to skip an unnecssary register return value for a struct return.Bernd Schmidt1-2/+2