sem_aux.adb, [...] (Get_Low_Bound): Use Type_Low_Bound.
[gcc.git] / gcc / sched-int.h
2015-05-09 Trevor Saundersmore rtx_insn * in sched-deps.c
2015-05-02 Trevor Saundersmake several functions in the scheduler take rtx_insn *
2015-02-19 Maxim Kuvyrkovre PR debug/64935 (compare debug failure during buildin...
2015-02-01 Maxim KuvyrkovFix scheduling undeterminism from sorting with DEBUG_INSNs
2015-01-17 Maxim KuvyrkovModel cache auto-prefetcher in scheduler
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-14 Bin Chengtimevar.def (TV_SCHED_FUSION): New time var.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-24 Maxim KuvyrkovImprove scheduler dumps of ready list
2014-09-15 David Malcolmdeps_start_bb takes an insn
2014-09-05 David MalcolmUse rtx_insn for more scheduler things, plus CONST_CAST...
2014-09-05 David MalcolmReturn type of get_ready_element
2014-08-28 David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-27 David MalcolmUse rtx_expr_list in various places
2014-08-27 David MalcolmUse rtx_insn_list in various places
2014-08-27 David MalcolmUse rtx_insn for various target.def hooks
2014-08-26 David MalcolmRemove DF_REF_INSN scaffolding
2014-08-26 David MalcolmVarious scheduling strengthenings
2014-08-26 David MalcolmRemove DEP_PRO/CON scaffolding
2014-08-26 David Malcolminsn_t becomes an rtx_insn *
2014-08-25 David MalcolmEliminate BB_NOTE_LIST scaffolding
2014-08-25 David MalcolmStrengthen haifa_sched_info callbacks and 3 scheduler...
2014-08-25 David Malcolmstruct haifa_sched_info: prev_head and next_tail
2014-08-22 David Malcolmsched-ebb.c: Use rtx_insn (requires touching sched...
2014-08-22 David Malcolmget_ebb_head_tail works with rtx_insn
2014-08-19 David Malcolmbb_note returns a rtx_note *
2014-08-19 David MalcolmDEP_PRO/DEP_CON scaffolding
2014-05-24 Jan Hubicka* sched-int.h (sd_iterator_cond): Manually tail recurse.
2014-05-22 Maxim KuvyrkovCleanup and improve multipass_dfa_lookahead_guard
2014-05-22 Maxim KuvyrkovRemove IA64 speculation tweaking flags
2014-02-18 Andrey Belevantsevre PR rtl-optimization/58960 (ICE in bmp_iter_set_init)
2014-02-05 Richard Hendersonre PR debug/52727 (internal compiler error at dwarf2cfi...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-10 Oleg Endocgraph.h (cgraph_node_set_iterator, [...]): Remove...
2013-12-09 David MalcolmEliminate BASIC_BLOCK macro.
2013-11-21 David MalcolmReword comments that mention ENTRY_BLOCK_PTR and EXIT_B...
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-06 Vladimir Makarovtree-pass.h (make_pass_live_range_shrinkage): New external.
2013-05-25 Steven Bosschersched-int.h (ds_t, dw_t): Make unsigned int.
2013-04-13 Steven Bosschersched-deps.c (deps_analyze_insn): Do not check for...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-26 Steven Bosscherinvoke.texi: Remove -dv documentation.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-10-08 Bernd Schmidtsched-int.h (schedule_block): Adjust declaration.
2012-09-19 Bernd Schmidtdbgcnt.def (sched_breakdep): New counter.
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-06-06 Richard Sandifordinvoke.texi (sched-pressure-algorithm): Document new...
2012-04-26 Richard Sandifordsched-int.h (_haifa_insn_data): Move priority_status.
2012-04-26 Richard Sandifordcommon.opt (fsched-pressure-algorithm=): New option.
2012-01-09 Richard Sandifordsched-int.h (bb_note): Move to...
2011-10-21 Bernd Schmidtreg-notes.def (DEP_CONTROL): New.
2011-09-30 Bernd Schmidtsched-ebb.c (schedule_ebb): No longer static.
2011-09-30 Bernd Schmidthaifa-sched.c (modulo_ii, [...]): New static variables.
2011-08-12 Richard Hendersonre PR rtl-optimization/49994 (ICE: in maybe_record_trac...
2011-08-11 Sergey Grechaniksched-deps.c (sched_get_condition_with_rev): Rename...
2011-07-15 Bernd Schmidtrevert: re PR rtl-optimization/11320 (Scheduler bug)
2011-07-13 Bernd Schmidthaifa-sched.c: Include "hashtab.h"
2011-07-13 Bernd Schmidtsched-int.h (struct _dep): Add member cost.
2011-05-27 Bernd Schmidtsched-int.h (struct _haifa_deps_insn_data): New members...
2011-05-27 Bernd Schmidthaifa-sched.c (sched_scan_info): Remove.
2011-04-08 Andrey Belevantsevre PR rtl-optimization/48272 (internal compiler error...
2011-04-01 Bernd Schmidtsched-ebb.c (begin_schedule_ready): Remove second argument.
2011-03-29 Vladimir Makarov[multiple changes]
2011-03-28 Vladimir Makarovre PR bootstrap/48307 (Bootstrap failure)
2011-03-27 Vladimir Makarov[multiple changes]
2011-02-02 Alexandre Olivare PR debug/47498 (-fcompare-debug failure with -fsched...
2011-01-31 Alexandre Olivarevert: re PR debug/45136 (-fcompare-debug failure...
2011-01-25 Alexandre Olivare PR debug/45136 (-fcompare-debug failure with -Os...
2010-11-02 Maxim KuvyrkovModel decoder of Core 2/i7 for multipass scheduling.
2010-10-21 Nathan Froydbasic-block.h (find_fallthru_edge): Define.
2010-09-09 Reza YazdaniDispatch scheduling for AMD Bulldozer processors.
2010-05-27 Jan Hubickasched-ebb.c: Rename struct deps to struct deps_desc.
2010-04-02 Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-01-03 Steven Bosscherpostreload-gcse.c (insert_expr_in_table): Replace BLOCK...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-13 Andrey Belevantsevsched-deps.c (init_deps): New parameter lazy_reg_last.
2009-09-08 Jakub Jelinekre PR rtl-optimization/41239 (Scheduler reorders divisi...
2009-09-02 Vladimir Makarovinvoke.texi (-fsched-pressure): Document it.
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-07-09 Maxim Kuvyrkovhaifa-sched.c (insn_finishes_cycle_p): New static function.
2009-05-11 Ian Lance Taylorbasic-block.h (enum profile_status): Break out of struc...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2008-09-18 Alexander Monakovre PR middle-end/37499 (Scheduling pass 2 time increase...
2008-09-05 Trevor SmigielImproved branch hints, safe hints, and scheduling.
2008-09-01 Andrey Belevantsevsel-sched-dump.c: Surround with #ifdef INSN_SCHEDULING.
2008-09-01 Andrey Belevantsevsel-sched.h, [...]: New files.
2008-08-06 Maxim Kuvyrkovre PR target/35659 (Miscompiled code with -O2 (but...
2008-06-17 Steven BosscherRemove libcall notes.
2007-10-17 Maxim Kuvyrkovsched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.
2007-09-01 Kazu Hirataarm.c, [...]: Fix comment typos.
2007-08-27 Kaveh R. Ghazialias.c (memory_modified_1, [...]): Constify.
2007-08-14 Maxim Kuvyrkovsched-int.h (struct _dep): Rename field 'kind' to ...
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-06-11 Daniel BerlinMerge dataflow branch into mainline
2007-05-21 Jan Hubickagengtype.c (adjust_field_rtx_def): Use NOTE_KIND instea...
2007-05-04 Maxim Kuvyrkovhaifa-sched.c (rtx_vec_t): New typedef.
2007-05-04 Maxim Kuvyrkovsched-ebb.c (debug_ebb_dependencies): New static function.
2007-04-16 Maxim Kuvyrkovre PR middle-end/28071 (A file that can not be compiled...
2007-02-17 Kazu Hiratasched-deps.c (find_insn_list): Remove.
2007-02-03 Kazu Hiratac-decl.c, [...]: Fix comment typos.
next