aboutsummaryrefslogtreecommitdiff
path: root/gcc/shrink-wrap.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-6/+4
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-04-28always define HAVE_simple_return and HAVE_returnTrevor Saunders1-3/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-24re PR middle-end/63972 (shrink_wrap_symbol_ref_1.c fail with -mabi=ilp32 on a...Andrew Pinski1-0/+1
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+4
2014-10-16function.h: Flatten file.Andrew MacLeod1-2/+6
2014-10-13re PR target/8340 (ICE on x86 inline asm w/ -fPIC)Kirill Yukhin1-1/+2
2014-10-10re PR target/63404 (gcc 5 miscompiles linux block layer)Richard Henderson1-23/+66
2014-09-30Should not sink instructions which may cause trapJiong Wang1-0/+3
2014-09-25Improve live-in calculation for splitted blockJiong Wang1-2/+7
2014-09-24Improve prepare_shrink_wrap to sink more instructionsJiong Wang1-6/+39