aboutsummaryrefslogtreecommitdiff
path: root/gcc/global.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata1-3/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-6/+4
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-10/+10
2006-01-30global.c (find_reg): Only evict for global regs.Michael Matz1-4/+23
2006-01-25global.c: Fix comment typos.Peter Bergner1-7/+7
2006-01-16global.c (global_alloc): Make it static.Kazu Hirata1-1/+1
2005-12-28global.c, [...]: Move DEF_VEC_P(basic_block) and DEF_VEC_ALLOC_P(basic_block,...Kazu Hirata1-3/+0
2005-12-20cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput...Kenneth Zadeck1-1/+1
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-3/+3
2005-09-01re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that i...Jakub Jelinek1-4/+9
2005-08-22re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that i...Jakub Jelinek1-1/+3
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+49
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-7/+7
2005-05-27vec.h: Implement integral type vector specialization.Nathan Sidwell1-2/+2
2005-05-01* global.c (calculate_reg_pav): Use VEC instead of VARRAY.Kazu Hirata1-9/+14
2005-04-28global.c (earlyclobber_regclass): Change the type to VEC(int,heap).Kazu Hirata1-21/+37
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata1-1/+1
2005-02-17bt-load.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-16/+16
2004-12-30global.c (regclass_intersect): Remove.Steven Bosscher1-21/+5
2004-12-16* global.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-12-15PR middle end/17340Vladimir Makarov1-66/+89
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell1-1/+1
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-4/+1
2004-11-14global.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-11-04bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell1-7/+5
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-2/+2
2004-11-02bitmap.h (bitmap_and, [...]): Produce void.Nathan Sidwell1-1/+1
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-12/+12
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-3/+6
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-8/+8
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-11/+12
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-03re PR target/15832 (ICE in move_for_stack_reg, at reg-stack.c:1120)Vladimir Makarov1-6/+57
2004-07-12re PR rtl-optimization/15921 (gcc.c-torture/compile/920501-4.c fails on power...Vladimir Makarov1-1/+161
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-2/+2
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-13/+13
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-05-25global.c (global_alloc): Call make_accurate_live_analysis.Vladimir Makarov1-13/+276
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-15/+15
2003-12-19Patch for asm clobber of fp.James E Wilson1-0/+6
2003-12-16flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata1-2/+0
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-4/+4
2003-12-06re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc)Alan Modra1-10/+30
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-14/+13
2003-07-06gcc.c: Convert prototypes to ISO C90.Andreas Jaeger1-80/+47