summaryrefslogtreecommitdiff
path: root/gcc/sched-deps.c
Commit message (Expand)AuthorAgeFilesLines
* deps_start_bb takes an insndmalcolm2014-09-151-2/+2
* Use rtx_insn for more scheduler things, plus CONST_CAST_RTX_INSNdmalcolm2014-09-051-46/+48
* PR target/62025jakub2014-09-011-17/+7
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-3/+3
* Use rtx_expr_list in various placesdmalcolm2014-08-271-4/+4
* Use rtx_insn_list in various placesdmalcolm2014-08-271-26/+32
* Use rtx_insn for various target.def hooksdmalcolm2014-08-271-2/+2
* cselib (also touches sched-deps.c)dmalcolm2014-08-261-1/+1
* Various scheduling strengtheningsdmalcolm2014-08-261-5/+5
* Remove DEP_PRO/CON scaffoldingdmalcolm2014-08-261-26/+6
* insn_t becomes an rtx_insn *dmalcolm2014-08-261-9/+12
* Strengthen haifa_sched_info callbacks and 3 scheduler hooksdmalcolm2014-08-251-40/+44
* sched-deps.c: Use rtx_insndmalcolm2014-08-221-16/+16
* DEP_PRO/DEP_CON scaffoldingdmalcolm2014-08-191-3/+23
* PR target/62025jakub2014-08-121-0/+18
* [sched-deps] Generalise usage of macro fusion to work on any two insns.ktkachov2014-08-041-22/+29
* 2014-07-17 Richard Biener <rguenther@suse.de>rguenth2014-07-171-1/+2
* gcc/rsandifo2014-06-151-25/+19
* gcc/rsandifo2014-06-041-1/+1
* PR debug/52727rth2014-02-051-0/+10
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* 2013-12-03 Wei Mi <wmi@google.com>wmi2013-12-031-0/+40
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-1/+1
* 2013-11-06 Vladimir Makarov <vmakarov@redhat.com>vmakarov2013-11-061-3/+2
* Fix typos.mrs2013-07-211-1/+1
* PR rtl-optimization/57268jakub2013-06-031-2/+9
* 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>dinar2013-06-011-8/+2
* 2013-05-31 Dinar Temirbulatov <dinar@kugelworks.com>dinar2013-05-311-2/+8
* * sched-int.h (ds_t, dw_t): Make unsigned int.steven2013-05-251-2/+4
* * sched-deps.c (deps_analyze_insn): Do not check for EH_REGION insnsteven2013-04-131-6/+0
* PR middle-end/56461jakub2013-03-051-0/+2
* * sched-deps.c (sched_analyze_insn): Fix typo in comment.abel2013-02-251-1/+1
* 2013-02-25 Andrey Belevantsev <abel@ispras.ru>abel2013-02-251-3/+3
* PR rtl-optimization/56117jakub2013-01-281-2/+6
* 2013-01-16 Vladimir Makarov <vmakarov@redhat.com>vmakarov2013-01-161-2/+3
* 2013-01-15 Vladimir Makarov <vmakarov@redhat.com>vmakarov2013-01-151-0/+14
* Update copyright years in gcc/rsandifo2013-01-101-4/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-8/+6
* PR rtl-optimization/54850bernds2012-11-081-6/+4
* * rtl.h (get_call_rtx_from): New prototype.steven2012-10-161-8/+2
* PR rtl-optimization/54792jakub2012-10-031-2/+2
* PR bootstrap/54688bernds2012-09-281-5/+9
* * dbgcnt.def (sched_breakdep): New counter.bernds2012-09-191-73/+428
* * sched-deps.c (add_dependence_list_and_free): Simplify.mkuvyrkov2012-08-271-12/+12
* 2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-08-231-4/+1
* gcc/steven2012-07-081-0/+3
* * LANGUAGES: Fix typos.jsm282012-05-291-3/+3
* * attribs.c (decl_attributes): Avoid emitting a warning ifbernds2012-05-141-1/+1
* gcc/rsandifo2012-05-091-4/+2