| Commit message (Expand) | Author | Age | Files | Lines |
* | 2009-04-27 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2009-04-27 | 1 | -4/+2 |
* | 2009-04-02 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2009-04-02 | 1 | -87/+76 |
* | 2009-03-04 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2009-03-04 | 1 | -209/+15 |
* | 2009-02-23 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2009-02-23 | 1 | -1/+1 |
* | 2009-02-02 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2009-02-02 | 1 | -1/+0 |
* | 2009-01-29 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2009-01-29 | 1 | -735/+129 |
* | 2008-10-27 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2008-10-27 | 1 | -0/+8 |
* | 2008-09-01 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2008-09-01 | 1 | -2/+5 |
* | 2008-07-08 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2008-07-08 | 1 | -3/+2 |
* | 2008-07-01 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2008-07-01 | 1 | -1/+1 |
* | 2008-03-20 Basile Starynkevitch <basile@starynkevitch.net> | bstarynk | 2008-03-20 | 1 | -4/+6 |
* | 2008-01-21 H.J. Lu <hongjiu.lu@intel.com> | hjl | 2008-01-21 | 1 | -5/+14 |
* | PR rtl-optimization/31396 | hubicka | 2008-01-16 | 1 | -4/+22 |
* | * regrename.c (pass_regrename, pass_cprop_hardreg): Add RTL sharing | hubicka | 2007-09-05 | 1 | -1/+1 |
* | * alias.c (record_set, memory_modified_1): Constify. | ghazi | 2007-07-30 | 1 | -2/+2 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -4/+3 |
* | 2007-06-15 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2007-06-19 | 1 | -1/+1 |
* | Merge dataflow branch into mainline | dberlin | 2007-06-11 | 1 | -24/+92 |
* | * regmove.c: Fix unused variable warnings due to previous commit. | steven | 2007-04-05 | 1 | -2/+0 |
* | * regmove.c (STACK_GROWS_DOWNWARD): Don't boolean-ize. | steven | 2007-04-05 | 1 | -79/+23 |
* | * regmove.c: Move all of pass_stack_adjustments from here... | steven | 2007-03-30 | 1 | -444/+6 |
* | 2007-03-29 Andreas Krebbel <krebbel1@de.ibm.com> | krebbel | 2007-03-29 | 1 | -8/+8 |
* | 2007-03-21 Seongbae Park <seongbae.park@gmail.com> | spark | 2007-03-22 | 1 | -1/+6 |
* | * tree-pass.h (pass_purge_lineno_notes): Remove declaration. | hubicka | 2006-11-11 | 1 | -8/+2 |
* | PR rtl-optimization/28071 | hubicka | 2006-07-26 | 1 | -31/+49 |
* | 2006-03-02 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-03-02 | 1 | -2/+4 |
* | * tree-vrp.c (execute_vrp): Do not pass dump argument to. | rakdver | 2006-02-06 | 1 | -26/+23 |
* | 2006-01-31 Marcin Dalecki <martin@dalecki.de> | dalecki | 2006-01-31 | 1 | -3/+3 |
* | * regmove.c (regmove_optimize, combine_stack_adjustments): | kazu | 2006-01-18 | 1 | -2/+2 |
* | 2005-08-24 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-08-25 | 1 | -3/+3 |
* | 2005-08-09 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-08-10 | 1 | -1/+1 |
* | 2005-07-05 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-07-05 | 1 | -0/+79 |
* | 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 |
* | * attribs.c, c-pragma.c, caller-save.c, cfghooks.h, | kazu | 2005-04-28 | 1 | -1/+1 |
* | * lambda.h (lambda_vector_min_nz): Likewise. | nathan | 2005-04-21 | 1 | -1/+1 |
* | * regmove.c (combine_stack_adjustments_for_block): Free | kazu | 2004-12-10 | 1 | -0/+3 |
* | * regmove.c (regmove_optimize): Use lowpart_subreg instead of | uweigand | 2004-11-16 | 1 | -3/+4 |
* | * regs.h (struct reg_info_def): Remove the last_node_uid and | steven | 2004-10-09 | 1 | -3/+0 |
* | PR rtl-optimization/17266 | ebotcazou | 2004-09-21 | 1 | -3/+4 |
* | * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | rth | 2004-08-18 | 1 | -12/+1 |
* | * regmove.c (optimize_reg_copy_1): Don't try to replace call-used | drow | 2004-07-25 | 1 | -0/+3 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -15/+15 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -3/+3 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -16/+16 |
* | * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c, | kazu | 2004-03-20 | 1 | -1/+1 |
* | 2004-02-07 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-03-03 | 1 | -2/+8 |
* | * doloop.c, optabs.c, regmove.c, sched-deps.c, | kazu | 2004-02-03 | 1 | -1/+1 |
* | * alias.c (record_set): Use hard_regno_nregs. | hubicka | 2004-02-02 | 1 | -1/+1 |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |