Age | Commit message (Expand) | Author | Files | Lines |
2005-05-09 | calls.c (purge_reg_equiv_notes): Remove, fold into... | Steven Bosscher | 1 | -1/+1 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -2/+2 |
2005-04-10 | cselib.c (clear_table): Rename to cselib_clear_table. | Steven Bosscher | 1 | -89/+100 |
2005-04-01 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -5/+6 |
2005-03-04 | * gcse.c (bypass_block): Use find_edge wherever possible. | Kazu Hirata | 1 | -20/+6 |
2005-02-24 | ChangeLog.5: Fix log message typo(s). | Volker Reichelt | 1 | -2/+2 |
2005-02-21 | * gcse.c: Remove an obsolete comment. | Kazu Hirata | 1 | -13/+2 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -6/+6 |
2005-02-15 | gcse.c (blocks_with_calls): New bitmap. | Jeff Law | 1 | -31/+49 |
2005-02-15 | gcse.c (canon_modify_mem_set_list_set): Kill unnecessary bitmap. | Jeff Law | 1 | -12/+2 |
2005-02-02 | gcse.c (struct reg_set): Store the block index where the register was set rat... | Jeff Law | 1 | -25/+5 |
2005-01-29 | gcse.c (insert_expr_in_table): Revamp handling of available and anticipatable... | Jeff Law | 1 | -59/+23 |
2005-01-23 | * gcse.c (null_pointer_info): Remove. | Kazu Hirata | 1 | -14/+0 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-05 | combine.c (expand_compound_operation): Add comment that we fall through after... | Steven Bosscher | 1 | -7/+2 |
2004-12-04 | * gcse.c (gcse_main): Add a comment. | Kazu Hirata | 1 | -1/+2 |
2004-11-28 | gcse.c (insert_store): Error if try to insert store on abnormal edge. | Richard Kenner | 1 | -8/+23 |
2004-11-23 | function.h (struct function): Remove calls_longjmp. | Zack Weinberg | 1 | -36/+4 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -1/+1 |
2004-10-30 | re PR rtl-optimization/17581 (Long long arithmetic fails inside a switch/case... | Roger Sayle | 1 | -2/+3 |
2004-10-13 | basic-block.h (edge_iterator): Keep the address of VEC(edge) *. | Ben Elliston | 1 | -2/+2 |
2004-09-30 | re PR debug/13974 (bad line marker in debug info) | Jan Hubicka | 1 | -4/+4 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -30/+66 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -5/+9 |
2004-09-18 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2004-09-15 | re PR rtl-optimization/17427 (powerpc-linux does not bootstrap on HEAD with -... | Andrew Pinski | 1 | -1/+2 |
2004-09-09 | gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -43/+42 |
2004-09-01 | re PR rtl-optimization/16408 (internal compiler error: in delete_insn, at cfg... | Zdenek Dvorak | 1 | -1/+21 |
2004-08-31 | revert: re PR rtl-optimization/16590 (Incorrect execution when compiling with... | Mark Mitchell | 1 | -3/+1 |
2004-08-29 | re PR rtl-optimization/16590 (Incorrect execution when compiling with -O2) | Mark Mitchell | 1 | -1/+3 |
2004-08-18 | Makefile.in (OBJS-common): Add postreload-gcse.c. | Steven Bosscher | 1 | -1018/+10 |
2004-08-09 | timevar.def (TV_CPROP1, [...]): New timers. | Steven Bosscher | 1 | -17/+37 |
2004-07-27 | expr.h (canonicalize_condition, [...]): Add an int argument. | Richard Sandiford | 1 | -46/+1 |
2004-07-16 | basic-block.h (remove_fake_exit_edges): Declare. | Richard Henderson | 1 | -2/+2 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -5/+5 |
2004-06-14 | gcse.c (hash_scan_set, [...]): Revert previous change, don't use CALL_P. | Steven Bosscher | 1 | -6/+6 |
2004-06-12 | gcse.c (record_set_info): Use predicates like REG_P. | Steven Bosscher | 1 | -94/+91 |
2004-05-14 | passes.c (rest_of_handle_null_pointer): Remove. | Steven Bosscher | 1 | -1141/+8 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -9/+5 |
2004-05-10 | gcse.c (eliminate_partially_redundant_loads): Instead of returning early, got... | Andrew Pinski | 1 | -3/+19 |
2004-04-30 | gcse.c (remove_reachable_equiv_notes): Delete notes also in blocks which have... | Josef Zlomek | 1 | -2/+1 |
2004-04-28 | gcse.c (find_moveable_store): Do not accept store insns with REG_EH_REGION note. | Ulrich Weigand | 1 | -0/+5 |
2004-03-23 | gcse.c (can_assign_to_reg_p): New function, split out from... | Richard Sandiford | 1 | -6/+16 |
2004-03-22 | bt-load.c, [...]: Remove unnecessary casts. | Kazu Hirata | 1 | -4/+3 |
2004-03-18 | gcse.c (eliminate_partially_redundant_loads): Reject change if dest is set be... | Mostafa Hagog | 1 | -3/+5 |
2004-03-04 | cfgcleanup.c (thread_jump): Update call of cselib_init. | Jan Hubicka | 1 | -1/+1 |
2004-03-03 | common.opt: Add description of the new -fgcse-after-reload flag. | Mostafa Hagog | 1 | -0/+638 |
2004-02-26 | gcse.c (delete_null_pointer_checks_1): Do not delete CC setter unless HAVE_cc0. | Alan Modra | 1 | -0/+2 |
2004-02-24 | gcse.c (delete_null_pointer_checks_1): Set stop_insn to end, not beginning of... | Alan Modra | 1 | -1/+1 |