summaryrefslogtreecommitdiff
path: root/gcc/df-core.c
Commit message (Expand)AuthorAgeFilesLines
* move some bitmap functions to methodstbsaunde/bitmap2Trevor Saunders2013-11-181-18/+18
* add ctor / dtor to bitmap_headTrevor Saunders2013-11-151-12/+3
* 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
* * df-core.c (df_compact_blocks): Free problem_temps vector.hubicka2010-06-161-0/+1
* * df-core.c (df_clear_bb_info): New function.hubicka2010-06-121-28/+56
* * df-problems.c (df_lr_problem_data): Add lr_bitmaps.hubicka2010-06-071-4/+4
* * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.hubicka2010-06-061-22/+24
* * tree-vrp.c (debug_value_range, debug_all_value_ranges,hubicka2010-05-291-11/+11
* * df-core.c (df_ref_debug): Change format string placeholderuros2010-04-141-1/+1
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* 2010-02-07 Andrew Pinski <pinskia@gmail.com>pinskia2010-02-071-1/+1
* PR rtl-optimization/42889jakub2010-01-291-0/+24
* Remove trailing white spaces.hjl2009-11-251-89/+89
* * cfgrtl.c (pass_free_cfg): Add pass name.amylaar2009-11-081-1/+1
* * df-core.c (df_ref_debug): Honor -fdump-noaddr.aoliva2009-06-021-1/+7
* 2009-05-12 Paolo Bonzini <bonzini@gnu.org>bonzini2009-05-121-20/+13
* ./:ian2009-04-271-4/+4
* gcc/:ian2009-04-201-2/+2
* * df.h: Include "timevar.h".ian2009-04-171-4/+4
* PR rtl-optimization/36365steven2008-12-061-78/+8
* 2008-10-11 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2008-10-111-21/+21
* On behalf of Tianwei, for the following change:spark2008-07-081-1/+1
* * alias.c (record_alias_subset, init_alias_analysis): Fixghazi2008-06-261-1/+1
* * df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.steven2008-06-181-25/+30