| Commit message (Expand) | Author | Age | Files | Lines |
* | * builtins.c: Fix formatting. | kazu | 2002-01-03 | 1 | -12/+12 |
* | 2002-01-02 Eric Christopher <echristo@redhat.com> | echristo | 2002-01-03 | 1 | -2/+2 |
* | * except.c: Fix comment typos. | kazu | 2002-01-03 | 1 | -2/+2 |
* | * loop.c (check_dbra_loop): Fix last change: examine both | rth | 2001-12-31 | 1 | -1/+3 |
* | * loop.c (prescan_loop): Set has_multiple_exit_targets for exception | rth | 2001-12-29 | 1 | -55/+72 |
* | * loop.c (scan_loop, move_movables, count_one_set): Do not | dje | 2001-12-23 | 1 | -21/+42 |
* | Update whitespace. | kenner | 2001-12-13 | 1 | -1/+1 |
* | * loop.c (remove_constant_addition): Fix prototype and whitespace. | kenner | 2001-12-13 | 1 | -49/+77 |
* | * predict.c (estimate_probability): Reorganize opcode heuristics. | hubicka | 2001-12-13 | 1 | -0/+593 |
* | * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. | kenner | 2001-11-15 | 1 | -1/+1 |
* | * jump.c (squeeze_notes): Return true if no real insns were found. | jakub | 2001-11-15 | 1 | -1/+2 |
* | * loop.c (combine_movables): Turn off combination until | rth | 2001-11-14 | 1 | -1/+4 |
* | * 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 |