summaryrefslogtreecommitdiff
path: root/gcc/df.h
Commit message (Expand)AuthorAgeFilesLines
* change DF to use the proper CFG order for DF_FORWARD problemsRichard Biener2023-04-211-4/+4
* don't declare header-defined functions both static and inlinePatrick Palka2023-02-161-13/+13
* Update copyright years.Jakub Jelinek2023-01-021-1/+1
* DSE: Use the constant store source if possibleH.J. Lu2022-06-011-0/+1
* Change references of .c files to .cc filesMartin Liska2022-01-171-4/+4
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* rtl-optimization/98144 - tame REE memory usageRichard Biener2021-01-291-0/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Add -fzero-call-used-regs option and zero_call_used_regs function attributes.qing zhao2020-10-301-0/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Remove global REG_SETsRichard Sandiford2019-09-091-2/+2
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-15/+15
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-8/+15
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Drop df_ from df_read_modify_subreg_pRichard Sandiford2017-08-301-1/+0
* make inverted_post_order_compute() operate on a vecTrevor Saunders2017-05-141-3/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* df: Change defs in entry and uses in exit block during separate shrink-wrappingSegher Boessenkool2016-11-161-0/+7
* df: make df_problem instances "const"David Malcolm2016-04-271-3/+3
* Convert DF_SCAN etc from #define to an enumDavid Malcolm2016-04-271-12/+15
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* REE: fix uninitialized registers handlingPierre-Marie de Rodat2015-10-191-1/+33
* 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-6/+0
* 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-1/+1
* df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.Richard Sandiford2015-05-191-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+9
* Remove DF_REF_INSN scaffoldingDavid Malcolm2014-08-261-29/+29
* Various condition-handling callsDavid Malcolm2014-08-261-2/+4
* df.h (web_entry_base): Replace existing struct web_entry with a new class web...Bill Schmidt2014-08-201-13/+15
* Convert DF_REF_INSN to a function for nowDavid Malcolm2014-08-191-1/+1
* df.h (DF_REF_REG_USE_P, [...]): Remove null checks.Richard Sandiford2014-06-151-2/+2
* df.h (df_mw_hardreg, [...]): Add a link pointer.Richard Sandiford2014-06-151-25/+25
* df.h (df_ref_create, [...]): Delete.Richard Sandiford2014-06-151-3/+0
* df.h (df_single_def, [...]): New functions.Richard Sandiford2014-06-151-0/+19
* df.h (FOR_EACH_INSN_INFO_MW): New macro.Richard Sandiford2014-06-151-0/+4
* df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.Richard Sandiford2014-06-151-0/+8
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-0/+22
* re PR rtl-optimization/38518 (Excessive compile time with -O3)Richard Biener2014-01-171-1/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-29/+30
* df.h (df_insn_delete): Adjust prototype.Steven Bosscher2013-03-221-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher2012-10-141-3/+37