summaryrefslogtreecommitdiff
path: root/gcc/global.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-6/+4
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-10/+10
* global.c (find_reg): Only evict for global regs.Michael Matz2006-01-301-4/+23
* global.c: Fix comment typos.Peter Bergner2006-01-251-7/+7
* global.c (global_alloc): Make it static.Kazu Hirata2006-01-161-1/+1
* global.c, [...]: Move DEF_VEC_P(basic_block) and DEF_VEC_ALLOC_P(basic_block,...Kazu Hirata2005-12-281-3/+0
* cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput...Kenneth Zadeck2005-12-201-1/+1
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-3/+3
* re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that i...Jakub Jelinek2005-09-011-4/+9
* re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that i...Jakub Jelinek2005-08-221-1/+3
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+49
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-7/+7
* vec.h: Implement integral type vector specialization.Nathan Sidwell2005-05-271-2/+2
* * global.c (calculate_reg_pav): Use VEC instead of VARRAY.Kazu Hirata2005-05-011-9/+14
* global.c (earlyclobber_regclass): Change the type to VEC(int,heap).Kazu Hirata2005-04-281-21/+37
* bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata2005-04-281-1/+1
* bt-load.c, [...]: Update copyright.Kazu Hirata2005-02-171-1/+1
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-16/+16
* global.c (regclass_intersect): Remove.Steven Bosscher2004-12-301-21/+5
* * global.c: Fix a comment typo.Kazu Hirata2004-12-161-1/+1
* PR middle end/17340Vladimir Makarov2004-12-151-66/+89
* basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell2004-11-251-1/+1
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-4/+1
* global.c, [...]: Fix comment typos.Kazu Hirata2004-11-141-1/+1
* bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell2004-11-041-7/+5
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-2/+2
* bitmap.h (bitmap_and, [...]): Produce void.Nathan Sidwell2004-11-021-1/+1
* basic-block.h (reg_set_iterator): New.Kazu Hirata2004-10-181-12/+12
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-3/+6
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-8/+8
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-091-11/+12
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* re PR target/15832 (ICE in move_for_stack_reg, at reg-stack.c:1120)Vladimir Makarov2004-09-031-6/+57
* re PR rtl-optimization/15921 (gcc.c-torture/compile/920501-4.c fails on power...Vladimir Makarov2004-07-121-1/+161
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-2/+2
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-13/+13
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-2/+2
* global.c (global_alloc): Call make_accurate_live_analysis.Vladimir Makarov2004-05-251-13/+276
* alloc-pool.h, [...]: Update copyright.Kazu Hirata2004-02-041-1/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-15/+15
* Patch for asm clobber of fp.James E Wilson2003-12-191-0/+6
* flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata2003-12-161-2/+0
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-4/+4
* re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc)Alan Modra2003-12-061-10/+30
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-14/+13
* gcc.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-80/+47
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-3/+3