aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-08PR c++/68983 (BE)Jason Merrill1-0/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10Fix -Wmisleading-indentation warning in function.cDavid Malcolm1-8/+8
2015-12-07re PR middle-end/68291 (ICE in emit_move_insn, at expr.c:3540)Eric Botcazou1-9/+10
2015-12-03Empty the redirect_edge_var_map after each passAlan Lawrence1-0/+2
2015-11-26[PR67753] adjust for padding when bypassing memory in assign_parm_setup_blockAlexandre Oliva1-3/+41
2015-11-15remove conditional compilation of sdb debug infoTrevor Saunders1-1/+1
2015-11-06[PR67753] fix copy of PARALLEL entry_parm to CONCAT target_regAlexandre Oliva1-5/+34
2015-11-04Pass manager: add support for termination of pass listMartin Liska1-5/+0
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-13/+11
2015-10-16re PR target/67745 ([ARM] wrong alignments when __attribute__ ((optimize,targ...Christian Bruel1-0/+3
2015-10-10remove an unneeded as_a<rtx_insn *> ()Trevor Saunders1-3/+3
2015-10-09[PR67766] reorder handling of parallels, concats and promoted values in returnAlexandre Oliva1-12/+12
2015-10-01remove many typedefsTrevor Saunders1-4/+2
2015-09-27revert to assign_parms assignments using default defsAlexandre Oliva1-311/+166
2015-09-22shrink-wrap: Handle multiple predecessors of prologueSegher Boessenkool1-1/+1
2015-09-17Split up optabs.[hc]Richard Sandiford1-0/+1
2015-09-16shrink-wrap: Fix up partitions (PR67587)Segher Boessenkool1-0/+4
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