aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.h
AgeCommit message (Expand)AuthorFilesLines
9 days[to-be-committed][RISC-V][V3] DCE analysis for extension eliminationJeff Law1-0/+1
2024-07-03Give fast DCE a separate dirty flagRichard Sandiford1-0/+2
2024-06-19doloop: Add support for predicated vectorized loopsAndre Vieira1-0/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-04-21change DF to use the proper CFG order for DF_FORWARD problemsRichard Biener1-4/+4
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka1-13/+13
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-06-01DSE: Use the constant store source if possibleH.J. Lu1-0/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-4/+4
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-29rtl-optimization/98144 - tame REE memory usageRichard Biener1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-30Add -fzero-call-used-regs option and zero_call_used_regs function attributes.qing zhao1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-09Remove global REG_SETsRichard Sandiford1-2/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-15/+15
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-8/+15
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-08-30Drop df_ from df_read_modify_subreg_pRichard Sandiford1-1/+0
2017-05-14make inverted_post_order_compute() operate on a vecTrevor Saunders1-3/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-16df: Change defs in entry and uses in exit block during separate shrink-wrappingSegher Boessenkool1-0/+7
2016-04-27df: make df_problem instances "const"David Malcolm1-3/+3
2016-04-27Convert DF_SCAN etc from #define to an enumDavid Malcolm1-12/+15
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-19REE: fix uninitialized registers handlingPierre-Marie de Rodat1-1/+33
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-6/+0
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-1/+1
2015-05-19df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.Richard Sandiford1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+9
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm1-29/+29
2014-08-26Various condition-handling callsDavid Malcolm1-2/+4
2014-08-20df.h (web_entry_base): Replace existing struct web_entry with a new class web...Bill Schmidt1-13/+15
2014-08-19Convert DF_REF_INSN to a function for nowDavid Malcolm1-1/+1
2014-06-15df.h (DF_REF_REG_USE_P, [...]): Remove null checks.Richard Sandiford1-2/+2
2014-06-15df.h (df_mw_hardreg, [...]): Add a link pointer.Richard Sandiford1-25/+25
2014-06-15df.h (df_ref_create, [...]): Delete.Richard Sandiford1-3/+0
2014-06-15df.h (df_single_def, [...]): New functions.Richard Sandiford1-0/+19
2014-06-15df.h (FOR_EACH_INSN_INFO_MW): New macro.Richard Sandiford1-0/+4
2014-06-15df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.Richard Sandiford1-0/+8
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-0/+22
2014-01-17re PR rtl-optimization/38518 (Excessive compile time with -O3)Richard Biener1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1