Age | Commit message (Expand) | Author | Files | Lines |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -5/+5 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -11/+11 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -12/+12 |
2004-06-02 | Makefile.in (EXPR_H): Add insn-config.h... | Jerry Quinn | 1 | -1/+1 |
2004-04-22 | cselib.h (struct elt_loc_list): Remove canon_loc field. | Jakub Jelinek | 1 | -4/+0 |
2004-03-04 | cfgcleanup.c (thread_jump): Update call of cselib_init. | Jan Hubicka | 1 | -4/+10 |
2004-03-04 | Undo accidentally commited garbage. | Jan Hubicka | 1 | -17/+4 |
2004-03-04 | cselib.c (cselib_finish): Fix another miss-application of my previous patch. | Jan Hubicka | 1 | -5/+17 |
2004-03-04 | cselib.c (cselib_finish): Fix miss-application of my previous patch. | Jan Hubicka | 1 | -2/+1 |
2004-03-03 | re PR rtl-optimization/13862 (ICE while optimizing asm) | Richard Henderson | 1 | -0/+23 |
2004-03-03 | cselib.c (hash_table): Remove GTY marker. | Jan Hubicka | 1 | -39/+28 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -4/+4 |
2004-01-26 | cselib.c (discard_useless_values): Clear out value pointer pointing to datast... | Jan Hubicka | 1 | -0/+1 |
2004-01-24 | * cselib.c (remove_useless_values): Do not access discarded values. | Jan Hubicka | 1 | -1/+2 |
2004-01-23 | basic-block.h (PROP_POSTRELOAD): New macro. | Jan Hubicka | 1 | -2/+10 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-20 | cselib.c: Include alloc-pool.h | Jan Hubicka | 1 | -33/+25 |
2004-01-12 | alias.c: Invlude varray.h | Jan Hubicka | 1 | -53/+19 |
2004-01-12 | Partial fox for PR opt/10776 II | Jan Hubicka | 1 | -1/+5 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -3/+3 |
2003-06-29 | cse.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -113/+64 |
2003-05-28 | cselib.c (cselib_invalidate_regno): Abort if hardreg have a VOIDmode. | Denis Chertykov | 1 | -2/+5 |
2003-04-17 | reload1.c (reload_cse_noop_set_p): Return false if mode of SET_DEST is not th... | Alexandre Oliva | 1 | -15/+71 |
2003-03-14 | cselib.c (clear_table): Do not take argument; always clear just used slots. | Jan Hubicka | 1 | -13/+6 |
2003-03-11 | cselib.c (cselib_invalidate_mem_1): Move too ... | Jan Hubicka | 1 | -50/+83 |
2003-01-07 | cselib.c (cselib_current_insn_in_libcall): New static variable. | Jan Hubicka | 1 | -0/+7 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-10-09 | conflict.c (arc_hash): Change return type to hashval_t. | Kaveh R. Ghazi | 1 | -2/+2 |
2002-09-20 | real.c (real_hash): New. | Richard Henderson | 1 | -2/+1 |
2002-09-12 | cselib.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -38/+37 |
2002-05-21 | cselib.c (max_value_regs): New. | David S. Miller | 1 | -3/+36 |
2002-02-19 | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 1 | -0/+18 |
2002-01-30 | cselib.c (cselib_record_sets): Use IF_THEN_ELSE result in cselib_lookup. | Jakub Jelinek | 1 | -1/+1 |
2001-11-03 | cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_ME... | Richard Kenner | 1 | -2/+0 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-12 | toplev.c (set_float_handler): Make static. | Zack Weinberg | 1 | -1/+0 |
2001-08-10 | calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de... | Zack Weinberg | 1 | -1/+1 |
2001-08-08 | Make cselib_subst_to_values global. | Bernd Schmidt | 1 | -3/+15 |
2001-08-08 | Make cselib COND_EXEC-safe | Bernd Schmidt | 1 | -0/+10 |
2001-08-07 | calls.c (expand_call): Do not emit INSN_SETJMP note. | Jan Hubicka | 1 | -2/+2 |
2001-08-07 | alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_P | Jan Hubicka | 1 | -1/+1 |
2001-08-01 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2001-07-09 | [multiple changes] | Richard Kenner | 1 | -5/+3 |
2001-03-28 | Make hash values more random | Bernd Schmidt | 1 | -13/+1 |
2001-03-15 | Fix hashing of REG/MEM values. | Bernd Schmidt | 1 | -2/+1 |
2001-03-09 | * cselib.c (hash_rtx): Ensure that hash isn't zero upon return. | Mike Stump | 1 | -1/+1 |
2001-03-02 | * cselib.c (hash_rtx): Cast enums to unsigned int. | John David Anglin | 1 | -5/+5 |
2001-02-12 | cselib.c: New file, from simplify-rtx.c. | Richard Kenner | 1 | -0/+1373 |