summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
Commit message (Expand)AuthorAgeFilesLines
* re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)Eric Botcazou2003-01-091-3/+3
* i386.md (adddi3_carry_rex64, [...]): Name pattern.Jan Hubicka2003-01-081-8/+19
* regmove.c: Fix comment typos.Kazu Hirata2002-12-241-2/+2
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-10/+98
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-4/+4
* * rtlanal.c (dead_or_set_regno_p): Fix typo.Graham Stott2002-09-071-1/+1
* Makefile.in: rtlanal.o now depends upon real.h.Roger Sayle2002-07-281-3/+16
* * rtlanal.c (keep_with_call_p): Avoid overflow in fixed_regs.Jan Hubicka2002-07-241-0/+1
* rtlanal.c (subreg_regno_offset): Return correct offset for big endian paradox...J"orn Rennecke2002-07-221-0/+10
* * rtlanal.c (volatile_refs_p): Not automatically true for CALL.Richard Henderson2002-06-021-2/+0
* basic-block.h (can_hoist_p, [...]): new.Jan Hubicka2002-05-271-0/+266
* read-rtl.c: Fix formatting.Kazu Hirata2002-05-091-44/+44
* rtlanal.c (note_stores): Don't present PARALLEL SET_DESTs as being CLOBBERed.David S. Miller2002-04-151-7/+2
* re PR rtl-optimization/6233 (simple loop miscompilation)Alan Modra2002-04-101-0/+25
* rtlanal.c: Include flags.hJan Hubicka2002-03-281-2/+7
* alias.c: (nonlocal_mentioned_p): Use for_each_rtx.John Wehle2002-03-211-0/+77
* rtlanal.c: Include recog.h.Richard Henderson2002-03-111-6/+6
* cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka2002-03-061-0/+35
* rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of SUBREG or ZERO...Alexandre Oliva2002-02-211-0/+34
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-1/+15
* rtlanal.c (subreg_regno_offset): Do not use SUBREG_REGNO_OFFSET.Kazu Hirata2002-01-311-12/+2
* bitmap.h: Fix comment formatting.Kazu Hirata2002-01-181-1/+1
* read-rtl.c: Fix formatting.Kazu Hirata2002-01-151-2/+2
* rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST to extract items in...Kazu Hirata2002-01-101-2/+2
* rtl.h (in_expr_list_p): New declaration.Richard Kenner2001-12-241-0/+18
* rtl.h (subreg_lsb): Declare.John Wehle2001-12-221-0/+43
* * rtlanal.c (get_jump_table_offset): Delete unused variable.Kaveh R. Ghazi2001-12-081-1/+0
* rtl.h (get_jump_table_offset): Declare.John Wehle2001-12-071-0/+141
* rtl.def (PREFETCH): New rtx code.Janis Johnson2001-12-041-0/+7
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-2/+2
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-2/+2
* 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