aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-core.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-14make inverted_post_order_compute() operate on a vecTrevor Saunders1-30/+26
2017-05-14use auto_bitmap more with alternate obstacksTrevor Saunders1-18/+12
2017-05-14use auto_bitmap moreTrevor Saunders1-6/+2
2017-02-13cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-08-11re PR rtl-optimization/72855 (Long compile time due to integrity checking dur...Richard Biener1-0/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-2/+1
2016-04-27df: make df_problem instances "const"David Malcolm1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+2
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-9/+9
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+2
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-4/+1
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod1-0/+1
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-04-21df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and use df_r...Thomas Preud'homme1-13/+6
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-12rtl.h (rtx_function, [...]): Delete.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+4
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm1-16/+10
2014-08-22df-*.c: Use rtx_insnDavid Malcolm1-2/+2
2014-08-19Convert DF_REF_INSN to a function for nowDavid Malcolm1-0/+6
2014-07-09remove has_executeTrevor Saunders1-3/+0
2014-06-15df.h (df_mw_hardreg, [...]): Add a link pointer.Richard Sandiford1-12/+7
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-41/+19
2014-04-17pass cfun to pass::executeTrevor Saunders1-3/+12
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-16/+2
2014-04-17remove has_gateTrevor Saunders1-3/+0
2014-01-17re PR rtl-optimization/38518 (Excessive compile time with -O3)Richard Biener1-39/+202
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate last_basic_block macro.David Malcolm1-12/+14
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-9/+9
2013-12-09Eliminate SET_BASIC_BLOCK macro.David Malcolm1-4/+4
2013-11-19Eliminate n_edges macroDavid Malcolm1-1/+1
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-4/+4
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-8/+8
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-54/+107
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-04-12df-core.c (df_find_def): Compare register numbers.Steven Bosscher1-3/+3
2013-03-23df-core.c (rest_of_handle_df_initialize): Use XCNEWVEC instead of XNEWVEC fol...Steven Bosscher1-5/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1