Age | Commit message (Expand) | Author | Files | Lines |
2004-11-25 | bt-load.c (migrate_btr_defs): Remove unneeded NULL check. | Nathan Sidwell | 1 | -4/+2 |
2004-11-23 | df.c (dataflow_set_a_op_b): Remove reslt parameter, since it's always the sam... | Daniel Berlin | 1 | -6/+9 |
2004-11-04 | bitmap.h (bitmap_a_or_b, [...]): Remove. | Nathan Sidwell | 1 | -2/+2 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -1/+1 |
2004-11-02 | bitmap.h (bitmap_and, [...]): Produce void. | Nathan Sidwell | 1 | -3/+3 |
2004-10-29 | bitmap.h (bitmap_empty_p): New. | Nathan Sidwell | 1 | -2/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -9/+10 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -8/+15 |
2004-09-08 | dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -61/+35 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -5/+5 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -1/+1 |
2004-06-26 | c-typeck.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-06-15 | df.c (df_reg_clobber_gen): Removed. | Zdenek Dvorak | 1 | -32/+47 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -4/+4 |
2004-06-10 | Makefile.in (df.o): Remove fibheap dependency. | Zdenek Dvorak | 1 | -494/+667 |
2004-05-30 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-05-25 | ddg.h, [...]: New files. | Ayal Zaks | 1 | -6/+55 |
2004-02-24 | df.c, [...]: Replace df_analyse with df_analyze. | Kazu Hirata | 1 | -13/+13 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -1/+1 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2004-01-06 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -18/+18 |
2003-12-03 | df.c (df_uses_record): The argument of a MEM is read-only, never read-write. | Geoffrey Keating | 1 | -7/+3 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -4/+2 |
2003-07-01 | basic-block.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-06-29 | cse.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -540/+235 |
2003-06-29 | alloc-pool.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-06-12 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2003-04-05 | Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h. | Daniel Berlin | 1 | -8/+11 |
2003-03-20 | Somehow the indentation got screwed when i patched the commit tree on a PC wi... | Daniel Berlin | 1 | -3/+3 |
2003-03-20 | 2003-03-20 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -5/+29 |
2003-03-11 | df.c (read_modify_subreg_p): Change from static to global. | Hartmut Penner | 1 | -2/+1 |
2003-03-07 | df.h (enum df_ref_flags.DF_REF_STRIPPED): New. | Michael Matz | 1 | -24/+12 |
2003-01-31 | loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain. | Jan Hubicka | 1 | -4/+4 |
2003-01-26 | * df.c: Remove prototype of unused function df_regno_rtl_debug. | Andreas Jaeger | 1 | -5/+4 |
2003-01-26 | df.h: Update comments, tidy formatting. | Michael Hayes | 1 | -94/+103 |
2003-01-26 | * df.c (df_uses_record): Handle CC0. | Michael Hayes | 1 | -2/+4 |
2003-01-25 | df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD, subreg is read/mod... | Jan Hubicka | 1 | -1/+1 |
2002-12-19 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -3/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -2/+2 |
2002-11-18 | * df.c: Fix formatting. | Kazu Hirata | 1 | -72/+74 |
2002-09-22 | dbxout.c: Follow spelling conventions. | Kazu Hirata | 1 | -6/+6 |
2002-09-14 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -3/+3 |
2002-08-02 | df.c (df_insn_table_realloc): Change parameter to unsigned. | Kaveh R. Ghazi | 1 | -2/+2 |
2002-07-23 | genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove. | Neil Booth | 1 | -14/+0 |
2002-07-23 | defaults.h (obstack_chunk_alloc, [...]): Default definition. | Neil Booth | 1 | -3/+0 |
2002-07-16 | Add a new register allocator. | Michael Matz | 1 | -17/+71 |
2002-06-07 | emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx. | Jeff Law | 1 | -5/+3 |
2002-05-27 | basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks. | Zdenek Dvorak | 1 | -25/+23 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -57/+50 |