Age | Commit message (Expand) | Author | Files | Lines |
2007-08-05 | configure.ac: Remove --enable-checking=df from default settings. | Paolo Bonzini | 1 | -1/+1 |
2007-07-30 | alias.c (record_set, [...]): Constify. | Kaveh R. Ghazi | 1 | -6/+6 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-06-20 | dbgcnt.def (global_alloc_at_func, [...]): New counters. | Seongbae Park | 1 | -1/+4 |
2007-06-19 | df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed. | Kenneth Zadeck | 1 | -1/+1 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -579/+160 |
2007-05-28 | * global.c (EXECUTE_IF_CONFLICT): Remove. | Kazu Hirata | 1 | -10/+0 |
2007-05-22 | regs.h (end_hard_regno): New function. | Richard Sandiford | 1 | -43/+17 |
2007-05-22 | hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of... | Richard Sandiford | 1 | -15/+7 |
2007-02-07 | global.c (compute_regsets): Move declatation of "i" inside of #ifdef ELIMINAB... | Roger Sayle | 1 | -1/+1 |
2007-02-06 | re PR inline-asm/28686 (ebp from clobber list used as operand) | Seongbae Park | 1 | -27/+51 |
2007-02-01 | 2007-2-01 Seongbae Park <seongbae.park@gmail.com> | Seongbae Park | 1 | -0/+1 |
2006-09-13 | flow.c (calculate_global_regs_live): Invalidate eh registers on eh edges. | Andreas Krebbel | 1 | -0/+15 |
2006-07-27 | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Jan Hubicka | 1 | -18/+9 |
2006-04-10 | Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h. | Kazu Hirata | 1 | -3/+1 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -1/+2 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -6/+4 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -10/+10 |
2006-01-30 | global.c (find_reg): Only evict for global regs. | Michael Matz | 1 | -4/+23 |
2006-01-25 | global.c: Fix comment typos. | Peter Bergner | 1 | -7/+7 |
2006-01-16 | global.c (global_alloc): Make it static. | Kazu Hirata | 1 | -1/+1 |
2005-12-28 | global.c, [...]: Move DEF_VEC_P(basic_block) and DEF_VEC_ALLOC_P(basic_block,... | Kazu Hirata | 1 | -3/+0 |
2005-12-20 | cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput... | Kenneth Zadeck | 1 | -1/+1 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -3/+3 |
2005-09-01 | re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that i... | Jakub Jelinek | 1 | -4/+9 |
2005-08-22 | re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that i... | Jakub Jelinek | 1 | -1/+3 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+49 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-16 | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 1 | -7/+7 |
2005-05-27 | vec.h: Implement integral type vector specialization. | Nathan Sidwell | 1 | -2/+2 |
2005-05-01 | * global.c (calculate_reg_pav): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -9/+14 |
2005-04-28 | global.c (earlyclobber_regclass): Change the type to VEC(int,heap). | Kazu Hirata | 1 | -21/+37 |
2005-04-28 | bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN... | Kazu Hirata | 1 | -1/+1 |
2005-02-17 | bt-load.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -16/+16 |
2004-12-30 | global.c (regclass_intersect): Remove. | Steven Bosscher | 1 | -21/+5 |
2004-12-16 | * global.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-12-15 | PR middle end/17340 | Vladimir Makarov | 1 | -66/+89 |
2004-11-25 | basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ... | Nathan Sidwell | 1 | -1/+1 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -4/+1 |
2004-11-14 | global.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-11-04 | bitmap.h (bitmap_a_or_b, [...]): Remove. | Nathan Sidwell | 1 | -7/+5 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -2/+2 |
2004-11-02 | bitmap.h (bitmap_and, [...]): Produce void. | Nathan Sidwell | 1 | -1/+1 |
2004-10-18 | basic-block.h (reg_set_iterator): New. | Kazu Hirata | 1 | -12/+12 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -3/+6 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -8/+8 |
2004-09-18 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-09 | gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -11/+12 |
2004-09-05 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |