| Commit message (Expand) | Author | Age | Files | Lines |
* | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 2003-06-16 | 1 | -6/+6 |
* | ifcvt.c: Fix comment typos. | Kazu Hirata | 2003-01-17 | 1 | -2/+2 |
* | decl2.c (check_classfn): Fix uninitialized warning. | Kaveh R. Ghazi | 2003-01-15 | 1 | -1/+1 |
* | Add 2003 copyright notices for constraints string patch, also 2002 notice | Joern Rennecke | 2003-01-13 | 1 | -1/+1 |
* | defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument. | J"orn Rennecke | 2003-01-09 | 1 | -38/+45 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+2 |
* | hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New. | Aldy Hernandez | 2002-11-04 | 1 | -20/+4 |
* | dbxout.c: Follow spelling conventions. | Kazu Hirata | 2002-09-22 | 1 | -7/+7 |
* | reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO... | Ulrich Weigand | 2002-08-14 | 1 | -2/+4 |
* | langhooks.c: Fix formatting. | Kazu Hirata | 2002-05-30 | 1 | -4/+4 |
* | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 2002-05-23 | 1 | -21/+17 |
* | PR c/6689, PR optimization/6615 | David S. Miller | 2002-05-17 | 1 | -4/+4 |
* | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 2002-05-16 | 1 | -17/+21 |
* | Basic block renumbering removal. | Zdenek Dvorak | 2002-05-16 | 1 | -21/+17 |
* | local-alloc.c (contains_replace_regs): LO_SUM may contain replace regs. | Richard Henderson | 2002-04-02 | 1 | -1/+0 |
* | local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not optimiz... | Jan Hubicka | 2002-03-30 | 1 | -1/+2 |
* | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 2002-02-19 | 1 | -0/+3 |
* | * local-alloc.c (function_invariant_p): Update commentary. | Richard Henderson | 2002-01-03 | 1 | -1/+7 |
* | cfgrtl.c (purge_all_dead_edges): Initialize variable. | Kaveh R. Ghazi | 2001-12-02 | 1 | -2/+2 |
* | * local-alloc.c (combine_regs): Handle SUBREG_REG being a MEM. | Graham Stott | 2001-11-22 | 1 | -22/+40 |
* | integrate.c (get_hard_reg_initial_reg): New. | DJ Delorie | 2001-11-14 | 1 | -1/+14 |
* | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 2001-11-04 | 1 | -1/+1 |
* | emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f... | Jakub Jelinek | 2001-10-30 | 1 | -7/+3 |
* | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 2001-10-28 | 1 | -1/+1 |
* | cfgcleanup.c (BB_SET_FLAG, [...]): Add cast to avoid warning. | Richard Kenner | 2001-10-26 | 1 | -2/+5 |
* | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 2001-10-21 | 1 | -1/+1 |
* | c-parse.in (asm_operand): Allow named operands. | Richard Henderson | 2001-10-11 | 1 | -3/+8 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -30/+30 |
* | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 2001-10-07 | 1 | -1/+1 |
* | Makefile.in (cfgrtl.o): Add. | Jan Hubicka | 2001-09-25 | 1 | -6/+2 |
* | integrate.c (allocate_initial_values): New function. | J"orn Rennecke | 2001-09-21 | 1 | -3/+0 |
* | i386.c (size_cost): New static variable. | Jan Hubicka | 2001-09-05 | 1 | -313/+284 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_P | Jan Hubicka | 2001-08-07 | 1 | -1/+1 |
* | profile.c (branch_prob): Remove unused variable insn. | Andreas Jaeger | 2001-08-06 | 1 | -1/+2 |
* | local-alloc.c (update_equiv_regs): Do not move insns that can throw. | Richard Henderson | 2001-08-05 | 1 | -0/+6 |
* | flow.c (mark_set_1): Use REG_FREQ_FROM_BB. | Jan Hubicka | 2001-07-30 | 1 | -3/+4 |
* | regs.h (struct reg_info_def): Add freq field. | Jan Hubicka | 2001-06-22 | 1 | -1/+8 |
* | local-alloc.c (update_equiv_regs): Don't eliminate constant expressions at -O0. | Geoffrey Keating | 2001-05-28 | 1 | -1/+1 |
* | Use byte offsets in SUBREGs instead of words. | Jakub Jelinek | 2001-04-03 | 1 | -5/+33 |
* | local-alloc.c (update_equiv_regs): Copy INSN_CODE to the new instruction. | Richard Henderson | 2001-02-01 | 1 | -1/+5 |
* | Extra arg for rtx_varies_p | Bernd Schmidt | 2001-01-01 | 1 | -5/+5 |
* | local-alloc.c (update_equiv_regs): Don't use copy_rtx on PATTERN. | Richard Kenner | 2000-12-29 | 1 | -4/+3 |
* | flow.c (make_edge): Early out, if no flags to set. | Michael Matz | 2000-11-30 | 1 | -10/+33 |
* | c-lex.c (cb_leave_file): Harmonize conditions and order of statements to thos... | Hans-Peter Nilsson | 2000-11-13 | 1 | -0/+1 |
* | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 2000-11-07 | 1 | -1/+1 |
* | local-alloc.c (update_equiv_regs): Add an abort(). | Geoff Keating | 2000-10-23 | 1 | -1/+11 |
* | alias.c: (mark_constant_function): Don't check pure functions. | John Wehle | 2000-10-20 | 1 | -97/+271 |
* | Generate REG_EQUAL notes when they'd be helpful | Bernd Schmidt | 2000-09-14 | 1 | -0/+7 |
* | Don't use CLASS_LIKELY_SPILLED in local-alloc | Bernd Schmidt | 2000-09-06 | 1 | -21/+2 |