aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
AgeCommit message (Expand)Author
2016-02-04[cse][3/4] Don't overwrite original rtx when folding source of setktkachov
2016-01-04 Update copyright years.jakub
2015-12-18[PATCH] [PR rtl-optimization/49847] Fix ICE in CSE due to cc0-setter and cc0-...law
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUErsandifo
2015-08-05gcc/ChangeLog:kugan
2015-07-24[obvious] Use std::swap instead of manually swapping in a few more placesktkachov
2015-07-24gcc/ChangeLog:kugan
2015-07-13Fix double word typos.aldyh
2015-07-12gcc/ChangeLog:kugan
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-07-09reduce conditional compilation for LOAD_EXTEND_OPtbsaunde
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-30gcc/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-05-19gcc/rsandifo
2015-05-09cse_change_cc0_mode can take a rtx_insn *tbsaunde
2015-04-28add default for NO_FUNCTION_CSEtbsaunde
2015-04-22make some HAVE_cc0 code always compiledtbsaunde
2015-04-22always define HAVE_cc0tbsaunde
2015-04-22remove more ifdef HAVE_cc0tbsaunde
2015-04-15 PR rtl-optimization/42522law
2015-02-03 PR rtl-optimization/64756jakub
2015-01-23 PR rtl-optimization/63637jakub
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2015-01-15 * gengtype.c (create_user_defined_type): Workaroundjakub
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh3492
2015-01-05gcc/olegendo
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-23 PR target/63534iverbin
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-09-11Introduce LABEL_REF_LABELdmalcolm
2014-09-05Remove a cast in cse.cdmalcolm
2014-08-28gcc/rsandifo
2014-08-28gcc/rsandifo
2014-08-28gcc/rsandifo
2014-08-28gcc/rsandifo
2014-08-28gcc/rsandifo
2014-08-26Remove DF_REF_INSN scaffoldingdmalcolm
2014-08-22cse.c: Use rtx_insndmalcolm
2014-08-19delete_trivially_dead_insns works on insnsdmalcolm
2014-08-052014-08-05 Richard Biener <rguenther@suse.de>rguenth
2014-08-02add a hash_set based on hash_tabletbsaunde