| Commit message (Expand) | Author | Age | Files | Lines |
* | gcse.c (add_label_notes): REG_LABEL is an INSN_LIST. | Andreas Jaeger | 2001-08-31 | 1 | -1/+1 |
* | gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL note shoul... | Andrew MacLeod | 2001-08-29 | 1 | -4/+6 |
* | gcse.c (reg_first_set, [...]): Replace with ... | Roman Zippel | 2001-08-27 | 1 | -37/+50 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | gcse.c (hash_scan_set): Expressions that are set as part of jump instructions... | Geoffrey Keating | 2001-08-13 | 1 | -2/+5 |
* | gcc.c: Fix comment formatting. | Kazu Hirata | 2001-08-12 | 1 | -7/+7 |
* | calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de... | Zack Weinberg | 2001-08-10 | 1 | -23/+20 |
* | alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_P | Jan Hubicka | 2001-08-07 | 1 | -4/+6 |
* | As requested by Daniel Berlin since bootstrapping on i686-linux-gnu fails: | Andreas Jaeger | 2001-08-04 | 1 | -312/+141 |
* | gcse.c: Include df.h for use as a dataflow analyzer. | Daniel Berlin | 2001-08-03 | 1 | -141/+312 |
* | jump.c: Add prototype for mark_modified_reg. | Andreas Jaeger | 2001-07-30 | 1 | -4/+0 |
* | rtlanal.c (parms_set, [...]): Break out from...; handle multiple sets. | Jan Hubicka | 2001-07-29 | 1 | -31/+1 |
* | * gcse.c (cprop_insn): Update call of cprop_cc0_jump. | Jan Hubicka | 2001-07-23 | 1 | -1/+1 |
* | basic-block.h (find_sub_basic_block): Declare. | Jan Hubicka | 2001-07-23 | 1 | -9/+13 |
* | * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores. | Jan Hubicka | 2001-07-18 | 1 | -0/+1 |
* | gcse.c: Update comment at top. | Daniel Berlin | 2001-07-16 | 1 | -67/+3 |
* | hard-reg-set.h (regs_invalidated_by_call): Declare. | Richard Henderson | 2001-07-16 | 1 | -46/+5 |
* | gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of gen_rtx_SET. | J"orn Rennecke | 2001-07-16 | 1 | -2/+1 |
* | gcse.c, [...]: s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vecto... | Daniel Berlin | 2001-07-11 | 1 | -45/+44 |
* | invoke.texi: Add description of max-gcse-passes param. | Daniel Berlin | 2001-06-27 | 1 | -5/+2 |
* | rtlanal.c (operand_preference): Fix preference for objects. | Jan Hubicka | 2001-06-04 | 1 | -9/+11 |
* | gcse.c (try_replace_reg): First try global replace, later try to simplify the... | Jan Hubicka | 2001-05-18 | 1 | -58/+19 |
* | gcse.c (insert_insn_end_bb): Do not search for assignments to non-argumment r... | Jeffrey A Law | 2001-05-11 | 1 | -0/+5 |
* | c-lex.c: NULL_PTR -> NULL. | Kaveh R. Ghazi | 2001-05-02 | 1 | -1/+1 |
* | bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | Kaveh R. Ghazi | 2001-05-01 | 1 | -2/+2 |
* | gcse.c (gcse_main): Fix comment typo. | Jakub Jelinek | 2001-04-20 | 1 | -3/+10 |
* | gcse.c (compute_ld_motion_mems): ASM outputs aren't moveable. | Alexandre Oliva | 2001-04-15 | 1 | -2/+4 |
* | Makefile.in (gcse.o): Depend on params.h. | Mark Mitchell | 2001-04-11 | 1 | -0/+14 |
* | gcse.c (update_ld_motion_stores): Don't use variable I for an insn. | Richard Kenner | 2001-04-10 | 1 | -4/+4 |
* | gcse.c (oprs_unchanged_p): Pass basic_block to load_killed_in_block_p. | Andrew MacLeod | 2001-04-09 | 1 | -129/+138 |
* | basic-block.h (set_new_block_for_insns): New Prototype. | Andrew MacLeod | 2001-04-09 | 1 | -11/+8 |
* | alias.c (get_addr): Externalize. | Andrew MacLeod | 2001-04-09 | 1 | -0/+1503 |
* | gcse.c (delete_null_pointer_checks_1): Add delete_list argument, push insns t... | Jakub Jelinek | 2001-04-04 | 1 | -6/+21 |
* | rtl.h (set_noop_p): Declare. | John Wehle | 2001-04-04 | 1 | -1/+1 |
* | gcse.c (hash_scan_set): An expression is not anticipatible if it is part of a... | Richard Kenner | 2001-03-21 | 1 | -2/+3 |
* | Fix typo in last change | Richard Kenner | 2001-02-18 | 1 | -1/+1 |
* | Makefile.in (gcse.o): Now includes ggc.h. | Richard Kenner | 2001-02-18 | 1 | -12/+50 |
* | gcse.c (hash_scan_set): If cprop, see if REG_EQUAL or REG_EQUIV. | Richard Kenner | 2001-02-16 | 1 | -156/+122 |
* | cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to conditionals. | Jan Hubicka | 2001-02-13 | 1 | -2/+2 |
* | loop.c (add_label_notes): Increment the label usage count when a note is adde... | John David Anglin | 2001-01-01 | 1 | -3/+6 |
* | gcse.c (compute_pre_data): Kill trapping expressions in destination blocks of... | Michael Matz | 2000-12-06 | 1 | -0/+28 |
* | gcse.c (hoist_expr_reaches_here_p): Do not mark expr_bb as visited before vis... | Diego Novillo | 2000-11-21 | 1 | -1/+0 |
* | Michael Matz <matzmich@cs.tu-berlin.de> | Michael Matz | 2000-11-14 | 1 | -1/+1 |
* | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 2000-11-07 | 1 | -8/+8 |
* | do not propagate constants into jump_insn's for machines with CC0, more than ... | Aldy Hernandez | 2000-10-24 | 1 | -1/+7 |
* | gcse.c (set_hash_table_size): Now unsigned. | Richard Kenner | 2000-10-20 | 1 | -1/+1 |
* | Remove obstacks. | Mark Mitchell | 2000-10-13 | 1 | -5/+0 |
* | toplev.c (warn_disabled_optimization): Declare new warning flag. | Brad Lucier | 2000-09-22 | 1 | -1/+6 |
* | gcse.c (hash_string_1): Add prototype. | Alexandre Oliva | 2000-09-05 | 1 | -0/+1 |
* | rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro. | Alexandre Oliva | 2000-09-02 | 1 | -8/+69 |