summaryrefslogtreecommitdiff
path: root/gcc/sched-deps.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-11-06 Richard Biener <rguenther@suse.de>rguenth2015-11-061-2/+2
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-5/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-9/+7
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-16/+5
* Share memory blocks between pool allocatorsmiyuki2015-09-161-8/+4
* * ira-int.h: Include recog.h.amacleod2015-08-131-1/+0
* Add alternative_mask to ira_implicitly_set_insn_hard_regshjl2015-08-071-1/+3
* Add new object_allocator and clean-up allocator usage.marxin2015-07-161-4/+4
* reduce conditional compilation based on AUTO_INC_DECtbsaunde2015-07-091-5/+4
* always define AUTO_INC_DECtbsaunde2015-07-091-1/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-10/+4
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* gcc/rsandifo2015-06-061-6/+3
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* Fix pool_allocator fallback.marxin2015-06-011-0/+1
* Change use to type-based pool allocator inmarxin2015-06-011-11/+12
* [Patch obvious] Fuseable is not a word -> s/fuseable/fusible/gjgreenhalgh2015-06-011-1/+1
* remove most ifdef STACK_GROWS_DOWNWARDtbsaunde2015-05-221-5/+4
* always define STACK_GROWS_DOWNWARDtbsaunde2015-05-221-1/+1
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-11/+9
* gcc/rsandifo2015-05-191-4/+3
* more rtx_insn * in sched-deps.ctbsaunde2015-05-091-2/+2
* make several functions in the scheduler take rtx_insn *tbsaunde2015-05-021-8/+8
* remove more ifdefs for HAVE_cc0tbsaunde2015-04-221-3/+3
* always define HAVE_cc0tbsaunde2015-04-221-1/+1
* remove some ifdef HAVE_cc0tbsaunde2015-04-221-2/+3
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+9
* gcc/olegendo2015-01-051-1/+1
* Update copyright years.jakub2015-01-051-1/+1
* [sched-deps] Remove needless check for modified_in_p when trying to fuse two ...ktkachov2014-11-241-2/+1
* * sched-deps.c (sched_analyze_1): Check pending list if it is notamker2014-11-111-5/+5
* gcc/ada/rsandifo2014-10-291-5/+5
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+5
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+5
* 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