summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
Commit message (Expand)AuthorAgeFilesLines
* rtl.h (rtl_size): Declare.Richard Sandiford2003-10-181-1/+1
* * rtlanal.c (may_trap_p): Simplify an integer comparison.Kazu Hirata2003-08-241-3/+1
* cfgcleanup.c: Fix comment typos.Kazu Hirata2003-08-221-1/+1
* cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.Josef Zlomek2003-07-211-15/+14
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-230/+95
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-2/+2
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-1/+1
* rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN are known to be n...Kazu Hirata2003-06-271-2/+0
* rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell2003-06-271-1/+1
* ChangeLog.1: Fix a typo.Kazu Hirata2003-06-231-1/+1
* re PR middle-end/10557 ([m68k] ICE in subreg_offset_representable_p)Richard Henderson2003-06-121-8/+2
* * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai2003-05-201-1/+0
* re PR middle-end/8866 (Bug in switch statement code generation -- missing label)Richard Henderson2003-04-221-0/+2
* rtlanal.c (subreg_offset_representable_p): Fix call of subreg_lowpart.Jan Hubicka2003-04-191-5/+8
* rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT and SIGN_EXTRACT.Roger Sayle2003-04-181-1/+3
* emit-rtl.c (subreg_hard_regno): Check that register is representable.Jan Hubicka2003-04-171-0/+71
* cfgbuild.c (make_edges): Use tablejump_p.Richard Henderson2003-03-301-7/+1
* rtl.h (subrtx_p): Renamed to rtx_referenced_p.Josef Zlomek2003-03-151-24/+71
* c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle2003-03-151-1/+1
* cselib.c (clear_table): Do not take argument; always clear just used slots.Jan Hubicka2003-03-141-13/+16
* cfgcleanup.c (outgoing_edges_match): Compare the jump tables.Josef Zlomek2003-03-101-0/+85
* Fix double applied patch.Richard Henderson2003-02-111-6/+0
* re PR rtl-optimization/9651 ([Alpha] FPE with NAN in spite of isnan protection)Falk Hueffner2003-02-111-0/+12
* ifcvt.c: Fix comment typos.Kazu Hirata2003-01-171-1/+1
* 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