aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira-conflicts.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-08-13ira-int.h: Include recog.h.Andrew MacLeod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-7/+6
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-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-17ira-conflicts.c (build_conflict_bit_table): Add the current object to OBJECTS...Zhouyi Zhou1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+7
2014-09-30ira-int.h (ira_allocno): Add "wmode" field.David Sherwood1-0/+21
2014-09-19cfgrtl.c [...]: Update comments and fix spacing to conform to coding style.Felix Yang1-1/+1
2014-08-22ira: Use rtx_insn in various placesDavid Malcolm1-5/+5
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-30regmove.c: Remove.Vladimir Makarov1-163/+18
2013-02-08re PR debug/53948 (Assignment line missing for -O0 -g)Jeff Law1-2/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-10-11ira-build.c (ira_loop_tree_body_rev_postorder): New function.Steven Bosscher1-1/+1
2012-07-08mcf.c: Do not include tm.h, tree.h, and langhooks.h.Steven Bosscher1-8/+2
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-0/+1
2012-01-19re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Vladimir Makarov1-2/+3
2011-12-09ira-color.c (print_hard_regs_subforest): Use HOST_WIDEST_INT_PRINT_DEC instea...Kai Tietz1-2/+2
2011-11-08tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand1-4/+4
2011-07-20target.def (class_max_nregs): New hook.Anatoly Sokolov1-2/+2
2011-05-09re PR rtl-optimization/48927 (Issues with "enable" attribute and IRA register...Uros Bizjak1-5/+8
2011-03-29ira-conflicts.c (build_object_conflicts): Add unused attribute to parent_max.Vladimir Makarov1-1/+1
2011-03-29[multiple changes]Vladimir Makarov1-27/+36
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-36/+27
2011-03-27[multiple changes]Vladimir Makarov1-27/+36
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-09re PR rtl-optimization/46237 (SPECint2006 403.gcc fails with -mzarch -m31)Andreas Krebbel1-0/+17
2010-09-02target.def (class_likely_spilled_p): New hook.Anatoly Sokolov1-1/+2
2010-07-22ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.Bernd Schmidt1-130/+195
2010-07-14ira-int.h (ira_object_conflict_iterator): Rename from ira_allocno_conflict_it...Bernd Schmidt1-4/+4
2010-07-14ira-int.h (struct live_range): Rename allocno member to object and change typ...Bernd Schmidt1-4/+3
2010-07-14ira-int.h (struct ira_object): New.Bernd Schmidt1-102/+130
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-24ira-int.h (struct live_range, [...]): Renamed from struct ira_allocno_live_ra...Bernd Schmidt1-1/+1
2010-06-24ira-int.h (SET_MINMAX_SET_BIT, [...]): Renamed from SET_ALLOCNO_SET_BIT...Bernd Schmidt1-20/+20
2010-06-24ira-int.h (ira_parent_allocno, [...]): Declare.Bernd Schmidt1-23/+9
2010-05-13ira-conflicts.c (print_allocno_conflicts): New function broken out from...Jeff Law1-50/+54
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-10ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note instead of loop.Vladimir Makarov1-5/+4
2010-02-10re PR middle-end/42973 (IRA apparently systematically making reload too busy ...Vladimir Makarov1-56/+56
2009-11-25Remove trailing white spaces.H.J. Lu1-8/+8
2009-09-10ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.Uros Bizjak1-5/+5