| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove profitability check | Vladimir Yanovsky | 2007-08-08 | 1 | -201/+55 |
* | SMS: Change the ddg's construction | Revital Eres | 2007-07-31 | 1 | -2/+1 |
* | Avoid SMS when the candidate loop contains INC instruction | Vladimir Yanovsky | 2007-07-28 | 1 | -2/+8 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | toplev.c (no_new_pseudos): Deleted. | Kenneth Zadeck | 2007-07-11 | 1 | -3/+0 |
* | modulo-sched: print sccs and check it | Revital Eres | 2007-07-03 | 1 | -0/+3 |
* | re PR middle-end/32349 (ICE in df_refs_verify with -O2 -fmodulo-sched for spe... | Kenneth Zadeck | 2007-06-17 | 1 | -4/+6 |
* | Merge dataflow branch into mainline | Daniel Berlin | 2007-06-11 | 1 | -29/+14 |
* | tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL. | Zdenek Dvorak | 2007-05-27 | 1 | -2/+5 |
* | tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop... | Zdenek Dvorak | 2007-05-11 | 1 | -1/+1 |
* | alias.c (init_alias_analysis): Correct whitespace. | Roger Sayle | 2007-02-01 | 1 | -7/+8 |
* | cfgloop.h: Include vec-prim.h. | Zdenek Dvorak | 2007-01-31 | 1 | -1/+1 |
* | loop.texi: Document recording of loop exits. | Zdenek Dvorak | 2007-01-12 | 1 | -1/+1 |
* | loop-unswitch.c (unswitch_loop): Pass probabilities to loopify. | Zdenek Dvorak | 2007-01-03 | 1 | -2/+10 |
* | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 2006-12-10 | 1 | -13/+7 |
* | haifa-sched.c: Remove define LINE_NOTE(INSN). | Tehila Meyzels | 2006-11-29 | 1 | -0/+12 |
* | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 2006-11-25 | 1 | -2/+1 |
* | tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions. | Zdenek Dvorak | 2006-11-21 | 1 | -10/+10 |
* | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 2006-11-17 | 1 | -19/+18 |
* | tree-pass.h (pass_purge_lineno_notes): Remove declaration. | Jan Hubicka | 2006-11-11 | 1 | -49/+0 |
* | re PR rtl-optimization/26375 (Swing modulo scheduling results in ICE) | Kenneth Zadeck | 2006-05-23 | 1 | -1/+4 |
* | re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma... | Daniel Berlin | 2006-05-19 | 1 | -3/+3 |
* | target.h (struct spec_info_def): New opaque declaration. | Maxim Kuvyrkov | 2006-03-16 | 1 | -11/+9 |
* | ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call. | Maxim Kuvyrkov | 2006-03-16 | 1 | -1/+3 |
* | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 2006-03-02 | 1 | -1/+2 |
* | re PR rtl-optimization/26184 (memory leaks in swing modulo scheduling function) | Uttam Pawar | 2006-02-15 | 1 | -0/+6 |
* | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 2006-02-06 | 1 | -69/+63 |
* | tree-vrp.c (cfg_loops): Removed. | Zdenek Dvorak | 2006-02-05 | 1 | -40/+3 |
* | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 2006-01-31 | 1 | -6/+5 |
* | modulo-sched.c (create_partial_schedule, [...]): Make them static. | Kazu Hirata | 2006-01-28 | 1 | -6/+9 |
* | modulo-sched.c (sms_schedule): Make it static. | Kazu Hirata | 2006-01-18 | 1 | -1/+1 |
* | df.h (DF_SCAN, [...]): New macros. | Daniel Berlin | 2006-01-11 | 1 | -7/+8 |
* | bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. | Zdenek Dvorak | 2005-08-24 | 1 | -1/+2 |
* | bt-load.c (link_btr_uses): Fix uninitialised warnings. | Ben Elliston | 2005-07-19 | 1 | -4/+4 |
* | Makefile.in: Adjust dependencies. | Paolo Bonzini | 2005-07-05 | 1 | -1/+65 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | sbitmap.h (sbitmap_iterator, [...]): New. | Kazu Hirata | 2005-06-07 | 1 | -12/+16 |
* | modulo-sched.c (doloop_register_get): Protect against doloop_end not defined. | Richard Henderson | 2005-06-02 | 1 | -1/+5 |
* | > 2005-06-02 Steven Bosscher <stevenb@suse.de> > Mostafa Hagog... | Steven Bosscher | 2005-06-02 | 1 | -64/+21 |
* | re PR rtl-optimization/21138 (wrong code in sixtrack for -fmodulo-sched) | Mostafa Hagog | 2005-06-01 | 1 | -0/+1 |
* | cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ... | Kazu Hirata | 2005-05-29 | 1 | -1/+1 |
* | modulo-sched.c, [...]: Use targetm.foo instead of (*targetm.foo). | Kazu Hirata | 2005-04-28 | 1 | -7/+7 |
* | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 2005-04-21 | 1 | -4/+2 |
* | * modulo-sched.c (CFG_HOOKS): Remove. | Kazu Hirata | 2005-04-17 | 1 | -2/+0 |
* | cfghooks.c, [...]: Fix comment typos. | Kazu Hirata | 2005-04-03 | 1 | -5/+5 |
* | cfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE. | Mostafa Hagog | 2005-04-03 | 1 | -321/+666 |
* | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 2005-04-01 | 1 | -1/+1 |
* | Fix PR middle-end/20177 and add test case. | Mostafa Hagog | 2005-03-21 | 1 | -10/+28 |
* | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 2005-03-11 | 1 | -1/+1 |
* | c-semantics.c, [...]: Update copyright. | Kazu Hirata | 2005-03-08 | 1 | -1/+1 |