| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | df.c (iterate_dataflow_sbitmap, [...]): Add casts to remove warnings. | Richard Kenner | 2001-11-28 | 1 | -10/+8 |
* | df.c: Add prototypes for hybrid_search_bitmap and hybrid_search_sbitmap. | Daniel Berlin | 2001-11-25 | 1 | -160/+254 |
* | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 2001-11-23 | 1 | -4/+4 |
* | gcse.c (try_replace_reg): Copy RTX before creating note. | Jan Hubicka | 2001-11-19 | 1 | -125/+103 |
* | Makefile.in (df.o): Add fibheap.h to dependencies. | Daniel Berlin | 2001-11-07 | 1 | -274/+390 |
* | config.gcc: Revert part of earlier patch. | Eric Christopher | 2001-11-02 | 1 | -168/+169 |
* | lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ... | Jan Hubicka | 2001-10-30 | 1 | -0/+17 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -1/+1 |
* | basic-block.h (flow_delete_insn, [...]): Kill. | Jan Hubicka | 2001-09-21 | 1 | -5/+1 |
* | basic-block.h (free_bb_for_insn): Declare. | Jan Hubicka | 2001-09-16 | 1 | -7/+1 |
* | df.h (struct df): Add rts_order variable. | Daniel Berlin | 2001-08-28 | 1 | -6/+25 |
* | df.c (df_uses_record): Return after recording all uses in ASM_OPERANDS. | Denis Chertykov | 2001-08-26 | 1 | -0/+1 |
* | df.c (df_insn_modify): Realloc the INSN table here, if necessary, here, too. | Daniel Berlin | 2001-08-26 | 1 | -0/+3 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | dbxout.c: Fix comment formatting. | Kazu Hirata | 2001-08-08 | 1 | -2/+2 |
* | alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_P | Jan Hubicka | 2001-08-07 | 1 | -1/+1 |
* | df.c (df_rd_global_compute): Add successors to worklist, not current item. | Daniel Berlin | 2001-07-29 | 1 | -2/+2 |
* | hard-reg-set.h (regs_invalidated_by_call): Declare. | Richard Henderson | 2001-07-16 | 1 | -7/+2 |
* | ssa-ccp.c (first_phi_node): Remove. | Jeffrey A Law | 2001-07-10 | 1 | -2/+2 |