aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-27c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata1-1/+1
2004-02-24rtlanal.c (replace_label): Fix replacing labels in constant pool.Josef Zlomek1-7/+4
2004-02-18rtlanal.c (rtx_varies_p): Return 0 for NULL_RTXPaul Brook1-1/+5
2004-02-17c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-02-17Index: ChangeLogGeoffrey Keating1-12/+25
2004-02-05reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs with inner_re...David Edelsohn1-2/+2
2004-02-02rtlanal.c (refers_to_regno_p): Test regno, not inner_regno, against FIRST_PSE...David Edelsohn1-1/+1
2004-02-02rtlanal.c (reg_overlap_mentioned_p): Don't test CONSTANT_P (x).Paolo Bonzini1-12/+19
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-15/+16
2004-01-22rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.Roger Sayle1-14/+25
2004-01-19re PR rtl-optimization/5263 (a & b & ~a & ~b not optimized)Roger Sayle1-1/+6
2004-01-12re PR rtl-optimization/12826 (Optimizer removes reference through volatile po...Jan Hubicka1-0/+28
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-2/+2
2003-10-18rtl.h (rtl_size): Declare.Richard Sandiford1-1/+1
2003-08-24* rtlanal.c (may_trap_p): Simplify an integer comparison.Kazu Hirata1-3/+1
2003-08-22cfgcleanup.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-21cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.Josef Zlomek1-15/+14
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-230/+95
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-2/+2
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-27rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN are known to be n...Kazu Hirata1-2/+0
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-1/+1
2003-06-23ChangeLog.1: Fix a typo.Kazu Hirata1-1/+1
2003-06-12re PR middle-end/10557 ([m68k] ICE in subreg_offset_representable_p)Richard Henderson1-8/+2
2003-05-20* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai1-1/+0
2003-04-22re PR middle-end/8866 (Bug in switch statement code generation -- missing label)Richard Henderson1-0/+2
2003-04-19rtlanal.c (subreg_offset_representable_p): Fix call of subreg_lowpart.Jan Hubicka1-5/+8
2003-04-18rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT and SIGN_EXTRACT.Roger Sayle1-1/+3
2003-04-17emit-rtl.c (subreg_hard_regno): Check that register is representable.Jan Hubicka1-0/+71
2003-03-30cfgbuild.c (make_edges): Use tablejump_p.Richard Henderson1-7/+1
2003-03-15rtl.h (subrtx_p): Renamed to rtx_referenced_p.Josef Zlomek1-24/+71
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle1-1/+1
2003-03-14cselib.c (clear_table): Do not take argument; always clear just used slots.Jan Hubicka1-13/+16
2003-03-10cfgcleanup.c (outgoing_edges_match): Compare the jump tables.Josef Zlomek1-0/+85
2003-02-11Fix double applied patch.Richard Henderson1-6/+0
2003-02-11re PR rtl-optimization/9651 ([Alpha] FPE with NAN in spite of isnan protection)Falk Hueffner1-0/+12
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-09re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)Eric Botcazou1-3/+3
2003-01-08i386.md (adddi3_carry_rex64, [...]): Name pattern.Jan Hubicka1-8/+19
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-2/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-10/+98
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-4/+4
2002-09-07* rtlanal.c (dead_or_set_regno_p): Fix typo.Graham Stott1-1/+1
2002-07-28Makefile.in: rtlanal.o now depends upon real.h.Roger Sayle1-3/+16
2002-07-24* rtlanal.c (keep_with_call_p): Avoid overflow in fixed_regs.Jan Hubicka1-0/+1
2002-07-22rtlanal.c (subreg_regno_offset): Return correct offset for big endian paradox...J"orn Rennecke1-0/+10
2002-06-02* rtlanal.c (volatile_refs_p): Not automatically true for CALL.Richard Henderson1-2/+0
2002-05-27basic-block.h (can_hoist_p, [...]): new.Jan Hubicka1-0/+266
2002-05-09read-rtl.c: Fix formatting.Kazu Hirata1-44/+44