summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* * cse.c (try_back_substitute_reg): Move any REG_ARGS_SIZE note whenlaw2018-02-121-0/+9
* poly_int: GET_MODE_SIZErsandifo2018-01-031-5/+6
* poly_int: GET_MODE_PRECISIONrsandifo2018-01-031-2/+3
* Directly operate on CONST_VECTOR encodingrsandifo2018-01-031-2/+2
* Update copyright years.jakub2018-01-031-1/+1
* poly_int: SUBREG_BYTErsandifo2017-12-201-10/+20
* poly_int: rtx constantsrsandifo2017-12-201-0/+11
* Add a gen_int_shift_amount helper functionrsandifo2017-12-201-7/+8
* Revert accidental commitrsandifo2017-12-161-8/+7
* Add a gen_int_shift_amount helper functionrsandifo2017-12-161-7/+8
* [SFN] introduce statement frontier notes, still disabledaoliva2017-12-121-0/+7
* [SFN] boilerplate changes in preparation to introduce nonbind markersaoliva2017-12-121-7/+10
* Make more use of GET_MODE_UNIT_PRECISIONrsandifo2017-10-221-3/+3
* Make more use of GET_MODE_UNIT_BITSIZErsandifo2017-10-131-3/+4
* Make more use of subreg_lowpart_offsetrsandifo2017-10-131-8/+2
* 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