| Commit message (Expand) | Author | Age | Files | Lines |
* | basic-block.h (struct control_flow_graph): Move last_label_uid field up. | Nathan Froyd | 2010-05-29 | 1 | -1/+1 |
* | coretypes.h (struct simple_bitmap_def, [...]): New core types. | Steven Bosscher | 2010-05-22 | 1 | -0/+2 |
* | ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and df_simulate_find_... | Bernd Schmidt | 2010-04-22 | 1 | -0/+1 |
* | re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f... | Jakub Jelinek | 2010-01-29 | 1 | -0/+1 |
* | Update copyright notices of my recent commits. | Alexandre Oliva | 2010-01-09 | 1 | -2/+2 |
* | re PR rtl-optimization/42631 ("-fcompare-debug failure" with "-O1 -funroll-lo... | Alexandre Oliva | 2010-01-09 | 1 | -2/+2 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -50/+50 |
* | df-problems.c: Fix documentation for forward simulation of LR. | Paolo Bonzini | 2009-11-08 | 1 | -1/+0 |
* | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 2009-09-02 | 1 | -0/+1 |
* | re PR tree-optimization/26854 (Inordinate compile times on large routines) | Paolo Bonzini | 2009-06-27 | 1 | -1/+32 |
* | re PR rtl-optimization/33928 (30% performance slowdown in floating-point code... | Paolo Bonzini | 2009-05-08 | 1 | -0/+2 |
* | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 2009-04-27 | 1 | -2/+2 |
* | combine.c (record_value_for_reg): Change 0 to VOIDmode, twice. | Ian Lance Taylor | 2009-04-24 | 1 | -6/+5 |
* | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 2009-04-20 | 1 | -4/+4 |
* | df.h: Include "timevar.h". | Ian Lance Taylor | 2009-04-17 | 1 | -1/+2 |
* | dse.c (struct group_info): Reorder fields for 64-bit hosts. | Jakub Jelinek | 2009-03-18 | 1 | -11/+13 |
* | df-scan.c (persistent_obstack, [...]): Remove. | Jan Hubicka | 2008-12-18 | 1 | -5/+0 |
* | re PR rtl-optimization/37922 (code generation error) | Kenneth Zadeck | 2008-12-18 | 1 | -3/+6 |
* | re PR middle-end/37448 (cannot compile big function) | Kenneth Zadeck | 2008-10-11 | 1 | -97/+134 |
* | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 2008-06-26 | 1 | -0/+3 |
* | df.h (struct df_ref): Replace 'insn' field with 'insn_info' field. | Steven Bosscher | 2008-06-18 | 1 | -12/+19 |
* | df-scan.c (struct df_scan_problem_data): Remove the mw_link_pool alloc pool. | Steven Bosscher | 2008-06-09 | 1 | -3/+2 |
* | ifcvt.c (dead_or_predicable): Rename df_simulate_one_insn_backwards to df_sim... | Kenneth Zadeck | 2008-05-16 | 1 | -3/+2 |
* | dbgcnt.def (ra_byte_scan): Added. | Richard Sandiford | 2008-04-21 | 1 | -15/+70 |
* | fwprop.c (update_df): Support width and offset parameters of df_ref_create. | Kenneth Zadeck | 2008-03-06 | 1 | -9/+32 |
* | df-scan.c (df_ref_chain_change_bb): Simplify. | Alexandre Oliva | 2008-03-01 | 1 | -2/+2 |
* | re PR tree-optimization/26854 (Inordinate compile times on large routines) | Kenneth Zadeck | 2008-01-22 | 1 | -42/+7 |
* | re PR tree-optimization/26854 (Inordinate compile times on large routines) | Kenneth Zadeck | 2008-01-20 | 1 | -12/+47 |
* | re PR rtl-optimization/34415 (Possible miscompilation on MIPS) | Richard Sandiford | 2007-12-16 | 1 | -3/+3 |
* | df-core.c: Update comments referring to removed features. | Paolo Bonzini | 2007-12-14 | 1 | -2/+4 |
* | ra-conflict.c: New file. | Kenneth Zadeck | 2007-10-02 | 1 | -91/+50 |
* | df-core.h (df_dump_region): New function. | Kenneth Zadeck | 2007-08-30 | 1 | -0/+1 |
* | configure.ac: Remove --enable-checking=df from default settings. | Paolo Bonzini | 2007-08-05 | 1 | -2/+4 |
* | df.h (DF_RU, [...]): Removed. | Kenneth Zadeck | 2007-07-31 | 1 | -41/+4 |
* | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 2007-07-28 | 1 | -2/+2 |
* | 2007-xx-xx Richard Sandiford <rsandifo@nildram.co.uk> | Richard Sandiford | 2007-07-27 | 1 | -5/+13 |
* | df.h (df_mw_hardreg): Remove "loc" field. | Richard Sandiford | 2007-07-27 | 1 | -1/+0 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 2007-07-07 | 1 | -1/+1 |
* | df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed. | Kenneth Zadeck | 2007-06-19 | 1 | -3/+11 |
* | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 2007-06-13 | 1 | -1/+1 |
* | Merge dataflow branch into mainline | Daniel Berlin | 2007-06-11 | 1 | -241/+586 |
* | re PR middle-end/30907 (Propagation of addresses within loops pessimizes code) | Paolo Bonzini | 2007-03-20 | 1 | -4/+4 |
* | cfgloop.c, [...]: Fix comment typos. | Kazu Hirata | 2007-02-18 | 1 | -1/+1 |
* | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 2006-05-28 | 1 | -2/+2 |
* | df-core.c: Added to header comments. | Kenneth Zadeck | 2006-05-23 | 1 | -23/+53 |
* | re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma... | Daniel Berlin | 2006-05-19 | 1 | -91/+126 |
* | [multiple changes] | Razya Ladelsky | 2006-05-04 | 1 | -0/+19 |
* | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 2006-03-04 | 1 | -1/+1 |
* | df.h (DF_REG_SIZE): Return the length of the initialized part of the array. | Zdenek Dvorak | 2006-02-08 | 1 | -1/+1 |