| Commit message (Expand) | Author | Age | Files | Lines |
* | dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 2004-09-08 | 1 | -61/+35 |
* | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 2004-07-09 | 1 | -5/+5 |
* | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 2004-07-01 | 1 | -1/+1 |
* | c-typeck.c, [...]: Fix comment typos. | Kazu Hirata | 2004-06-26 | 1 | -1/+1 |
* | df.c (df_reg_clobber_gen): Removed. | Zdenek Dvorak | 2004-06-15 | 1 | -32/+47 |
* | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 2004-06-15 | 1 | -4/+4 |
* | Makefile.in (df.o): Remove fibheap dependency. | Zdenek Dvorak | 2004-06-10 | 1 | -494/+667 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-05-30 | 1 | -1/+1 |
* | ddg.h, [...]: New files. | Ayal Zaks | 2004-05-25 | 1 | -6/+55 |
* | df.c, [...]: Replace df_analyse with df_analyze. | Kazu Hirata | 2004-02-24 | 1 | -13/+13 |
* | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 2004-02-02 | 1 | -1/+1 |
* | alias.c, [...]: Update copyright. | Kazu Hirata | 2004-01-21 | 1 | -1/+2 |
* | alias.c: Fix comment typos. | Kazu Hirata | 2004-01-06 | 1 | -1/+1 |
* | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 2003-12-11 | 1 | -18/+18 |
* | df.c (df_uses_record): The argument of a MEM is read-only, never read-write. | Geoffrey Keating | 2003-12-03 | 1 | -7/+3 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -4/+2 |
* | basic-block.h: Fix comment typos. | Kazu Hirata | 2003-07-01 | 1 | -1/+1 |
* | cse.c: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-06-29 | 1 | -540/+235 |
* | alloc-pool.c: Fix comment formatting. | Kazu Hirata | 2003-06-29 | 1 | -1/+1 |
* | ChangeLog: Follow spelling conventions. | Kazu Hirata | 2003-06-12 | 1 | -2/+2 |
* | Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h. | Daniel Berlin | 2003-04-05 | 1 | -8/+11 |
* | Somehow the indentation got screwed when i patched the commit tree on a PC wi... | Daniel Berlin | 2003-03-20 | 1 | -3/+3 |
* | 2003-03-20 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 2003-03-20 | 1 | -5/+29 |
* | df.c (read_modify_subreg_p): Change from static to global. | Hartmut Penner | 2003-03-11 | 1 | -2/+1 |
* | df.h (enum df_ref_flags.DF_REF_STRIPPED): New. | Michael Matz | 2003-03-07 | 1 | -24/+12 |
* | loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain. | Jan Hubicka | 2003-01-31 | 1 | -4/+4 |
* | * df.c: Remove prototype of unused function df_regno_rtl_debug. | Andreas Jaeger | 2003-01-26 | 1 | -5/+4 |
* | df.h: Update comments, tidy formatting. | Michael Hayes | 2003-01-26 | 1 | -94/+103 |
* | * df.c (df_uses_record): Handle CC0. | Michael Hayes | 2003-01-26 | 1 | -2/+4 |
* | df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD, subreg is read/mod... | Jan Hubicka | 2003-01-25 | 1 | -1/+1 |
* | ChangeLog: Follow spelling conventions. | Kazu Hirata | 2002-12-19 | 1 | -3/+3 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -2/+2 |
* | * df.c: Fix formatting. | Kazu Hirata | 2002-11-18 | 1 | -72/+74 |
* | dbxout.c: Follow spelling conventions. | Kazu Hirata | 2002-09-22 | 1 | -6/+6 |
* | ChangeLog: Follow spelling conventions. | Kazu Hirata | 2002-09-14 | 1 | -3/+3 |
* | df.c (df_insn_table_realloc): Change parameter to unsigned. | Kaveh R. Ghazi | 2002-08-02 | 1 | -2/+2 |
* | genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove. | Neil Booth | 2002-07-23 | 1 | -14/+0 |
* | defaults.h (obstack_chunk_alloc, [...]): Default definition. | Neil Booth | 2002-07-23 | 1 | -3/+0 |
* | Add a new register allocator. | Michael Matz | 2002-07-16 | 1 | -17/+71 |
* | emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx. | Jeff Law | 2002-06-07 | 1 | -5/+3 |
* | basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks. | Zdenek Dvorak | 2002-05-27 | 1 | -25/+23 |
* | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 2002-05-23 | 1 | -57/+50 |
* | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 2002-05-16 | 1 | -119/+125 |
* | Basic block renumbering removal. | Zdenek Dvorak | 2002-05-16 | 1 | -125/+119 |
* | dbxout.c: Fix formatting. | Kazu Hirata | 2002-05-11 | 1 | -57/+57 |
* | re PR middle-end/6102 (sparc-sun-solaris2.7 gcc-3.1 RTL checking failure on g... | Jakub Jelinek | 2002-04-03 | 1 | -1/+1 |
* | * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE. | Graham Stott | 2002-02-27 | 1 | -1/+1 |
* | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 2002-02-19 | 1 | -0/+1 |
* | df.c (df_ref_create, [...]): Kill BB argument. | Jan Hubicka | 2002-01-25 | 1 | -16/+12 |
* | bitmap.h: Fix comment formatting. | Kazu Hirata | 2002-01-18 | 1 | -2/+2 |