summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* Add a partial_subreg_p predicatersandifo2017-08-301-14/+11
* [51/77] Use opt_scalar_int_mode when iterating over integer modesrsandifo2017-08-301-4/+6
* [35/77] Add uses of as_a <scalar_int_mode>rsandifo2017-08-301-4/+10
* [28/77] Use is_a <scalar_int_mode> for miscellaneous types of testrsandifo2017-08-301-3/+4
* [27/77] Use is_a <scalar_int_mode> before LOAD_EXTEND_OPrsandifo2017-08-301-3/+4
* [20/77] Replace MODE_INT checks with is_int_modersandifo2017-08-301-10/+12
* [4/77] Add FOR_EACH iterators for modesrsandifo2017-08-301-11/+15
* PR81747, ICE in operator[]amodra2017-08-251-0/+1
* Make more use of paradoxical_subreg_prsandifo2017-08-221-1/+1
* 2017-03-14 Richard Biener <rguenther@suse.de>rguenth2017-03-141-2/+2
* Update copyright years.jakub2017-01-011-1/+1
* Add a load_extend_op wrapperrsandifo2016-11-151-4/+3
* * defaults.h (LOAD_EXTEND_OP): Define if not already defined.ebotcazou2016-11-041-4/+0
* make LABEL_REF_LABEL a rtx_insn *tbsaunde2016-10-211-10/+10
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* make next/prev _nonnote_insn take rtx_insn *tbsaunde2016-09-221-1/+1
* Add inline functions for various bitwise operations.jason2016-09-161-4/+4
* 2016-08-04 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-08-041-9/+6
* * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.uros2016-07-201-2/+2
* * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,uros2016-07-191-4/+4
* * cse.c (canon_asm_operands): New function extracted from...ebotcazou2016-06-211-11/+19
* PR rtl-optimization/71532jakub2016-06-161-0/+7
* gcc/ienkovich2016-05-191-9/+4
* gcc/ienkovich2016-05-131-6/+6
* gcc/ienkovich2016-05-111-6/+15
* PR rtl-optimization/70467jakub2016-05-021-1/+27
* [cse][3/4] Don't overwrite original rtx when folding source of setktkachov2016-02-041-1/+1
* Update copyright years.jakub2016-01-041-1/+1
* [PATCH] [PR rtl-optimization/49847] Fix ICE in CSE due to cc0-setter and cc0-...law2015-12-181-0/+7
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-10/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-8/+8
* Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUErsandifo2015-10-051-1/+1
* gcc/ChangeLog:kugan2015-08-051-4/+5
* [obvious] Use std::swap instead of manually swapping in a few more placesktkachov2015-07-241-3/+2
* gcc/ChangeLog:kugan2015-07-241-5/+5
* Fix double word typos.aldyh2015-07-131-2/+2
* gcc/ChangeLog:kugan2015-07-121-7/+42
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* reduce conditional compilation for LOAD_EXTEND_OPtbsaunde2015-07-091-2/+4
* * target.def (rtx_costs): Remove "code" param, add "mode".amodra2015-07-081-21/+22
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-10/+3
* gcc/rsandifo2015-06-301-1/+2
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* gcc/rsandifo2015-06-061-2/+2
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* gcc/rsandifo2015-05-191-3/+3
* cse_change_cc0_mode can take a rtx_insn *tbsaunde2015-05-091-1/+1
* add default for NO_FUNCTION_CSEtbsaunde2015-04-281-3/+1
* make some HAVE_cc0 code always compiledtbsaunde2015-04-221-3/+1