aboutsummaryrefslogtreecommitdiff
path: root/gcc/shrink-wrap.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-23Fix compile time warning caused by PIC_OFFSET_TABLE_REGNUM be INVALID_REGNUMJiong Wang1-1/+1
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-4/+4
2014-08-25function.c and shrink-wrap.*: more rtx_insnDavid Malcolm1-1/+1
2014-08-22shrink-wrap.*: Use rtx_insn (touches config/i386/i386.c)David Malcolm1-9/+10
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-10/+10
2014-05-26re PR rtl-optimization/61278 (ICE with LTO (lto-wrapper failed) on x86_64-lin...Zhenqiang Chen1-0/+7
2014-05-26re PR rtl-optimization/61220 (ICE on valid code at -O2 on x86_64-linux-gnu in...Zhenqiang Chen1-1/+10
2014-05-15regcprop.h: New file.Zhenqiang Chen1-1/+10
2014-05-15shrink-wrap.h: Update comment.Zhenqiang Chen1-25/+59
2014-05-13Makefile.in: add shrink-wrap.o.Zhenqiang Chen1-0/+876