aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-core.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+5
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-5/+5
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher1-12/+51
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-0/+37
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-2/+1
2011-04-20remove useless if-before-free testsJim Meyering1-10/+5
2011-03-20re PR rtl-optimization/48156 (wrong code with -fcrossjumping)Jakub Jelinek1-5/+4
2010-12-14re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt1-0/+1
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-2/+2
2010-11-16re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...Eric Botcazou1-8/+13
2010-11-13re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...Alexandre Oliva1-23/+0
2010-11-03Revert revision 164552.H.J. Lu1-1/+0
2010-09-23re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt1-0/+1
2010-07-29re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)Bernd Schmidt1-41/+16
2010-06-23re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 har...Joern Rennecke1-2/+2
2010-06-22Fix version of patch from previous commit ;(Jan Hubicka1-28/+48
2010-06-22df-problems.c (df_rd_confluence_n, [...]): Return true if something changed.Jan Hubicka1-29/+67
2010-06-16* df-core.c (df_compact_blocks): Free problem_temps vector.Jan Hubicka1-0/+1
2010-06-12df-core.c (df_clear_bb_info): New function.Jan Hubicka1-28/+56
2010-06-07df-problems.c (df_lr_problem_data): Add lr_bitmaps.Jan Hubicka1-4/+4
2010-06-06df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka1-22/+24
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-11/+11
2010-04-14df-core.c (df_ref_debug): Change format string placeholder from 0x%x to %#x.Uros Bizjak1-1/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-07re PR rtl-optimization/42946 (bootstrap with --enable-checking=df (or =all) f...Andrew Pinski1-1/+1