summaryrefslogtreecommitdiff
path: root/gcc/df.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-09-09Remove global REG_SETsRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-08-30Drop df_ from df_read_modify_subreg_pRichard Sandiford
2017-05-14make inverted_post_order_compute() operate on a vecTrevor Saunders
2017-01-01Update copyright years.Jakub Jelinek
2016-11-16df: Change defs in entry and uses in exit block during separate shrink-wrappingSegher Boessenkool
2016-04-27df: make df_problem instances "const"David Malcolm
2016-04-27Convert DF_SCAN etc from #define to an enumDavid Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-10-19REE: fix uninitialized registers handlingPierre-Marie de Rodat
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-06-01Change use to type-based pool allocator inMartin Liska
2015-05-19df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.Richard Sandiford
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm
2014-08-26Various condition-handling callsDavid Malcolm
2014-08-20df.h (web_entry_base): Replace existing struct web_entry with a new class web...Bill Schmidt
2014-08-19Convert DF_REF_INSN to a function for nowDavid Malcolm
2014-06-15df.h (DF_REF_REG_USE_P, [...]): Remove null checks.Richard Sandiford
2014-06-15df.h (df_mw_hardreg, [...]): Add a link pointer.Richard Sandiford
2014-06-15df.h (df_ref_create, [...]): Delete.Richard Sandiford
2014-06-15df.h (df_single_def, [...]): New functions.Richard Sandiford
2014-06-15df.h (FOR_EACH_INSN_INFO_MW): New macro.Richard Sandiford
2014-06-15df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.Richard Sandiford
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford
2014-01-17re PR rtl-optimization/38518 (Excessive compile time with -O3)Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-03-22df.h (df_insn_delete): Adjust prototype.Steven Bosscher
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-10-14re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher
2012-08-02re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...Alexandre Oliva
2012-06-25re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Richard Sandiford
2012-06-25re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Richard Sandiford
2012-05-29LANGUAGES: Fix typos.Joseph Myers
2012-04-13re PR debug/48866 (gcc hangs when -g is set)Alexandre Oliva
2012-02-29re PR bootstrap/52397 (comparison failure with Ada enabled)Jakub Jelinek
2011-12-13lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou
2010-12-14re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt