Age | Commit message (Expand) | Author | Files | Lines |
2001-07-30 | jump.c: Add prototype for mark_modified_reg. | Andreas Jaeger | 1 | -4/+0 |
2001-07-29 | rtlanal.c (parms_set, [...]): Break out from...; handle multiple sets. | Jan Hubicka | 1 | -31/+1 |
2001-07-23 | * gcse.c (cprop_insn): Update call of cprop_cc0_jump. | Jan Hubicka | 1 | -1/+1 |
2001-07-23 | basic-block.h (find_sub_basic_block): Declare. | Jan Hubicka | 1 | -9/+13 |
2001-07-18 | * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores. | Jan Hubicka | 1 | -0/+1 |
2001-07-16 | gcse.c: Update comment at top. | Daniel Berlin | 1 | -67/+3 |
2001-07-16 | hard-reg-set.h (regs_invalidated_by_call): Declare. | Richard Henderson | 1 | -46/+5 |
2001-07-16 | gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of gen_rtx_SET. | J"orn Rennecke | 1 | -2/+1 |
2001-07-11 | gcse.c, [...]: s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vecto... | Daniel Berlin | 1 | -45/+44 |
2001-06-27 | invoke.texi: Add description of max-gcse-passes param. | Daniel Berlin | 1 | -5/+2 |
2001-06-04 | rtlanal.c (operand_preference): Fix preference for objects. | Jan Hubicka | 1 | -9/+11 |
2001-05-18 | gcse.c (try_replace_reg): First try global replace, later try to simplify the... | Jan Hubicka | 1 | -58/+19 |
2001-05-11 | gcse.c (insert_insn_end_bb): Do not search for assignments to non-argumment r... | Jeffrey A Law | 1 | -0/+5 |
2001-05-02 | c-lex.c: NULL_PTR -> NULL. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-05-01 | bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | Kaveh R. Ghazi | 1 | -2/+2 |
2001-04-20 | gcse.c (gcse_main): Fix comment typo. | Jakub Jelinek | 1 | -3/+10 |
2001-04-15 | gcse.c (compute_ld_motion_mems): ASM outputs aren't moveable. | Alexandre Oliva | 1 | -2/+4 |
2001-04-11 | Makefile.in (gcse.o): Depend on params.h. | Mark Mitchell | 1 | -0/+14 |
2001-04-10 | gcse.c (update_ld_motion_stores): Don't use variable I for an insn. | Richard Kenner | 1 | -4/+4 |
2001-04-09 | gcse.c (oprs_unchanged_p): Pass basic_block to load_killed_in_block_p. | Andrew MacLeod | 1 | -129/+138 |
2001-04-09 | basic-block.h (set_new_block_for_insns): New Prototype. | Andrew MacLeod | 1 | -11/+8 |
2001-04-09 | alias.c (get_addr): Externalize. | Andrew MacLeod | 1 | -0/+1503 |
2001-04-04 | gcse.c (delete_null_pointer_checks_1): Add delete_list argument, push insns t... | Jakub Jelinek | 1 | -6/+21 |
2001-04-04 | rtl.h (set_noop_p): Declare. | John Wehle | 1 | -1/+1 |
2001-03-21 | gcse.c (hash_scan_set): An expression is not anticipatible if it is part of a... | Richard Kenner | 1 | -2/+3 |
2001-02-18 | Fix typo in last change | Richard Kenner | 1 | -1/+1 |
2001-02-18 | Makefile.in (gcse.o): Now includes ggc.h. | Richard Kenner | 1 | -12/+50 |
2001-02-16 | gcse.c (hash_scan_set): If cprop, see if REG_EQUAL or REG_EQUIV. | Richard Kenner | 1 | -156/+122 |
2001-02-13 | cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to conditionals. | Jan Hubicka | 1 | -2/+2 |
2001-01-01 | loop.c (add_label_notes): Increment the label usage count when a note is adde... | John David Anglin | 1 | -3/+6 |
2000-12-06 | gcse.c (compute_pre_data): Kill trapping expressions in destination blocks of... | Michael Matz | 1 | -0/+28 |
2000-11-21 | gcse.c (hoist_expr_reaches_here_p): Do not mark expr_bb as visited before vis... | Diego Novillo | 1 | -1/+0 |
2000-11-14 | Michael Matz <matzmich@cs.tu-berlin.de> | Michael Matz | 1 | -1/+1 |
2000-11-07 | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 1 | -8/+8 |
2000-10-24 | do not propagate constants into jump_insn's for machines with CC0, more than ... | Aldy Hernandez | 1 | -1/+7 |
2000-10-20 | gcse.c (set_hash_table_size): Now unsigned. | Richard Kenner | 1 | -1/+1 |
2000-10-13 | Remove obstacks. | Mark Mitchell | 1 | -5/+0 |
2000-09-22 | toplev.c (warn_disabled_optimization): Declare new warning flag. | Brad Lucier | 1 | -1/+6 |
2000-09-05 | gcse.c (hash_string_1): Add prototype. | Alexandre Oliva | 1 | -0/+1 |
2000-09-02 | rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro. | Alexandre Oliva | 1 | -8/+69 |
2000-08-04 | alias.c (mark_constant_function): Use INSN_P. | Rodney Brown | 1 | -10/+10 |
2000-07-30 | gcse.c (try_replace_reg): Use validate_replace_rtx_subexp instead of replace_... | Jan Hubicka | 1 | -1/+3 |
2000-07-28 | cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY. | Richard Henderson | 1 | -0/+2 |
2000-07-28 | dwarf2out.c: Indent #error directive. | Kaveh R. Ghazi | 1 | -2/+2 |
2000-07-27 | Put phi nodes after NOTE_INSN_BASIC_BLOCK. | Mark Mitchell | 1 | -2/+1 |
2000-07-24 | gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not needed by our gcse ... | Jeffrey A Law | 1 | -5/+1 |
2000-07-24 | gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'. | Jeffrey A Law | 1 | -16/+0 |
2000-07-24 | gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here. | Jeffrey A Law | 1 | -5/+8 |
2000-07-24 | gcse.c (alloc_pre_mem, [...]): Delete unused bitmap 'temp_bitmap'. | Jeffrey A Law | 1 | -10/+1 |
2000-07-20 | gcse.c (record_one_set): Prepend instead of append onto reg_set_table, making... | Michael Matz | 1 | -15/+2 |