summaryrefslogtreecommitdiff
path: root/gcc/df.h
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher2012-10-141-3/+37
* bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher2012-10-081-2/+16
* re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...Alexandre Oliva2012-08-021-42/+0
* re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Richard Sandiford2012-06-251-1/+1
* re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Richard Sandiford2012-06-251-1/+1
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* re PR debug/48866 (gcc hangs when -g is set)Alexandre Oliva2012-04-131-0/+42
* re PR bootstrap/52397 (comparison failure with Ada enabled)Jakub Jelinek2012-02-291-2/+2
* lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou2011-12-131-1/+1
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-12-141-1/+3
* re PR bootstrap/44970 (Revision 162270 failed to bootstrap)Paolo Bonzini2010-11-221-0/+1
* re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...Alexandre Oliva2010-11-131-1/+0
* Revert revision 164552.H.J. Lu2010-11-031-3/+1
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-09-231-1/+3
* df.h (enum df_ref_class): Remove DF_REF_EXTRACT.Paolo Bonzini2010-09-041-18/+3
* re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)Bernd Schmidt2010-07-291-32/+20
* re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 har...Joern Rennecke2010-06-231-3/+3
* Fix version of patch from previous commit ;(Jan Hubicka2010-06-221-2/+4
* df-problems.c (df_rd_confluence_n, [...]): Return true if something changed.Jan Hubicka2010-06-221-1/+1
* df-core.c (df_clear_bb_info): New function.Jan Hubicka2010-06-121-7/+8
* df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka2010-06-061-6/+6
* df.h (df_rd_bb_info, [...]): Embedd bitmap_head into the structure.Jan Hubicka2010-06-041-31/+31
* basic-block.h (struct control_flow_graph): Move last_label_uid field up.Nathan Froyd2010-05-291-1/+1
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-0/+2
* ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and df_simulate_find_...Bernd Schmidt2010-04-221-0/+1
* re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...Jakub Jelinek2010-01-291-0/+1
* Update copyright notices of my recent commits.Alexandre Oliva2010-01-091-2/+2
* re PR rtl-optimization/42631 ("-fcompare-debug failure" with "-O1 -funroll-lo...Alexandre Oliva2010-01-091-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-50/+50
* df-problems.c: Fix documentation for forward simulation of LR.Paolo Bonzini2009-11-081-1/+0
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+1
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Paolo Bonzini2009-06-271-1/+32
* re PR rtl-optimization/33928 (30% performance slowdown in floating-point code...Paolo Bonzini2009-05-081-0/+2
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-2/+2
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-6/+5
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-4/+4
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-1/+2
* dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek2009-03-181-11/+13
* df-scan.c (persistent_obstack, [...]): Remove.Jan Hubicka2008-12-181-5/+0
* re PR rtl-optimization/37922 (code generation error)Kenneth Zadeck2008-12-181-3/+6
* re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck2008-10-111-97/+134
* alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-261-0/+3
* df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher2008-06-181-12/+19
* df-scan.c (struct df_scan_problem_data): Remove the mw_link_pool alloc pool.Steven Bosscher2008-06-091-3/+2
* ifcvt.c (dead_or_predicable): Rename df_simulate_one_insn_backwards to df_sim...Kenneth Zadeck2008-05-161-3/+2
* dbgcnt.def (ra_byte_scan): Added.Richard Sandiford2008-04-211-15/+70
* fwprop.c (update_df): Support width and offset parameters of df_ref_create.Kenneth Zadeck2008-03-061-9/+32
* df-scan.c (df_ref_chain_change_bb): Simplify.Alexandre Oliva2008-03-011-2/+2
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Kenneth Zadeck2008-01-221-42/+7
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Kenneth Zadeck2008-01-201-12/+47