aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)Author
2017-03-03GCSE: Use HOST_WIDE_INT instead of int (PR rtl-optimization/79574).marxin
2017-02-17Use HOST_WIDE_INT for a param calculation (PR rtl-optimization/79574).marxin
2017-01-05 PR tree-optimizatin/78812law
2017-01-01 Update copyright years.jakub
2016-10-21make LABEL_REF_LABEL a rtx_insn *tbsaunde
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hthopre01
2016-07-26use auto_sbitmap in various placestbsaunde
2016-07-06make stores rtx_insn_list a vectbsaunde
2016-07-06remove unused loads rtx_insn_listtbsaunde
2016-03-01 PR rtl-optimization/70007ebotcazou
2016-02-24[gcse] PR rtl-optimization/69886: Check target mode in can_assign_to_reg_with...ktkachov
2016-01-04 Update copyright years.jakub
2015-11-12[PATCH] Make disabled-optimization warning more informative; increase default...law
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-07-10 * bb-reorder.c: Don't include obstack.h if backend.h is included.amacleod
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-07-08 * target.def (rtx_costs): Remove "code" param, add "mode".amodra
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-25gcc/rsandifo
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-06gcc/rsandifo
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-01Change use to type-based pool allocator in cselib.c.marxin
2015-05-20Promote types of RTL expressions to more derived ones.miyuki
2015-05-09pass rtx_insn * more in gcse.ctbsaunde
2015-05-07gcc/rsandifo
2015-05-02change local vars to rtx_insn *tbsaunde
2015-04-22remove more ifdefs for HAVE_cc0tbsaunde
2015-04-22always define HAVE_cc0tbsaunde
2015-04-18remove need for store_values_directlytbsaunde
2015-03-23 PR rtl-optimization/64317law
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh3492
2015-01-05 Update copyright years.jakub
2014-10-29gcc/ada/rsandifo
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-10-21State cleanups from jit branchdmalcolm
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-09-22 * tree-ssa-ccp.c (prop_value_d): Rename to ...hubicka
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionstbsaunde
2014-09-11Introduce LABEL_REF_LABELdmalcolm
2014-09-09single_set takes an insndmalcolm
2014-09-09recog_memoized works on an rtx_insn *dmalcolm
2014-09-08gcse.c's modify_mem_list is a list of insnsdmalcolm
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm
2014-08-27Use rtx_insn_list in various placesdmalcolm
2014-08-26Remove DF_REF_INSN scaffoldingdmalcolm
2014-08-22gcse.c: Use rtx_insndmalcolm