aboutsummaryrefslogtreecommitdiff
path: root/gcc/shrink-wrap.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-09-30Remove global call sets: shrink-wrap.cRichard Sandiford1-2/+2
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford1-1/+1
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford1-2/+2
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford1-1/+1
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-1/+1
2019-09-09Simplify the implementation of HARD_REG_SETRichard Sandiford1-2/+2
2019-02-15re PR rtl-optimization/88308 (ICE in maybe_record_trace_start, at dwarf2cfi.c...Aaron Sawdey1-1/+6
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-09shrink-wrap: Improve spread_components (PR85645)Segher Boessenkool1-3/+22
2018-04-03re PR rtl-optimization/85167 (shrink-wrap.c:333:15: runtime error with UBSAN)Jakub Jelinek1-3/+6
2018-02-10re PR rtl-optimization/84308 (Memory leak in spread_components)Jakub Jelinek1-0/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-2/+2
2017-11-14tracer.c (better_p): Do not compare frequencies.Jan Hubicka1-9/+9
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-7/+4
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-1/+0
2017-06-06shrink-wrap.c (handle_simple_exit): Update profile.Jan Hubicka1-1/+4
2017-06-05* shring-wrap.c: Revert accidental commit.Jan Hubicka1-3/+1
2017-06-05cfgexpand.c (expand_gimple_tailcall): Initialize profile of new edge.Jan Hubicka1-1/+3
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-2/+2
2017-05-14make more vars auto_sbitmapsTrevor Saunders1-27/+11
2017-05-14use auto_bitmap moreTrevor Saunders1-7/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-29shrink-wrap: New spread_componentsSegher Boessenkool1-35/+146
2016-11-21shrink-wrap: Fix problem with DF checking (PR78400)Segher Boessenkool1-4/+2
2016-11-16df: Change defs in entry and uses in exit block during separate shrink-wrappingSegher Boessenkool1-6/+13
2016-10-28sched: Do not mix prologue and epilogue insnsSegher Boessenkool1-0/+6
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-12shrink-wrap: Shrink-wrapping for separate componentsSegher Boessenkool1-0/+741
2016-05-20function: Restructure *logue insertionSegher Boessenkool1-44/+44
2016-05-04shrink-wrap: Remove complicated simple_return manipulationsSegher Boessenkool1-157/+14
2016-01-19re PR debug/65779 (undefined local symbol on powerpc [regression])Jakub Jelinek1-4/+36
2016-01-08shrink-wrap: Once more PRs 67778, 68634, and now 68909Segher Boessenkool1-7/+16
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-11Fix shrink-wrapping bug (PR67778, PR68634)Segher Boessenkool1-5/+35
2015-11-24shrink-wrap: Fix thinko (PR68520)Segher Boessenkool1-4/+4
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-21/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-13/+11
2015-09-22shrink-wrap: Handle multiple predecessors of prologueSegher Boessenkool1-73/+95
2015-09-15shrink-wrap: RewriteSegher Boessenkool1-366/+422
2015-09-10Put back requires_stack_frame_p used by i386.cH.J. Lu1-1/+1
2015-09-10shrink-wrap: Header hygieneSegher Boessenkool1-3/+3
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-25Makefile.in (TARGET_DEF): Add target-insns.def.Richard Sandiford1-3/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0