| Commit message (Expand) | Author | Age | Files | Lines |
* | * gcse.c (want_to_gcse_p): On STACK_REGS targets, look through | sayle | 2006-02-19 | 1 | -0/+8 |
* | 2006-02-15 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2006-02-15 | 1 | -2/+2 |
* | * tree-vrp.c (execute_vrp): Do not pass dump argument to. | rakdver | 2006-02-06 | 1 | -142/+124 |
* | 2006-01-31 Marcin Dalecki <martin@dalecki.de> | dalecki | 2006-01-31 | 1 | -10/+10 |
* | 2006-01-14 Steven Bosscher <stevenb.gcc@gmail.com> | rguenth | 2006-01-14 | 1 | -0/+8 |
* | * final.c (compute_alignments): Make it static. | kazu | 2005-12-25 | 1 | -2/+2 |
* | 2005-12-20 Roger Sayle <roger@eyesopen.com> | bonzini | 2005-12-20 | 1 | -5/+17 |
* | * gcse.c (gcse_main, bypass_jumps): Fix non-GNU-isms from | steven | 2005-12-18 | 1 | -3/+4 |
* | 2005-12-17 Danny Berlin <dberlin@dberlin.org> | zadeck | 2005-12-17 | 1 | -2/+3 |
* | 2005-11-24 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-11-24 | 1 | -6/+10 |
* | 2005-11-12 Richard Guenther <rguenther@suse.de> | rguenth | 2005-11-12 | 1 | -0/+2 |
* | 2005-11-10 Richard Guenther <rguenther@suse.de> | rguenth | 2005-11-10 | 1 | -1/+2 |
* | 2005-09-26 Richard Guenther <rguenther@suse.de> | rguenth | 2005-09-26 | 1 | -10/+44 |
* | 2005-09-06 Andreas Krebbel <krebbel1@de.ibm.com> | krebbel | 2005-09-06 | 1 | -1/+2 |
* | PR rtl-optimization/22167 | rsandifo | 2005-07-21 | 1 | -1/+1 |
* | 2005-07-05 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-07-05 | 1 | -0/+109 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | 2005-06-01 Mostafa Hagog <mustafa@il.ibm.com> | hagog | 2005-06-01 | 1 | -38/+45 |
* | * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h, | kazu | 2005-05-26 | 1 | -2/+2 |
* | * c-common.c (unsigned_conversion_warning): Move warning control | dj | 2005-05-25 | 1 | -6/+6 |
* | * calls.c (purge_reg_equiv_notes): Remove, fold into... | steven | 2005-05-09 | 1 | -1/+1 |
* | * diagnostic.c (warning): Accept parameter to classify warning option. | dj | 2005-04-23 | 1 | -2/+2 |
* | * cselib.c (clear_table): Rename to cselib_clear_table. | steven | 2005-04-10 | 1 | -89/+100 |
* | * cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c, | kazu | 2005-04-01 | 1 | -1/+1 |
* | * basic-block.h (single_succ_p, single_pred_p, single_succ_edge, | rakdver | 2005-03-11 | 1 | -5/+6 |
* | * gcse.c (bypass_block): Use find_edge wherever possible. | kazu | 2005-03-04 | 1 | -20/+6 |
* | * ChangeLog.5: Fix log message typo(s). | reichelt | 2005-02-24 | 1 | -2/+2 |
* | * gcse.c: Remove an obsolete comment. | kazu | 2005-02-21 | 1 | -13/+2 |
* | * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove. | nathan | 2005-02-17 | 1 | -6/+6 |
* | * gcse.c (blocks_with_calls): New bitmap. | law | 2005-02-16 | 1 | -31/+49 |
* | * gcse.c (canon_modify_mem_set_list_set): Kill unnecessary | law | 2005-02-15 | 1 | -12/+2 |
* | * gcse.c (struct reg_set): Store the block index where the register | law | 2005-02-02 | 1 | -25/+5 |
* | * gcse.c (insert_expr_in_table): Revamp handling of available | law | 2005-01-29 | 1 | -59/+23 |
* | * gcse.c (null_pointer_info): Remove. | kazu | 2005-01-23 | 1 | -14/+0 |
* | * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c, | kazu | 2005-01-18 | 1 | -1/+1 |
* | * combine.c (expand_compound_operation) <ZERO_EXTRACT>: Add | steven | 2005-01-05 | 1 | -7/+2 |
* | * gcse.c (gcse_main): Add a comment. | kazu | 2004-12-04 | 1 | -1/+2 |
* | * gcse.c (insert_store): Error if try to insert store on abnormal edge. | kenner | 2004-11-29 | 1 | -8/+23 |
* | * function.h (struct function): Remove calls_longjmp. | zack | 2004-11-23 | 1 | -36/+4 |
* | * bitmap.c (bitmap_print): Make bitno unsigned. | nathan | 2004-11-04 | 1 | -1/+1 |
* | PR rtl-optimization/17581 | sayle | 2004-10-30 | 1 | -2/+3 |
* | * basic-block.h (edge_iterator): Keep the address of VEC(edge) *. | bje | 2004-10-13 | 1 | -2/+2 |
* | PR debug/13974 | hubicka | 2004-09-30 | 1 | -4/+4 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -30/+66 |
* | * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP, | rakdver | 2004-09-26 | 1 | -5/+9 |
* | * alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c, | kazu | 2004-09-18 | 1 | -3/+3 |
* | 2004-09-15 Andrew Pinski <apinski@apple.com> | pinskia | 2004-09-15 | 1 | -1/+2 |
* | * gcse.c (INSN_CUID, insert_set_in_table, find_avail_set, | nathan | 2004-09-09 | 1 | -43/+42 |
* | PR rtl-optimization/16408 | rakdver | 2004-09-01 | 1 | -1/+21 |
* | Revert: | mmitchel | 2004-08-31 | 1 | -3/+1 |