summaryrefslogtreecommitdiff
path: root/gcc/df-core.c
Commit message (Expand)AuthorAgeFilesLines
* make inverted_post_order_compute() operate on a vecTrevor Saunders2017-05-141-30/+26
* use auto_bitmap more with alternate obstacksTrevor Saunders2017-05-141-18/+12
* use auto_bitmap moreTrevor Saunders2017-05-141-6/+2
* cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek2017-02-131-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* re PR rtl-optimization/72855 (Long compile time due to integrity checking dur...Richard Biener2016-08-111-0/+1
* use auto_sbitmap in various placesTrevor Saunders2016-07-261-2/+1
* df: make df_problem instances "const"David Malcolm2016-04-271-2/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-6/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-3/+2
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-9/+9
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-10/+2
* Use std::swap instead of manual swaps.Mikhail Maltsev2015-06-221-4/+1
* function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod2015-06-171-0/+1
* 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
* df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and use df_r...Thomas Preud'homme2015-04-211-13/+6
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* rtl.h (rtx_function, [...]): Delete.Richard Sandiford2014-11-121-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+4
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* Remove DF_REF_INSN scaffoldingDavid Malcolm2014-08-261-16/+10
* df-*.c: Use rtx_insnDavid Malcolm2014-08-221-2/+2
* Convert DF_REF_INSN to a function for nowDavid Malcolm2014-08-191-0/+6
* remove has_executeTrevor Saunders2014-07-091-3/+0
* df.h (df_mw_hardreg, [...]): Add a link pointer.Richard Sandiford2014-06-151-12/+7
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-41/+19
* pass cfun to pass::executeTrevor Saunders2014-04-171-3/+12
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-16/+2
* remove has_gateTrevor Saunders2014-04-171-3/+0
* re PR rtl-optimization/38518 (Excessive compile time with -O3)Richard Biener2014-01-171-39/+202
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-4/+4
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.David Malcolm2013-12-091-12/+14
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-9/+9
* Eliminate SET_BASIC_BLOCK macro.David Malcolm2013-12-091-4/+4
* Eliminate n_edges macroDavid Malcolm2013-11-191-1/+1
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-4/+4
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-8/+8
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-54/+107
* Fix typos.Ondřej Bílka2013-07-211-1/+1
* df-core.c (df_find_def): Compare register numbers.Steven Bosscher2013-04-121-3/+3
* df-core.c (rest_of_handle_df_initialize): Use XCNEWVEC instead of XNEWVEC fol...Steven Bosscher2013-03-231-5/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-5/+5