summaryrefslogtreecommitdiff
path: root/gcc/df-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* df-problems.c (df_rd_confluence_n, [...]): Return true if something changed.Jan Hubicka2010-06-221-29/+67
* * df-core.c (df_compact_blocks): Free problem_temps vector.Jan Hubicka2010-06-161-0/+1
* df-core.c (df_clear_bb_info): New function.Jan Hubicka2010-06-121-28/+56
* df-problems.c (df_lr_problem_data): Add lr_bitmaps.Jan Hubicka2010-06-071-4/+4
* df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka2010-06-061-22/+24
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-11/+11
* df-core.c (df_ref_debug): Change format string placeholder from 0x%x to %#x.Uros Bizjak2010-04-141-1/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR rtl-optimization/42946 (bootstrap with --enable-checking=df (or =all) f...Andrew Pinski2010-02-071-1/+1
* re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...Jakub Jelinek2010-01-291-0/+24
* Remove trailing white spaces.H.J. Lu2009-11-251-89/+89
* cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski2009-11-081-1/+1
* * df-core.c (df_ref_debug): Honor -fdump-noaddr.Alexandre Oliva2009-06-021-1/+7
* df-core.c: Update head documentation.Paolo Bonzini2009-05-121-20/+13
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-4/+4
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-2/+2
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-4/+4
* re PR rtl-optimization/36365 (Hang in df_analyze)Steven Bosscher2008-12-061-78/+8
* re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck2008-10-111-21/+21
* On behalf of Tianwei, for the following change:Tianwei Sheng2008-07-081-1/+1
* alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-261-1/+1
* df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher2008-06-181-25/+30
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-6/+5
* dbgcnt.def (ra_byte_scan): Added.Richard Sandiford2008-04-211-0/+63
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-9/+15
* re PR middle-end/34400 (bad interaction between DF and SJLJ exceptions)Seongbae Park2008-01-171-18/+127
* df-core.c: Update comments referring to removed features.Paolo Bonzini2007-12-141-5/+5
* df-core.h (df_dump_region): New function.Kenneth Zadeck2007-08-301-0/+29