summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* PR rtl-optimization/70007ebotcazou2016-03-011-10/+17
* [gcse] PR rtl-optimization/69886: Check target mode in can_assign_to_reg_with...ktkachov2016-02-241-9/+10
* Update copyright years.jakub2016-01-041-1/+1
* [PATCH] Make disabled-optimization warning more informative; increase default...law2015-11-121-10/+12
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-11/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-11/+9
* * bb-reorder.c: Don't include obstack.h if backend.h is included.amacleod2015-07-101-1/+0
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* * target.def (rtx_costs): Remove "code" param, add "mode".amodra2015-07-081-42/+40
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-11/+4
* gcc/rsandifo2015-06-251-2/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-7/+0
* gcc/rsandifo2015-06-061-4/+2
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Change use to type-based pool allocator in cselib.c.marxin2015-06-011-0/+1
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-1/+2
* pass rtx_insn * more in gcse.ctbsaunde2015-05-091-4/+4
* gcc/rsandifo2015-05-071-5/+4
* change local vars to rtx_insn *tbsaunde2015-05-021-1/+2
* remove more ifdefs for HAVE_cc0tbsaunde2015-04-221-11/+13
* always define HAVE_cc0tbsaunde2015-04-221-1/+1
* remove need for store_values_directlytbsaunde2015-04-181-6/+6
* PR rtl-optimization/64317law2015-03-231-170/+9
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-1/+11
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-5/+9
* Update copyright years.jakub2015-01-051-1/+1
* gcc/ada/rsandifo2014-10-291-6/+6
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-2/+9
* State cleanups from jit branchdmalcolm2014-10-211-0/+9
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+5
* * tree-ssa-ccp.c (prop_value_d): Rename to ...hubicka2014-09-221-84/+84
* Replace INSN_DELETED_P with rtx_insn member functionstbsaunde2014-09-161-1/+1
* Introduce LABEL_REF_LABELdmalcolm2014-09-111-3/+3
* single_set takes an insndmalcolm2014-09-091-1/+1
* recog_memoized works on an rtx_insn *dmalcolm2014-09-091-1/+1
* gcse.c's modify_mem_list is a list of insnsdmalcolm2014-09-081-7/+7
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-2/+2
* Use rtx_insn_list in various placesdmalcolm2014-08-271-4/+4
* Remove DF_REF_INSN scaffoldingdmalcolm2014-08-261-1/+1
* gcse.c: Use rtx_insndmalcolm2014-08-221-45/+47
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm2014-08-191-1/+1
* remove has_executetbsaunde2014-07-091-2/+0
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-8/+8
* gcc/rsandifo2014-06-151-10/+10
* * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointerssteven2014-06-071-7/+12
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-4/+2
* pass cfun to pass::executetbsaunde2014-04-171-2/+2
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-32/+28
* remove has_gatetbsaunde2014-04-171-2/+0