summaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* [simplify-rtx][trivial] Use std::swap instead of manually swappingktkachov2015-04-271-12/+8
* remove more ifdef HAVE_cc0tbsaunde2015-04-221-3/+2
* [PATCH]Enable two UNSIGNED_FLOAT simplifications in simplify_unary_operation_1.renlin2015-04-161-4/+4
* [simplify-rtx] PR 65235: Calculate element size correctly when simplifying (v...ktkachov2015-03-121-1/+15
* PR rtl-optimization/64957jakub2015-02-061-2/+2
* Simplify XOR of (AND or IOR) of XOR.aoliva2015-02-041-0/+33
* Avoid allocating memory when trying but failing to simplify XOR of AND.aoliva2015-02-041-5/+24
* PR debug/64511jakub2015-01-211-2/+4
* Account for high/lo_sum simplification with displacementsmpf2015-01-161-3/+9
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-1/+10
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* * simplify-rtx.c (simplify_binary_operation_1): Handle more casessegher2015-01-061-2/+14
* Update copyright years.jakub2015-01-051-1/+1