summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/68983 (BE)Jason Merrill2016-01-081-0/+4
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Fix -Wmisleading-indentation warning in function.cDavid Malcolm2015-12-101-8/+8
* re PR middle-end/68291 (ICE in emit_move_insn, at expr.c:3540)Eric Botcazou2015-12-071-9/+10
* Empty the redirect_edge_var_map after each passAlan Lawrence2015-12-031-0/+2
* [PR67753] adjust for padding when bypassing memory in assign_parm_setup_blockAlexandre Oliva2015-11-261-3/+41
* remove conditional compilation of sdb debug infoTrevor Saunders2015-11-151-1/+1
* [PR67753] fix copy of PARALLEL entry_parm to CONCAT target_regAlexandre Oliva2015-11-061-5/+34
* Pass manager: add support for termination of pass listMartin Liska2015-11-041-5/+0
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-5/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-13/+11
* re PR target/67745 ([ARM] wrong alignments when __attribute__ ((optimize,targ...Christian Bruel2015-10-161-0/+3
* remove an unneeded as_a<rtx_insn *> ()Trevor Saunders2015-10-101-3/+3
* [PR67766] reorder handling of parallels, concats and promoted values in returnAlexandre Oliva2015-10-091-12/+12
* remove many typedefsTrevor Saunders2015-10-011-4/+2
* revert to assign_parms assignments using default defsAlexandre Oliva2015-09-271-311/+166
* shrink-wrap: Handle multiple predecessors of prologueSegher Boessenkool2015-09-221-1/+1
* Split up optabs.[hc]Richard Sandiford2015-09-171-0/+1
* shrink-wrap: Fix up partitions (PR67587)Segher Boessenkool2015-09-161-0/+4
* [PR64164] fix regressions reported on m68k and armebAlexandre Oliva2015-08-191-11/+63
* remove useless typedefsTrevor Saunders2015-08-191-4/+4
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-08-141-60/+281
* re PR middle-end/64744 (ARM: gcc internal compiler error: in store_field, at ...Alexander Basov2015-08-031-3/+3
* target-insns.def (eh_return): New targetm instruction pattern.Richard Sandiford2015-07-281-2/+0
* Revert:David Edelsohn2015-07-241-225/+50
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-07-231-50/+225
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* function.c (stack_protect_epilogue): Use if rather than switch for check targ...Kito Cheng2015-07-081-14/+6
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-11/+4
* function.c (free_after_compilation): Clear PROP_cfg in f->curr_properties.Prathamesh Kulkarni2015-07-071-0/+1
* gcc/Richard Sandiford2015-07-051-7/+1
* target-insns.def (stack_protect_set, [...]): New targetm instruction patterns.Richard Sandiford2015-07-051-9/+3
* defaults.h (HAVE_epilogue, [...]): Delete.Richard Sandiford2015-06-301-14/+8
* Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez2015-06-291-14/+0
* re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails...Marek Polacek2015-06-291-1/+1
* Makefile.in (TARGET_DEF): Add target-insns.def.Richard Sandiford2015-06-251-13/+14
* hash-traits.h (ggc_cache_hasher): Rename to...Richard Sandiford2015-06-251-1/+1
* hash-traits.h (ggc_hasher): Rename to...Richard Sandiford2015-06-251-1/+1
* function.h (struct incoming_args): Move struct.Andrew MacLeod2015-06-251-43/+0
* re PR target/66569 ([CHKP] internal compiler error: in assign_by_spills)Ilya Enkovich2015-06-181-16/+17
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva2015-06-101-181/+45
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-06-091-45/+181
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-22/+13
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-1/+1
* re PR rtl-optimization/66048 ([i386] ICE in create_pre_exit when both AVX and...Ilya Enkovich2015-05-131-1/+1
* class.c (fixup_type_variants): Do not copy TYPE_METHODSJan Hubicka2015-05-111-1/+1
* make set_return_jump_label take an rtx_insn *Trevor Saunders2015-05-021-1/+1