summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* GCSE: Use HOST_WIDE_INT instead of int (PR rtl-optimization/79574).marxin2017-03-031-11/+16
* Use HOST_WIDE_INT for a param calculation (PR rtl-optimization/79574).marxin2017-02-171-2/+3
* PR tree-optimizatin/78812law2017-01-051-10/+23
* Update copyright years.jakub2017-01-011-1/+1
* make LABEL_REF_LABEL a rtx_insn *tbsaunde2016-10-211-3/+3
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* use auto_sbitmap in various placestbsaunde2016-07-261-7/+2
* make stores rtx_insn_list a vectbsaunde2016-07-061-13/+9
* remove unused loads rtx_insn_listtbsaunde2016-07-061-13/+1
* 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