summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
Commit message (Expand)AuthorAgeFilesLines
* * expmed.c (extract_bit_field_1): In the larger-than-a-word case, factorebotcazou2013-06-041-5/+7
* PR middle-end/57344jakub2013-05-231-6/+12
* * expmed.c (expand_shift_1): Canonicalize rotates byjakub2013-05-141-0/+14
* PR tree-optimization/45216jakub2013-05-131-6/+15
* 2013-05-06 Graham Stott <grahams@btinternet.com>grahams2013-05-061-14/+14
* Improve cstore code generation on 64-bit sparc.davem2013-04-101-1/+1
* PR middle-end/56420jakub2013-02-211-10/+25
* We should not strip subregs of non-scalars during shift expansion.davem2013-02-131-2/+2
* gcc/rsandifo2013-02-031-1/+5
* Update copyright years in gcc/rsandifo2013-01-101-4/+1
* gcc/rsandifo2012-11-281-12/+17
* PR rtl-optimization/55388ebotcazou2012-11-231-2/+3
* gcc/rsandifo2012-11-201-5/+5
* gcc/rsandifo2012-11-181-188/+118
* gcc/rsandifo2012-11-181-31/+45
* Fix gcc.c-torture/compile/pr53410-2.c on sparc.davem2012-11-161-1/+2
* gcc/rsandifo2012-10-311-15/+25
* gcc/rsandifo2012-10-311-182/+208
* gcc/rsandifo2012-10-311-12/+6
* gcc/rsandifo2012-10-311-1/+0
* gcc/rsandifo2012-10-301-5/+0
* gcc/rsandifo2012-10-241-1/+1
* gcc/rsandifo2012-10-231-214/+151
* gcc/rsandifo2012-10-231-164/+120
* Finish conversion of uses of double_int to the new API.crowl2012-09-241-37/+18
* PR rtl-optimization/44194ebotcazou2012-09-141-34/+22
* Modify gcc/*.[hc] double_int call sites to use the new interface.crowl2012-09-071-5/+5
* PR middle-end/53823danglin2012-08-181-1/+1
* 2012-08-02 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-08-021-2/+2
* Allow MODE_PARTIAL_INT in expmed costsrth2012-08-011-40/+50
* PR middle-end/53823danglin2012-07-301-2/+4
* * expmed.h (alg_hash, alg_hash_used_p, sdiv_pow2_cheap,froydnj2012-07-271-107/+123
* 2012-07-26 Bill Schmidt <wschmidt@linux.ibm.com>wschmidt2012-07-261-0/+48
* Move vector highpart emulation to the optabs layerrth2012-07-101-16/+16
* * expmed.c (expand_mult): Initialize coeff and is_neg.uros2012-07-051-2/+2
* Use synth_mult for vector multiplies vs scalar constantrth2012-06-191-195/+243
* * expmed.c (ceil_log2): Move from here...steven2012-06-171-8/+0
* PR tree-optimization/51581jakub2012-06-151-18/+15
* 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-06-021-3/+3
* * integrate.c: Remove.steven2012-05-291-2/+2
* * rtl.h (assign_stack_temp, assign_stack_temp_for_type,matz2012-05-291-1/+1
* gcc/rsandifo2012-05-051-1/+1
* PR middle-end/52979jakub2012-04-251-2/+18
* * doc/rtl.texi (const_double): Document as sign-extending.mrs2012-04-041-2/+4
* PR middle-end/51893ebotcazou2012-03-271-1/+4
* * expmed.c (store_bit_field): Assert that BITREGION_START is a multipleebotcazou2012-03-271-2/+3
* 2012-03-16 Richard Guenther <rguenther@suse.de>rguenth2012-03-161-4/+4
* gcc/rsandifo2012-01-171-3/+15
* * dse.c (get_stored_val, get_call_args): Use gen_int_mode.amylaar2011-12-091-4/+3
* PR middle-end/40154amylaar2011-12-091-31/+26