| Commit message (Expand) | Author | Age | Files | Lines |
* | gcc/ | rwild | 2008-06-06 | 1 | -3/+3 |
* | PR testsuite/35843 | hubicka | 2008-04-25 | 1 | -1/+1 |
* | * gcc.dg/20050811-2.c: Update dumping flags. | hubicka | 2008-03-19 | 1 | -4/+8 |
* | 2008-03-02 Andi Kleen <ak@suse.de> | rguenth | 2008-03-02 | 1 | -128/+0 |
* | * dbgcnt.def (cfg_cleanup, cprop1, cprop2, dce_fast, dce_ud, dse1, | dje | 2008-02-26 | 1 | -0/+4 |
* | 2008-01-11 Steven Bosscher <stevenb.gcc@gmail.com> | rguenth | 2008-01-11 | 1 | -12/+44 |
* | PR rtl-optimization/33737 | ebotcazou | 2007-11-07 | 1 | -2/+8 |
* | PR rtl-optimization/33644 | ebotcazou | 2007-10-22 | 1 | -1/+0 |
* | * regrename.c (pass_regrename, pass_cprop_hardreg): Add RTL sharing | hubicka | 2007-09-05 | 1 | -2/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -4/+3 |
* | 2007-07-11 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2007-07-11 | 1 | -1/+1 |
* | Merge dataflow branch into mainline | dberlin | 2007-06-11 | 1 | -45/+69 |
* | * haifa-sched.c (restore_bb_notes): Clear bb field of the notes | rakdver | 2007-06-06 | 1 | -1/+1 |
* | * basic-block.h: Remove the prototype for merge_seq_blocks. | kazu | 2007-05-26 | 1 | -25/+0 |
* | gcc/ | rsandifo | 2007-05-22 | 1 | -6/+2 |
* | * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of | hubicka | 2007-05-21 | 1 | -23/+1 |
* | PR rtl-optimization/31391 | steven | 2007-04-01 | 1 | -0/+2 |
* | * cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR. | rakdver | 2007-02-04 | 1 | -2/+4 |
* | * alias.c (init_alias_analysis): Correct whitespace. | sayle | 2007-02-01 | 1 | -3/+4 |
* | * tracer.c (rest_of_handle_tracer): We already cleaned | steven | 2007-01-27 | 1 | -10/+0 |
* | * cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set | steven | 2007-01-18 | 1 | -0/+6 |
* | * jump.c (mark_all_labels): Work in cfglayout mode. | steven | 2006-11-25 | 1 | -3/+9 |
* | * extended.texi (__builtin_expect): We no longer require second argument | hubicka | 2006-11-11 | 1 | -5/+0 |
* | * tree-pass.h (pass_purge_lineno_notes): Remove declaration. | hubicka | 2006-11-11 | 1 | -2/+0 |
* | * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c, | kazu | 2006-05-28 | 1 | -1/+1 |
* | Whitespace fixups | mrs | 2006-05-18 | 1 | -65/+65 |
* | * cfgcleanup.c, config/dfp-bit.c, expr.c, fold-const.c, | kazu | 2006-04-15 | 1 | -1/+1 |
* | * cfgloopmanip.c (create_loop_notes): Removed. | rakdver | 2006-03-23 | 1 | -2/+0 |
* | * cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg | rakdver | 2006-03-03 | 1 | -2/+2 |
* | 2006-03-02 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-03-02 | 1 | -2/+4 |
* | gcc/ | steven | 2006-02-26 | 1 | -33/+0 |
* | 2006-02-15 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2006-02-15 | 1 | -1/+1 |
* | * tree-vrp.c (execute_vrp): Do not pass dump argument to. | rakdver | 2006-02-06 | 1 | -1/+1 |
* | 2006-01-31 Marcin Dalecki <martin@dalecki.de> | dalecki | 2006-01-31 | 1 | -2/+1 |
* | 2006-01-27 Gabor Loki <loki@gcc.gnu.org> | loki | 2006-01-27 | 1 | -1/+1 |
* | 2006-01-16 Gabor Loki <loki@gcc.gnu.org> | loki | 2006-01-16 | 1 | -2/+39 |
* | * cfgcleanup.c: Temporarily revert patches for PR 20070 till Bernd | amylaar | 2005-12-19 | 1 | -96/+465 |
* | 2005-12-17 Danny Berlin <dberlin@dberlin.org> | zadeck | 2005-12-17 | 1 | -3/+3 |
* | PR rtl-optimization/20070 / part1 | amylaar | 2005-12-13 | 1 | -68/+137 |
* | 2005-12-12 J"orn Rennecke <joern.rennecke@st.com> | amylaar | 2005-12-12 | 1 | -18/+18 |
* | 2005-12-07 J"orn Rennecke <joern.rennecke@st.com> | amylaar | 2005-12-07 | 1 | -398/+88 |
* | * cfgcleanup.c (try_crossjump_to_edge): Always split SRC2 if it | steven | 2005-11-27 | 1 | -2/+14 |
* | PR rtl-opt/22619 | rth | 2005-07-29 | 1 | -1/+1 |
* | * basic-block.h: Give the BB flags enum a name, bb_flags. | steven | 2005-07-11 | 1 | -31/+16 |
* | 2005-07-05 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-07-05 | 1 | -0/+81 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * basic-block.h (rtl_bb_info): Break out head_, end_, | hubicka | 2005-06-16 | 1 | -1/+1 |
* | * lcm.c: Move all mode-switching related functions from here... | steven | 2005-06-04 | 1 | -2/+0 |
* | PR middle-end/21492 | jakub | 2005-05-17 | 1 | -0/+2 |
* | * Makefile.in: Add function.h to BASIC_BLOCK_H. Remove all | hubicka | 2005-04-12 | 1 | -1/+1 |