summaryrefslogtreecommitdiff
path: root/gcc/df-problems.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.Eric Botcazou2016-06-091-3/+3
* df: make df_problem instances "const"David Malcolm2016-04-271-8/+8
* mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.Richard Biener2016-02-231-4/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-4/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-4/+2
* REE: fix uninitialized registers handlingPierre-Marie de Rodat2015-10-191-0/+403
* re PR rtl-optimization/66790 (Invalid uninitialized register handling in REE)Eric Botcazou2015-09-171-9/+10
* Share memory blocks between pool allocatorsMikhail Maltsev2015-09-161-2/+1
* Add new object_allocator and clean-up allocator usage.Martin Liska2015-07-161-1/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-10/+2
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* Change use to type-based pool allocator inMartin Liska2015-06-011-7/+7
* don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep...Trevor Saunders2015-05-221-3/+2
* bitmap.c (bitmap_set_range): Handle count==1 specially.Richard Sandiford2015-05-191-5/+1
* rtl.h (REG_NREGS): New macroRichard Sandiford2015-05-191-2/+1
* rtx_insn * in df-problems.cTrevor Saunders2015-05-091-1/+1
* df_set_note can take a rtx_insn *Trevor Saunders2015-05-021-1/+1
* remove more ifdefs for HAVE_cc0Trevor Saunders2015-04-221-4/+1
* make some HAVE_cc0 code always compiledTrevor Saunders2015-04-221-3/+1
* always define HAVE_cc0Trevor Saunders2015-04-221-2/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+4
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* df-problems.c: Include rtl-iter.h.Richard Sandiford2014-08-281-20/+21
* Remove DF_REF_INSN scaffoldingDavid Malcolm2014-08-261-18/+18
* Various condition-handling callsDavid Malcolm2014-08-261-5/+6
* df-*.c: Use rtx_insnDavid Malcolm2014-08-221-10/+10
* df.h (df_mw_hardreg, [...]): Add a link pointer.Richard Sandiford2014-06-151-12/+6
* df.h (FOR_EACH_INSN_INFO_MW): New macro.Richard Sandiford2014-06-151-38/+20
* df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.Richard Sandiford2014-06-151-173/+104
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-195/+130
* df-problems.c (df_rd_confluence_n): Avoid bitmap_copy by using bitmap_and_com...Richard Biener2014-03-181-4/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-11/+11
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate last_basic_block macro.David Malcolm2013-12-091-5/+5
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-10/+10
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* df-problems.c (can_move_insns_across): Exit loop once we find a non-fixed, no...Po-Chun Chang2013-07-221-1/+4
* Fix typos.Ondřej Bílka2013-07-211-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR rtl-optimization/55845 (454.calculix miscompares with -march=btver2 -O3...Jakub Jelinek2013-01-081-2/+6
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-1/+0