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