aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-rgn.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-09Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson1-13/+9
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-2/+2
2007-08-14sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov1-51/+68
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-4/+4
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-230/+60
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-3/+2
2007-05-04sched-ebb.c (debug_ebb_dependencies): New static function.Maxim Kuvyrkov1-49/+61
2007-04-16re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov1-1/+4
2007-02-02re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov1-33/+35
2006-12-07re PR target/29794 (cc1 segfaults with -O3 -msched-control-spec)Maxim Kuvyrkov1-1/+7
2006-11-29haifa-sched.c: Remove define LINE_NOTE(INSN).Tehila Meyzels1-23/+0
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka1-5/+0
2006-10-06sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros.Maxim Kuvyrkov1-1/+1
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-6/+6
2006-03-23haifa-sched.c (choose_ready): Fix type of the local variable.Maxim Kuvyrkov1-2/+3
2006-03-16target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov1-134/+450
2006-03-16sched-int.h (struct haifa_insn_data): New fields: resolved_deps, inter_tick, ...Maxim Kuvyrkov1-33/+10
2006-03-16sched-rgn.c (extend_rgns): New static function.Maxim Kuvyrkov1-2/+357
2006-03-16ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov1-2/+8
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4
2006-02-07sched-rgn.c (compute_dom_prob_ps, [...]): Eradicate use of float in probabili...Pete Steinmetz1-42/+29
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-7/+6
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-15/+15
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-9/+5
2005-08-24params.def (PARAM_MIN_SPEC_PROB): New.Pete Steinmetz1-5/+1
2005-07-29re PR rtl-optimization/23117 (ICE on valid code while building libgcc)Richard Earnshaw1-5/+5
2005-07-27re PR rtl-optimization/17808 (Scheduler overly conservative in sched-deps)Steven Bosscher1-2/+57
2005-07-19bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston1-1/+1
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+94
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-4/+6
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata1-6/+7
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-6/+6
2005-01-26re PR middle-end/16585 (current_function_has_computed_jump incorrectly change...Steven Bosscher1-14/+7
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-17basic-block.h: Document BB_* flags.Steven Bosscher1-5/+10
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher1-4/+4
2004-12-04PR middle end/18718Alan Modra1-5/+1
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-1/+0
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+1
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-2/+3
2004-09-29sched-rgn.c (haifa_edge, [...]): Remove.Ulrich Weigand1-402/+234
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-13/+11
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-14/+6
2004-08-24basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg1-19/+2
2004-08-18insn-notes.def, [...]: New files.Zack Weinberg1-1/+1
2004-08-08common.opt (freschedule-modulo-scheduled-loops): New flag.Mostafa Hagog1-0/+37