aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-core.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-29re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...Jakub Jelinek1-0/+24
2009-11-25Remove trailing white spaces.H.J. Lu1-89/+89
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-1/+1
2009-06-02* df-core.c (df_ref_debug): Honor -fdump-noaddr.Alexandre Oliva1-1/+7
2009-05-12df-core.c: Update head documentation.Paolo Bonzini1-20/+13
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-4/+4
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-2/+2
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-4/+4
2008-12-06re PR rtl-optimization/36365 (Hang in df_analyze)Steven Bosscher1-78/+8
2008-10-11re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck1-21/+21
2008-07-08On behalf of Tianwei, for the following change:Tianwei Sheng1-1/+1
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-1/+1
2008-06-18df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher1-25/+30
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-6/+5
2008-04-21dbgcnt.def (ra_byte_scan): Added.Richard Sandiford1-0/+63
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-01-17re PR middle-end/34400 (bad interaction between DF and SJLJ exceptions)Seongbae Park1-18/+127
2007-12-14df-core.c: Update comments referring to removed features.Paolo Bonzini1-5/+5