aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
AgeCommit message (Expand)Author
2017-03-142017-03-14 Richard Biener <rguenther@suse.de>rguenth
2017-01-01 Update copyright years.jakub
2016-11-15Add a load_extend_op wrapperrsandifo
2016-11-04 * defaults.h (LOAD_EXTEND_OP): Define if not already defined.ebotcazou
2016-10-21make LABEL_REF_LABEL a rtx_insn *tbsaunde
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hthopre01
2016-09-22make next/prev _nonnote_insn take rtx_insn *tbsaunde
2016-09-16 Add inline functions for various bitwise operations.jason
2016-08-042016-08-04 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger
2016-07-20 * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.uros
2016-07-19 * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,uros
2016-06-21 * cse.c (canon_asm_operands): New function extracted from...ebotcazou
2016-06-16 PR rtl-optimization/71532jakub
2016-05-19gcc/ienkovich
2016-05-13gcc/ienkovich
2016-05-11gcc/ienkovich
2016-05-02 PR rtl-optimization/70467jakub
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