summaryrefslogtreecommitdiff
path: root/gcc/df-core.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-04-21 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012015-04-211-13/+6
* Update copyright years.jakub2015-01-051-1/+1
* gcc/rsandifo2014-11-121-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+4
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-1/+6
* Remove DF_REF_INSN scaffoldingdmalcolm2014-08-261-16/+10
* df-*.c: Use rtx_insndmalcolm2014-08-221-2/+2
* Convert DF_REF_INSN to a function for nowdmalcolm2014-08-191-0/+6
* remove has_executetbsaunde2014-07-091-3/+0
* gcc/rsandifo2014-06-151-12/+7
* gcc/rsandifo2014-06-151-41/+19
* pass cfun to pass::executetbsaunde2014-04-171-3/+12
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-16/+2
* remove has_gatetbsaunde2014-04-171-3/+0
* 2014-01-17 Richard Biener <rguenther@suse.de>rguenth2014-01-171-39/+202
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.dmalcolm2013-12-091-12/+14
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-9/+9
* Eliminate SET_BASIC_BLOCK macro.dmalcolm2013-12-091-4/+4
* Eliminate n_edges macrodmalcolm2013-11-191-1/+1
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-4/+4
* gcc/rsandifo2013-09-281-8/+8
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-54/+107
* Fix typos.mrs2013-07-211-1/+1
* * df-core.c (df_find_def): Compare register numbers.steven2013-04-121-3/+3
* * df-core.c (rest_of_handle_df_initialize): Use XCNEWVEC insteadsteven2013-03-231-5/+2
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-5/+5
* This patch normalizes more bitmap function names.crowl2012-11-011-5/+5
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+3
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-1/+1
* * bitmap.h (bitmap_and_into): Update prototype.steven2012-10-081-12/+51
* gcc/steven2012-07-161-1/+0
* gcc/steven2012-07-081-0/+37
* * output.h: (current_function_is_leaf,steven2012-06-241-2/+1
* remove useless if-before-free testsmeyering2011-04-201-10/+5
* PR rtl-optimization/48156jakub2011-03-201-5/+4
* gcc/bernds2010-12-141-0/+1
* * timevar.def (TV_IPA_OPT, TV_EARLY_LOCAL, TV_OPTIMIZE,matz2010-11-171-2/+2
* PR rtl-optimization/46315ebotcazou2010-11-161-8/+13
* PR debug/42889aoliva2010-11-131-23/+0
* Revert revision 164552.hjl2010-11-031-1/+0
* PR rtl-optimization/44374bernds2010-09-231-0/+1
* PR rtl-optimization/42575bernds2010-07-291-41/+16
* PR other/44644amylaar2010-06-231-2/+2
* Fix version of patch from previous commit ;(hubicka2010-06-221-28/+48
* * df-problems.c (df_rd_confluence_n, df_lr_confluence_n, df_live_confluence_n,hubicka2010-06-221-29/+67