aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)Author
2017-04-04Merge branches/gcc-6-branch rev 246668.Yvan Roux
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
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm
2014-07-09remove has_executetbsaunde
2014-06-24Remove a layer of indirection from hash_tabletbsaunde
2014-06-15gcc/rsandifo
2014-06-07 * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointerssteven
2014-05-062014-05-06 Richard Biener <rguenther@suse.de>rguenth
2014-04-17pass cfun to pass::executetbsaunde
2014-04-17pass current function to opt_pass::gate ()tbsaunde