summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (rtlanal.o): Depend on $(TM_P_H).Kaveh R. Ghazi2001-10-191-0/+1
* rtlanal.c (noop_move_p): Insns with a REG_RETVAL note should not be considere...John Wehle2001-10-111-0/+5
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-56/+56
* Add missing semicolonNick Clifton2001-09-141-1/+1
* loop.c (record_giv): Avoid simplifying MULT to ASHIFT.Richard Henderson2001-09-071-4/+4
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-2/+2
* rtlanal.c (find_first_parameter_load): Call note_stores only on the instructi...Jan Hubicka2001-08-071-1/+2
* rtlanal.c (find_first_parameter_load): Stop if we reach a CODE_LABEL at BOUND...Richard Henderson2001-08-031-3/+7
* rtlanal.c (parms_set, [...]): Break out from...; handle multiple sets.Jan Hubicka2001-07-291-0/+74
* Suggested by Richard Henderson and Richard Kenner:Jan Hubicka2001-07-291-0/+3
* basic-block.h (find_sub_basic_block): Declare.Jan Hubicka2001-07-231-0/+39
* rtlanal.c (set_noop_p): Return true for noop jumps.Jan Hubicka2001-07-201-0/+3
* Trivial whitespace changesRichard Kenner2001-07-011-2/+2
* rtlanal.c (rtx_unsable_p): ADDRESSOF is stable.Jan Hubicka2001-06-041-0/+3
* rtlanal.c (operand_preference): Fix preference for objects.Jan Hubicka2001-06-041-6/+7
* simplify_rtx.c (simplify_subreg): Keep subregs on return values...Jan Hubicka2001-06-041-34/+3
* integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.Jan Hubicka2001-05-171-0/+47
* rtl.h (SYMBOL_REF_WEAK): New macro.Franz Sirl2001-05-131-4/+2
* c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-021-1/+1
* rtl.h (set_noop_p): Declare.John Wehle2001-04-041-0/+36
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-4/+80
* rtlanal.c (rtx_addr_can_trap_p): Virtual registers cannot trap.Richard Henderson2001-03-271-5/+19
* rtlanal.c (rtx_varies_p): Check operand 0 of a LO_SUM unless for_alias is set.John Wehle2001-03-081-2/+4
* ifcvt.c (struct noce_if_info): Add test_bb.Richard Henderson2001-02-251-0/+5
* Makefile.in (rtlanal.o): Depend on hard-reg-set.h.Jeffrey A Law2001-02-181-3/+9
* recog.c (validate_replace_src_1): New.Richard Kenner2001-02-171-2/+84
* rtlanal.c (find_reg_equal_equiv_note): New function.Richard Kenner2001-02-131-0/+17
* * rtlanal.c (remove_node_from_expr_list): Correctly update PREV.Richard Kenner2001-02-081-4/+5
* rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.Richard Kenner2001-01-191-25/+17
* tweak commentsJason Merrill2001-01-191-1/+1
* flow.c (mark_set_1, [...]): Now case; rework to allow entry to be EXPR_LIST.Richard Kenner2001-01-181-50/+34
* rtlanal.c (computed_jump_p_1): Rename from jmp_uses_reg_or_mem; update all ca...Richard Henderson2001-01-141-15/+15
* rtlanal.c (set_of_1): New static function.Jan Hubicka2001-01-071-84/+47
* reload.c (subst_reloads): Take INSN argument.Alexandre Oliva2001-01-071-2/+4
* Extra arg for rtx_varies_pBernd Schmidt2001-01-011-18/+26
* resource.c (mark_set_resources): Use MARK_SRC_DEST for PRE_MODIFY and POST_MO...Michael Hayes2000-12-211-0/+2
* ia64 specific scheduling bitsBernd Schmidt2000-12-211-3/+2
* Fix for ia64-linux glibc miscompilation of nan tests.Jim Wilson2000-12-121-1/+9
* rtlanal.c (rtx_unstable_p, [...]): Don't consider pic register stable if PIC_...Richard Henderson2000-10-241-5/+22
* rtlanal.c (may_trap_p): Check operand modes of COMPARE.Jakub Jelinek2000-10-161-0/+11
* rtlanal.c (single_set_1): Do not require USE and CLOBBERs to come last.Jan Hubicka2000-10-031-84/+38
* rs6000.md (movsi_to_cr): Remove the USE.Geoff Keating2000-10-011-25/+33
* recog.c (recog_memoized): Rename to recog_memoized_1.Jan Hubicka2000-09-291-27/+72
* rtlanal.c (rtx_varies_p): Volatile asms vary.John Wehle2000-09-161-11/+33
* rtlanal.c (rtx_unstable_p): The pic register is stable (within one function) ...John Wehle2000-08-231-7/+12
* rtlanal.c (rtx_unstable_p): Use CONSTANT_P.John Wehle2000-08-171-5/+25
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-11/+10
* cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.Richard Henderson2000-07-281-0/+63
* collect2.c (main): Typo fixed.Jeffrey Oldham2000-07-221-8/+8