Age | Commit message (Expand) | Author | Files | Lines |
2007-07-30 | alias.c (record_set, [...]): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-06-19 | df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed. | Kenneth Zadeck | 1 | -1/+1 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -24/+92 |
2007-04-05 | * regmove.c: Fix unused variable warnings due to previous commit. | Steven Bosscher | 1 | -2/+0 |
2007-04-05 | regmove.c (STACK_GROWS_DOWNWARD): Don't boolean-ize. | Steven Bosscher | 1 | -79/+23 |
2007-03-30 | regmove.c: Move all of pass_stack_adjustments from here... | Steven Bosscher | 1 | -444/+6 |
2007-03-29 | regmove.c (optimize_reg_copy_1): Don't perform DEST->SRC repair action if SRC... | Andreas Krebbel | 1 | -8/+8 |
2007-03-22 | regmove.c (regmove_optimize): Use reg_mentioned_p instead of reg_overlap_ment... | Seongbae Park | 1 | -1/+6 |
2006-11-11 | tree-pass.h (pass_purge_lineno_notes): Remove declaration. | Jan Hubicka | 1 | -8/+2 |
2006-07-26 | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Jan Hubicka | 1 | -31/+49 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -2/+4 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -26/+23 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -3/+3 |
2006-01-18 | regmove.c (regmove_optimize, [...]): Make them static. | Kazu Hirata | 1 | -2/+2 |
2005-08-25 | regmove.c (reg_is_remote_constant_p): Reorganize to not use log links. | Paolo Bonzini | 1 | -3/+3 |
2005-08-10 | bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump. | Paolo Bonzini | 1 | -1/+1 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+79 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-16 | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 1 | -1/+1 |
2005-04-28 | attribs.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-04-21 | lambda.h (lambda_vector_min_nz): Likewise. | Nathan Sidwell | 1 | -1/+1 |
2004-12-10 | regmove.c (combine_stack_adjustments_for_block): Free memlist if it hasn't be... | Kazu Hirata | 1 | -0/+3 |
2004-11-16 | regmove.c (regmove_optimize): Use lowpart_subreg instead of gen_rtx_SUBREG wi... | Ulrich Weigand | 1 | -3/+4 |
2004-10-09 | regs.h (struct reg_info_def): Remove the last_node_uid and changes_mode fields. | Steven Bosscher | 1 | -3/+0 |
2004-09-21 | re PR rtl-optimization/17266 (Libgfortran doesn't build) | Eric Botcazou | 1 | -3/+4 |
2004-08-18 | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 1 | -12/+1 |
2004-07-25 | regmove.c (optimize_reg_copy_1): Don't try to replace call-used hard registers. | Daniel Jacobowitz | 1 | -0/+3 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -15/+15 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -3/+3 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -16/+16 |
2004-03-20 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -2/+8 |
2004-02-03 | doloop.c, [...]: Use const0_rtx instead of GEN_INT (0). | Kazu Hirata | 1 | -1/+1 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -1/+1 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-06 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -9/+9 |
2003-10-05 | c-pretty-print.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-08-22 | c-decl.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-07-22 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -3/+3 |
2003-07-07 | genextract.c: Convert remaining prototypes to ISO C90. | Andreas Jaeger | 1 | -2/+1 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -104/+56 |
2003-07-05 | bt-load.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-01 | basic-block.h: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-06-29 | regmove.c (regmove_optimize): Don't try to make src and dst match when they a... | Jan Hubicka | 1 | -1/+2 |
2003-02-22 | regmove.c (optimize_reg_copy_1): Do not replace a hard register in an asm. | Hans-Peter Nilsson | 1 | -0/+10 |
2003-01-17 | ifcvt.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-01-16 | Make-lang.in (f/target.o): Depend on toplev.h. | Kaveh R. Ghazi | 1 | -1/+1 |