aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-problems.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-09* df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.Eric Botcazou1-3/+3
2016-04-27df: make df_problem instances "const"David Malcolm1-8/+8
2016-02-23mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.Richard Biener1-4/+1
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-4/+2
2015-10-19REE: fix uninitialized registers handlingPierre-Marie de Rodat1-0/+403
2015-09-17re PR rtl-optimization/66790 (Invalid uninitialized register handling in REE)Eric Botcazou1-9/+10
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+1
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+2
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-06-01Change use to type-based pool allocator inMartin Liska1-7/+7
2015-05-22don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep...Trevor Saunders1-3/+2
2015-05-19bitmap.c (bitmap_set_range): Handle count==1 specially.Richard Sandiford1-5/+1
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-2/+1
2015-05-09rtx_insn * in df-problems.cTrevor Saunders1-1/+1
2015-05-02df_set_note can take a rtx_insn *Trevor Saunders1-1/+1
2015-04-22remove more ifdefs for HAVE_cc0Trevor Saunders1-4/+1
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-3/+1
2015-04-22always define HAVE_cc0Trevor Saunders1-2/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+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-1/+6
2014-08-28df-problems.c: Include rtl-iter.h.Richard Sandiford1-20/+21
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm1-18/+18
2014-08-26Various condition-handling callsDavid Malcolm1-5/+6
2014-08-22df-*.c: Use rtx_insnDavid Malcolm1-10/+10
2014-06-15df.h (df_mw_hardreg, [...]): Add a link pointer.Richard Sandiford1-12/+6
2014-06-15df.h (FOR_EACH_INSN_INFO_MW): New macro.Richard Sandiford1-38/+20
2014-06-15df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.Richard Sandiford1-173/+104
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-195/+130
2014-03-18df-problems.c (df_rd_confluence_n): Avoid bitmap_copy by using bitmap_and_com...Richard Biener1-4/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-11/+11
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-5/+5
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-10/+10
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-07-22df-problems.c (can_move_insns_across): Exit loop once we find a non-fixed, no...Po-Chun Chang1-1/+4
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-08re PR rtl-optimization/55845 (454.calculix miscompares with -march=btver2 -O3...Jakub Jelinek1-2/+6
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+0
2012-11-12re PR rtl-optimization/51447 (global register variable definition incorrectly...Steven Bosscher1-1/+6
2012-10-17df-problems.c (df_kill_notes): Split up in two functions.Steven Bosscher1-7/+27