| Commit message (Expand) | Author | Age | Files | Lines |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -4/+2 |
* | * basic-block.h: Fix comment typos. | kazu | 2003-07-01 | 1 | -1/+1 |
* | * cse.c: Convert prototypes to ISO C90. | aj | 2003-06-29 | 1 | -540/+235 |
* | * alloc-pool.c: Fix comment formatting. | kazu | 2003-06-29 | 1 | -1/+1 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2003-06-12 | 1 | -2/+2 |
* | 2003-04-05 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2003-04-05 | 1 | -8/+11 |
* | Somehow the indentation got screwed when i patched the commit tree on a PC wi... | dberlin | 2003-03-20 | 1 | -3/+3 |
* | 2003-03-20 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2003-03-20 | 1 | -5/+29 |
* | * df.c (read_modify_subreg_p): Change from static to global. | hpenner | 2003-03-11 | 1 | -2/+1 |
* | * df.h (enum df_ref_flags.DF_REF_STRIPPED): New. | matz | 2003-03-07 | 1 | -24/+12 |
* | * loop.c (emit_prefetch_instructions): Do conversion at right place in | hubicka | 2003-01-31 | 1 | -4/+4 |
* | * df.c: Remove prototype of unused function df_regno_rtl_debug. | aj | 2003-01-26 | 1 | -5/+4 |
* | * df.h: Update comments, tidy formatting. | m.hayes | 2003-01-26 | 1 | -94/+103 |
* | * df.c (df_uses_record): Handle CC0. | m.hayes | 2003-01-26 | 1 | -2/+4 |
* | * df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD, | hubicka | 2003-01-25 | 1 | -1/+1 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-12-19 | 1 | -3/+3 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -2/+2 |
* | * df.c: Fix formatting. | kazu | 2002-11-18 | 1 | -72/+74 |
* | * dbxout.c: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -6/+6 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-14 | 1 | -3/+3 |
* | * df.c (df_insn_table_realloc): Change parameter to unsigned. | ghazi | 2002-08-02 | 1 | -2/+2 |
* | * genautomata.c (VLA_HWINT_SHORTEN, VLA_HWINT_LAST): Remove. | neil | 2002-07-23 | 1 | -14/+0 |
* | * defaults.h (obstack_chunk_alloc, obstack_chunk_free): | neil | 2002-07-23 | 1 | -3/+0 |
* | Add a new register allocator. | matz | 2002-07-16 | 1 | -17/+71 |
* | * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx. | law | 2002-06-08 | 1 | -5/+3 |
* | * basic-block.h (last_basic_block): Defined as synonym for | rakdver | 2002-05-27 | 1 | -25/+23 |
* | * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): | rakdver | 2002-05-23 | 1 | -57/+50 |
* | Revert "Basic block renumbering removal", and two followup patches. | rth | 2002-05-17 | 1 | -119/+125 |
* | Basic block renumbering removal. | rth | 2002-05-16 | 1 | -125/+119 |
* | * dbxout.c: Fix formatting. | kazu | 2002-05-11 | 1 | -57/+57 |
* | PR middle-end/6102 | jakub | 2002-04-03 | 1 | -1/+1 |
* | * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE. | grahams | 2002-02-27 | 1 | -1/+1 |
* | 2002-02-19 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-02-19 | 1 | -0/+1 |
* | * df.c (df_ref_create, df_ref_record_1, df_ref_record): Kill BB argument. | hubicka | 2002-01-25 | 1 | -16/+12 |
* | * bitmap.h: Fix comment formatting. | kazu | 2002-01-18 | 1 | -2/+2 |
* | * df.c (iterate_dataflow_sbitmap, iterate_dataflow_bitmap): | kenner | 2001-11-28 | 1 | -10/+8 |
* | 2001-11-25 Daniel Berlin <dan@cgsoftware.com> | dberlin | 2001-11-25 | 1 | -160/+254 |
* | * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog, | jsm28 | 2001-11-23 | 1 | -4/+4 |
* | * gcse.c (try_replace_reg): Copy RTX before creating note. | hubicka | 2001-11-19 | 1 | -125/+103 |
* | 2001-11-07 Daniel Berlin <dan@cgsoftware.com> | dberlin | 2001-11-07 | 1 | -274/+390 |
* | 2001-11-01 Eric Christopher <echristo@redhat.com> | echristo | 2001-11-02 | 1 | -168/+169 |
* | * lcm.c (optimize_mode_switching): Do not rebuild liveness information | hubicka | 2001-10-30 | 1 | -0/+17 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -1/+1 |
* | * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill. | hubicka | 2001-09-21 | 1 | -5/+1 |
* | * basic-block.h (free_bb_for_insn): Declare. | hubicka | 2001-09-16 | 1 | -7/+1 |
* | 2001-08-28 Daniel Berlin <dan@cgsoftware.com> | dberlin | 2001-08-28 | 1 | -6/+25 |
* | * df.c (df_uses_record): Return after recording all uses | denisc | 2001-08-26 | 1 | -0/+1 |
* | 2001-08-26 Daniel Berlin <dan@cgsoftware.com> | dberlin | 2001-08-26 | 1 | -0/+3 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * dbxout.c: Fix comment formatting. | kazu | 2001-08-08 | 1 | -2/+2 |