summaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* PR rtl-optimization/64316jakub2014-12-151-2/+4
* 2014-12-12 Marc Glisse <marc.glisse@inria.fr>glisse2014-12-121-1/+1
* 2014-12-10 Marc Glisse <marc.glisse@inria.fr>glisse2014-12-101-1/+1
* 2014-12-08 Sandra Loosemore <sandra@codesourcery.com>sandra2014-12-091-0/+26
* 2014-11-24 Petr Murzin <petr.murzin@intel.com>iverbin2014-11-241-0/+16
* PR target/63910jakub2014-11-211-2/+7
* PR rtl-optimization/63843jakub2014-11-191-37/+36
* 2014-11-05 Alex Velenko <Alex.Velenko@arm.com>thopre012014-11-051-0/+38
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod2014-11-011-0/+2
* gcc/ada/rsandifo2014-10-291-79/+79
* PR rtl-optimization/63615amodra2014-10-251-1/+1
* PR debug/60655amodra2014-10-201-17/+22
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+6
* gcc/rsandifo2014-09-071-4/+4
* * cppbuiltin.c (define_builtin_macros_for_type_sizes): Rounddj2014-08-291-10/+11
* gcc/kugan2014-08-081-5/+4
* 2014-07-26 Marc Glisse <marc.glisse@inria.fr>glisse2014-07-261-0/+44
* Only transform rotate to rotatert and v.v. if target has bothsegher2014-07-021-0/+2
* [gcc]wschmidt2014-05-201-0/+25
* Fix an error in a CONST_INT_P patch from 2009.bernds2014-05-191-1/+1
* Use target-independent semantics for wi::clz and wi::ctz.rsandifo2014-04-281-2/+11
* Formatting and typo fixes.rsandifo2014-04-231-1/+2
* Fix some off-by-one errors and bounds testsrsandifo2014-04-231-1/+1
* Merge from trunk.rsandifo2014-04-171-3/+2
|\
* | fixed regressions in vrx test caseszadeck2014-01-161-1/+1
* | Review feedback, split long line.mrs2014-01-151-1/+2
* | Fix x86 bootstrap problem; from_array was being use to convertmrs2014-01-141-0/+1
* | Merge in trunk.mrs2014-01-031-1/+1
|\ \ | |/
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
| * PR other/59545jakub2013-12-191-4/+4
* | Merge in trunk.mrs2013-12-131-5/+10
|\ \ | |/
| * PR rtl-optimization/58295ebotcazou2013-12-101-5/+10