summaryrefslogtreecommitdiff
path: root/gcc/df-core.c
AgeCommit message (Expand)Author
2020-03-13df: Don't abuse bb->aux (PR94148, PR94042)Segher Boessenkool
2020-01-01Update copyright years.Jakub Jelinek
2019-09-09Remove global REG_SETsRichard Sandiford
2019-07-12re PR rtl-optimization/91136 (incorrect move of instruction to delay slot cau...Eric Botcazou
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-05-14make inverted_post_order_compute() operate on a vecTrevor Saunders
2017-05-14use auto_bitmap more with alternate obstacksTrevor Saunders
2017-05-14use auto_bitmap moreTrevor Saunders
2017-02-13cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-08-11re PR rtl-optimization/72855 (Long compile time due to integrity checking dur...Richard Biener
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-04-27df: make df_problem instances "const"David Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.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-04-21df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and use df_r...Thomas Preud'homme
2015-01-05Update copyright years.Jakub Jelinek
2014-11-12rtl.h (rtx_function, [...]): Delete.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm
2014-08-22df-*.c: Use rtx_insnDavid Malcolm
2014-08-19Convert DF_REF_INSN to a function for nowDavid Malcolm
2014-07-09remove has_executeTrevor Saunders
2014-06-15df.h (df_mw_hardreg, [...]): Add a link pointer.Richard Sandiford
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
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-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-12-09Eliminate SET_BASIC_BLOCK macro.David Malcolm
2013-11-19Eliminate n_edges macroDavid Malcolm
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford