summaryrefslogtreecommitdiff
path: root/gcc/df-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-5/+5
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+3
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher2012-10-081-12/+51
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* basic-block.h: Re-group most prototypes per file.Steven Bosscher2012-07-081-0/+37
* output.h: (current_function_is_leaf...Steven Bosscher2012-06-241-2/+1
* remove useless if-before-free testsJim Meyering2011-04-201-10/+5
* re PR rtl-optimization/48156 (wrong code with -fcrossjumping)Jakub Jelinek2011-03-201-5/+4
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-12-141-0/+1
* timevar.def (TV_IPA_OPT, [...]): New.Michael Matz2010-11-171-2/+2
* re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...Eric Botcazou2010-11-161-8/+13
* re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...Alexandre Oliva2010-11-131-23/+0
* Revert revision 164552.H.J. Lu2010-11-031-1/+0
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-09-231-0/+1
* re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)Bernd Schmidt2010-07-291-41/+16
* re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 har...Joern Rennecke2010-06-231-2/+2
* Fix version of patch from previous commit ;(Jan Hubicka2010-06-221-28/+48