summaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
Commit message (Expand)AuthorAgeFilesLines
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* * tree-ssa.c (target_for_debug_bind, verify_phi_args,jakub2016-10-091-1/+1
* [simplify-rtx] Zero-initialise local array in simplify_immed_subregktkachov2016-10-071-3/+1
* make next/prev _nonnote_insn take rtx_insn *tbsaunde2016-09-221-4/+4
* [simplify-rtx] (GTU (PLUS a C) (C - 1)) --> (LTU a -C)ktkachov2016-09-191-0/+13
* PR middle-end/77377jakub2016-08-301-4/+3
* PR c/7652mpolacek2016-08-121-1/+1
* 2016-07-26 Richard Biener <rguenther@suse.de>rguenth2016-07-261-2/+5
* * hwint.h (HOST_WIDE_INT_0): New define.uros2016-07-201-1/+1
* * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,uros2016-07-191-12/+12
* 2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-07-111-1/+1
* 2016-06-29 Richard Biener <rguenther@suse.de>rguenth2016-06-291-5/+9
* [simplify-rtx] Fix unused variable warning in simplify_cond_clz_ctz on some t...ktkachov2016-06-071-3/+4
* [3/3][RTL ifcvt] PR middle-end/37780: Conditional expression with __builtin_c...ktkachov2016-06-061-0/+56
* PR debug/70628jakub2016-04-131-2/+16
* PR tree-optimization/70509jakub2016-04-051-1/+1
* PR rtl-opt/67145rth2016-03-021-2/+20
* Fix missed comment fix in last change.bernds2016-01-211-3/+3
* Fix PR66178, ICE due to misexpansion of constant expressions involving labels.bernds2016-01-211-2/+5
* Update copyright years.jakub2016-01-041-1/+1
* This series of patches fix PR61441. This patch avoids various transformationsssaraswati2015-12-221-7/+32
* This series of patches are for fixing PR61441. This patch modifies code to usessaraswati2015-12-201-1/+2
* simplify-rtx: Simplify sign_extend of lshiftrt to zero_extend (PR68330)segher2015-11-161-0/+7
* simplify-rtx: Simplify trunc of and of shiftrtsegher2015-11-111-0/+28
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-3/+4
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-10/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-12/+10
* [simplify-rtx][2/2] Use constants from pool when simplifying binopsktkachov2015-10-201-1/+11
* Remove REAL_VALUE_FROM_CONST_DOUBLErsandifo2015-10-051-40/+28
* Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUErsandifo2015-10-051-9/+9
* Remove remaining uses of REAL_ARITHMETICrsandifo2015-10-051-1/+1
* Replace REAL_VALUES_LESS with real_lessrsandifo2015-10-051-4/+4
* Replace REAL_VALUES_EQUAL with real_equalrsandifo2015-10-051-8/+8
* gcc/rsandifo2015-08-181-10/+28
* * config/arm/arm.c (neon_element_bits): Replace call todavids2015-08-171-1/+1
* Use lowpart_subreg instead of simplify_gen_subregaesok2015-07-301-3/+12
* gcc/rsandifo2015-07-301-11/+11
* gcc/rsandifo2015-07-281-7/+3
* gcc/rsandifo2015-07-281-4/+6
* [simplify-rtx][2/2] Simplify - (y ? -x : x) -> (!y ? -x : x)ktkachov2015-07-201-0/+26
* [gcc]wschmidt2015-07-151-0/+26
* [PATCH]Fix PR66556. Don't drop side-effect inrenlin2015-07-131-3/+4
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* always define WORD_REGISTER_OPERATIONStbsaunde2015-07-091-3/+1
* * target.def (rtx_costs): Remove "code" param, add "mode".amodra2015-07-081-4/+4
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-5/+1
* * rtlanal.c (commutative_operand_precedence): Correct comments.amodra2015-06-231-41/+63
* Use std::swap instead of manual swaps.miyuki2015-06-221-4/+1
* 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