summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
Commit message (Expand)AuthorAgeFilesLines
* PR middle-end/80173jakub2017-03-311-2/+8
* Update copyright years.jakub2017-01-011-1/+1
* PR middle-end/78416jakub2016-11-221-23/+31
* Use rtx_mode_t instead of std::make_pairrsandifo2016-11-181-2/+2
* * expmed.c (expand_shift_1): Add MAY_FAIL parameter and do not assertebotcazou2016-10-171-11/+24
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* Add inline functions for various bitwise operations.jason2016-09-161-11/+9
* [expmed.c] PR middle-end/77426 Delete duplicate condition in synth_multktkachov2016-09-121-1/+0
* PR middle-end/67485jakub2016-08-161-4/+4
* PR c/7652mpolacek2016-08-121-1/+1
* 2016-07-26 Richard Biener <rguenther@suse.de>rguenth2016-07-261-0/+1
* * 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-20/+20
* [1/2] Move choose_mult_variant declaration and dependent declarations to expm...ktkachov2016-07-141-9/+1
* Remove word_mode hack for split bitfieldsrsandifo2016-06-081-42/+13
* 2016-04-18 Richard Biener <rguenther@suse.de>rguenth2016-04-181-11/+0
* PR rtl-optimization/70174jakub2016-03-111-4/+8
* Update copyright years.jakub2016-01-041-1/+1
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-57/+209
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-7/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-10/+8
* PR middle-end/67966hubicka2015-10-211-8/+0
* support BLKmode inputs for store_bit_fieldaoliva2015-10-131-0/+8
* Remove REAL_VALUE_FROM_CONST_DOUBLErsandifo2015-10-051-16/+6
* Replace REAL_VALUES_EQUAL with real_equalrsandifo2015-10-051-1/+1
* gcc/rsandifo2015-08-201-10/+1
* * config/arm/arm.c (neon_element_bits): Replace call todavids2015-08-171-4/+4
* gcc/rsandifo2015-07-281-4/+0
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* * target.def (rtx_costs): Remove "code" param, add "mode".amodra2015-07-081-23/+29
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-9/+4
* gcc/rsandifo2015-06-301-7/+7
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-5/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* * expmed.c (extract_bit_field_1): Avoid clobbering adj2015-05-301-0/+5
* remove #if HAVE_conditional_movetbsaunde2015-05-221-8/+5
* always define HAVE_conditional_movetbsaunde2015-05-221-2/+2
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-6/+6
* gcc/rsandifo2015-05-191-1/+1
* Use std::swap instead of explicit swapsmiyuki2015-05-191-6/+4
* [expmed] Properly account for the cost and latency of shift+add ops when synt...ktkachov2015-04-211-29/+26
* gcc:edlinger2015-04-011-9/+20
* [expmed][trivial] Fix comment about multiplying by T-1 and adding T.ktkachov2015-03-231-2/+2
* [expmed][cleanup] Use std::swap instead of manual swappingktkachov2015-03-181-18/+9
* gcc:edlinger2015-03-051-17/+17
* [Patch] Improve warning messagejiwang2015-01-161-3/+3
* [Patch] Warn and truncate bitsize when partial overflow happenjiwang2015-01-161-0/+15
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-1/+13
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+10