Age | Commit message (Expand) | Author | Files | Lines |
2006-05-23 | re PR rtl-optimization/26375 (Swing modulo scheduling results in ICE) | Kenneth Zadeck | 1 | -1/+4 |
2006-05-19 | re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma... | Daniel Berlin | 1 | -3/+3 |
2006-03-16 | target.h (struct spec_info_def): New opaque declaration. | Maxim Kuvyrkov | 1 | -11/+9 |
2006-03-16 | ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call. | Maxim Kuvyrkov | 1 | -1/+3 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -1/+2 |
2006-02-15 | re PR rtl-optimization/26184 (memory leaks in swing modulo scheduling function) | Uttam Pawar | 1 | -0/+6 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -69/+63 |
2006-02-05 | tree-vrp.c (cfg_loops): Removed. | Zdenek Dvorak | 1 | -40/+3 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -6/+5 |
2006-01-28 | modulo-sched.c (create_partial_schedule, [...]): Make them static. | Kazu Hirata | 1 | -6/+9 |
2006-01-18 | modulo-sched.c (sms_schedule): Make it static. | Kazu Hirata | 1 | -1/+1 |
2006-01-11 | df.h (DF_SCAN, [...]): New macros. | Daniel Berlin | 1 | -7/+8 |
2005-08-24 | bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. | Zdenek Dvorak | 1 | -1/+2 |
2005-07-19 | bt-load.c (link_btr_uses): Fix uninitialised warnings. | Ben Elliston | 1 | -4/+4 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -1/+65 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-07 | sbitmap.h (sbitmap_iterator, [...]): New. | Kazu Hirata | 1 | -12/+16 |
2005-06-02 | modulo-sched.c (doloop_register_get): Protect against doloop_end not defined. | Richard Henderson | 1 | -1/+5 |
2005-06-02 | > 2005-06-02 Steven Bosscher <stevenb@suse.de> > Mostafa Hagog... | Steven Bosscher | 1 | -64/+21 |
2005-06-01 | re PR rtl-optimization/21138 (wrong code in sixtrack for -fmodulo-sched) | Mostafa Hagog | 1 | -0/+1 |
2005-05-29 | cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ... | Kazu Hirata | 1 | -1/+1 |
2005-04-28 | modulo-sched.c, [...]: Use targetm.foo instead of (*targetm.foo). | Kazu Hirata | 1 | -7/+7 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -4/+2 |
2005-04-17 | * modulo-sched.c (CFG_HOOKS): Remove. | Kazu Hirata | 1 | -2/+0 |
2005-04-03 | cfghooks.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -5/+5 |
2005-04-03 | cfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE. | Mostafa Hagog | 1 | -321/+666 |
2005-04-01 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-03-21 | Fix PR middle-end/20177 and add test case. | Mostafa Hagog | 1 | -10/+28 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -1/+1 |
2005-03-08 | c-semantics.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-08 | diagnostic.h: Remove unused prototype debug_output_buffer. | Kazu Hirata | 1 | -2/+0 |
2004-11-30 | sbitmap.c (sbitmap_any_common_bits): New function. | Jeff Law | 1 | -8/+2 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -1/+0 |
2004-11-08 | modulo-sched.c (create_partial_schedule, [...]): Make them static. | Kazu Hirata | 1 | -13/+13 |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -24/+21 |
2004-09-10 | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 1 | -8/+8 |
2004-09-10 | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 1 | -8/+8 |
2004-09-05 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-08-24 | basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ... | Zack Weinberg | 1 | -2/+1 |
2004-08-18 | insn-notes.def, [...]: New files. | Zack Weinberg | 1 | -1/+1 |
2004-08-08 | common.opt (freschedule-modulo-scheduled-loops): New flag. | Mostafa Hagog | 1 | -53/+140 |
2004-07-20 | genattr.c (struct range, [...]): Remove them. | Paolo Bonzini | 1 | -21/+7 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -8/+8 |
2004-07-02 | ifcvt.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -4/+12 |
2004-06-26 | c-typeck.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -5/+5 |
2004-06-08 | modulo-sched.c: Compile only when INSN_SCHEDULING is defined. | Bernardo Innocenti | 1 | -0/+3 |
2004-05-30 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -6/+6 |
2004-05-25 | New files for implementing sms in gcc. | Mostafa Hagog | 1 | -0/+2125 |