| Commit message (Expand) | Author | Age | Files | Lines |
* | * loop.c (loop_regs_scan): Don't invalidate PIC register. | rth | 2001-11-07 | 1 | -5/+12 |
* | * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or | jakub | 2001-10-30 | 1 | -10/+6 |
* | * loop.h (struct induction): Rename ext_dependant to | jsm28 | 2001-10-29 | 1 | -15/+15 |
* | * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4, | jsm28 | 2001-10-28 | 1 | -4/+4 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -50/+52 |
* | * calls.c: Fix formatting. | kazu | 2001-10-10 | 1 | -2/+2 |
* | * c-common.c: Fix comment typos. | kazu | 2001-10-09 | 1 | -1/+1 |
* | * gcse.c (replace_store_insn): Use delete_insn. | hubicka | 2001-09-28 | 1 | -14/+12 |
* | * Makefile.in (cfgrtl.o): Add. | hubicka | 2001-09-25 | 1 | -5/+2 |
* | * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill. | hubicka | 2001-09-21 | 1 | -13/+13 |
* | * dbxout.c (dbxout_parms): Fix typo in comment. | hp | 2001-09-11 | 1 | -2/+2 |
* | * loop.c (combine_givs): Fix computing of benefit once giv is combined. | hubicka | 2001-09-09 | 1 | -0/+7 |
* | * loop.c (record_giv): Avoid simplifying MULT to ASHIFT. | rth | 2001-09-07 | 1 | -3/+9 |
* | * loop.c (express_from_1): Fix CONSTANT_P(a) case. | jakub | 2001-09-03 | 1 | -1/+1 |
* | * gcse.c (add_label_notes): REG_LABEL is an INSN_LIST. | aj | 2001-08-31 | 1 | -72/+72 |
* | * jump.c (squeeze_notes): Take parms by reference. Handle END being | jason | 2001-08-22 | 1 | -2/+1 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * optabs.h (OTI_flodiv, flodiv_optab): Kill. | zack | 2001-08-18 | 1 | -24/+13 |
* | * expr.h: Split out optab- and libfunc-related code to... | zack | 2001-08-13 | 1 | -0/+1 |
* | * loop.c (check_dbra_loop): Use condjump_label to compute | geoffk | 2001-08-13 | 1 | -5/+1 |
* | * gcc.c: Fix comment formatting. | kazu | 2001-08-12 | 1 | -1/+1 |
* | * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY | zack | 2001-08-10 | 1 | -1/+1 |
* | * calls.c (expand_call): Do not emit INSN_SETJMP note. | hubicka | 2001-08-07 | 1 | -13/+15 |
* | * alias.c (nonlocal_mentioned_p): | hubicka | 2001-08-07 | 1 | -2/+2 |
* | * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes. | hubicka | 2001-08-04 | 1 | -1/+10 |
* | * loop.c (check_dbra_loop): Use single_set to compute | geoffk | 2001-07-31 | 1 | -2/+4 |
* | Fix typo spotted by Richard. | hubicka | 2001-07-25 | 1 | -1/+1 |
* | * predict.c (estimate_probability): Avoid duplicated predictions. | hubicka | 2001-07-25 | 1 | -0/+8 |
* | * loop.c (scan_loop): Add USEs inside PARALLELs into dependencies | hubicka | 2001-07-15 | 1 | -0/+12 |
* | * unroll.c: Include predict.h. | hubicka | 2001-06-18 | 1 | -1/+1 |
* | Fix for PR 3128, IA-64 linux kernel miscompile | wilson | 2001-06-13 | 1 | -5/+6 |
* | * loop.c: Include predict.h | hubicka | 2001-06-12 | 1 | -0/+13 |
* | do not combine asm stmts in scan_loop | aldyh | 2001-06-11 | 1 | -0/+1 |
* | * loop.h (struct movables): Remove `num'. | mmitchel | 2001-05-11 | 1 | -30/+52 |
* | * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | ghazi | 2001-05-01 | 1 | -2/+2 |
* | * loop.c (try_swap_copy_prop): Go back to checking insn. | jason | 2001-04-25 | 1 | -1/+1 |
* | * loop.c (loop_delete_insns): Add prototype. | mmitchel | 2001-04-23 | 1 | -0/+1 |
* | * flow.c (proagate_one_insn): Remove useless assignment. | mmitchel | 2001-04-21 | 1 | -5/+40 |
* | * rtl.texi (jump_insn): Expand on JUMP_LABEL documentation. | mmitchel | 2001-04-19 | 1 | -4/+7 |
* | * loop.c (load_mems): Examine all the instructions in the loop | mmitchel | 2001-04-19 | 1 | -1/+1 |
* | Prevent hoisting code from generating uninitialized accesses. | bernds | 2001-03-30 | 1 | -3/+15 |
* | * mkconfig.sh: Include insn-flags.h. | rth | 2001-03-22 | 1 | -1/+0 |
* | 2001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | sirl | 2001-02-25 | 1 | -0/+9 |
* | * loop.c (canonicalize_condition): Move to reversed_comparison_code. | hubicka | 2001-02-24 | 1 | -23/+13 |
* | * loop.c (loop_giv_reduce_benefit): Copy mode size into | m.hayes | 2001-01-26 | 1 | -10/+13 |
* | * loop.c (loop_call_insn_emit_before, loop_call_insn_hoist): New. | m.hayes | 2001-01-25 | 1 | -14/+41 |
* | * loop.h (total_biv_increment): Constify iv_class pointer. | m.hayes | 2001-01-12 | 1 | -6/+116 |
* | * hard-reg-set.h: Add multiple include guard. | m.hayes | 2001-01-07 | 1 | -102/+221 |
* | * loop.h (loop_insn_hoist): New prototype. | m.hayes | 2001-01-07 | 1 | -22/+51 |
* | * loop.c (emit_iv_add_mult): Use single_set to examine new insn. | m.hayes | 2001-01-07 | 1 | -3/+6 |