aboutsummaryrefslogtreecommitdiff
path: root/gcc/global.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-30[multiple changes]H.J. Lu1-1/+5
2008-07-16cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi1-2/+2
2008-06-30global.c (compute_regsets): Set frame_pointer_needed here.Joey Ye1-1/+11
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-1/+1
2008-05-14rtl.texi: Removed reference to REG_NO_CONFLICT notes.Kenneth Zadeck1-25/+0
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-2/+2
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-4/+6
2008-03-06fwprop.c (update_df): Support width and offset parameters of df_ref_create.Kenneth Zadeck1-4/+5
2008-01-30re PR rtl-optimization/34998 (gcc.c-torture/execute/20040709-1.c fails for -E...Richard Sandiford1-0/+11
2008-01-20global.c (find_reg): Only compute EH_RETURN_DATA_REGNO once per input.Richard Sandiford1-2/+7
2008-01-17global.c (find_reg): Mark the eh regs as used if necessary.Andreas Krebbel1-0/+10
2008-01-16re PR rtl-optimization/31396 (Inline code performance much worse than out-of-...Jan Hubicka1-2/+4
2007-11-14global.c (rest_of_handle_global_alloc): Fix comment typos.Rask Ingemann Lambertsen1-1/+1
2007-10-12global.c (build_insn_chain): Formatting fixes.Kenneth Zadeck1-15/+30
2007-10-11re PR rtl-optimization/33676 (libgfortran bootstrap failure: selected_int_kin...Kenneth Zadeck1-0/+35
2007-10-10ra-conflict.c (partial_bitnum, max_bitnum): Change type of variables to HOST_...Peter Bergner1-12/+16
2007-10-05ra-conflict.c: Include "sparseset.h".Peter Bergner1-125/+208
2007-10-02ra-conflict.c: New file.Kenneth Zadeck1-835/+391
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-2/+2
2007-08-05configure.ac: Remove --enable-checking=df from default settings.Paolo Bonzini1-1/+1
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-20dbgcnt.def (global_alloc_at_func, [...]): New counters.Seongbae Park1-1/+4
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-1/+1
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-579/+160
2007-05-28* global.c (EXECUTE_IF_CONFLICT): Remove.Kazu Hirata1-10/+0
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-43/+17
2007-05-22hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of...Richard Sandiford1-15/+7
2007-02-07global.c (compute_regsets): Move declatation of "i" inside of #ifdef ELIMINAB...Roger Sayle1-1/+1
2007-02-06re PR inline-asm/28686 (ebp from clobber list used as operand)Seongbae Park1-27/+51
2007-02-012007-2-01 Seongbae Park <seongbae.park@gmail.com>Seongbae Park1-0/+1
2006-09-13flow.c (calculate_global_regs_live): Invalidate eh registers on eh edges.Andreas Krebbel1-0/+15
2006-07-27re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-18/+9
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