aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-29/+30
2013-03-22df.h (df_insn_delete): Adjust prototype.Steven Bosscher1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-10-14re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher1-3/+37
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher1-2/+16
2012-08-02re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...Alexandre Oliva1-42/+0
2012-06-25re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Richard Sandiford1-1/+1
2012-06-25re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Richard Sandiford1-1/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-04-13re PR debug/48866 (gcc hangs when -g is set)Alexandre Oliva1-0/+42
2012-02-29re PR bootstrap/52397 (comparison failure with Ada enabled)Jakub Jelinek1-2/+2
2011-12-13lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou1-1/+1
2010-12-14re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt1-1/+3
2010-11-22re PR bootstrap/44970 (Revision 162270 failed to bootstrap)Paolo Bonzini1-0/+1
2010-11-13re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...Alexandre Oliva1-1/+0
2010-11-03Revert revision 164552.H.J. Lu1-3/+1
2010-09-23re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt1-1/+3
2010-09-04df.h (enum df_ref_class): Remove DF_REF_EXTRACT.Paolo Bonzini1-18/+3
2010-07-29re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)Bernd Schmidt1-32/+20
2010-06-23re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 har...Joern Rennecke1-3/+3
2010-06-22Fix version of patch from previous commit ;(Jan Hubicka1-2/+4
2010-06-22df-problems.c (df_rd_confluence_n, [...]): Return true if something changed.Jan Hubicka1-1/+1
2010-06-12df-core.c (df_clear_bb_info): New function.Jan Hubicka1-7/+8
2010-06-06df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka1-6/+6
2010-06-04df.h (df_rd_bb_info, [...]): Embedd bitmap_head into the structure.Jan Hubicka1-31/+31
2010-05-29basic-block.h (struct control_flow_graph): Move last_label_uid field up.Nathan Froyd1-1/+1
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-0/+2
2010-04-22ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and df_simulate_find_...Bernd Schmidt1-0/+1
2010-01-29re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...Jakub Jelinek1-0/+1
2010-01-09Update copyright notices of my recent commits.Alexandre Oliva1-2/+2
2010-01-09re PR rtl-optimization/42631 ("-fcompare-debug failure" with "-O1 -funroll-lo...Alexandre Oliva1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-50/+50
2009-11-08df-problems.c: Fix documentation for forward simulation of LR.Paolo Bonzini1-1/+0
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+1
2009-06-27re PR tree-optimization/26854 (Inordinate compile times on large routines)Paolo Bonzini1-1/+32
2009-05-08re PR rtl-optimization/33928 (30% performance slowdown in floating-point code...Paolo Bonzini1-0/+2
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-2/+2
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-6/+5
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-4/+4
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-1/+2
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek1-11/+13
2008-12-18df-scan.c (persistent_obstack, [...]): Remove.Jan Hubicka1-5/+0
2008-12-18re PR rtl-optimization/37922 (code generation error)Kenneth Zadeck1-3/+6
2008-10-11re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck1-97/+134
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-0/+3
2008-06-18df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher1-12/+19
2008-06-09df-scan.c (struct df_scan_problem_data): Remove the mw_link_pool alloc pool.Steven Bosscher1-3/+2
2008-05-16ifcvt.c (dead_or_predicable): Rename df_simulate_one_insn_backwards to df_sim...Kenneth Zadeck1-3/+2