aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)Author
2013-05-23 PR middle-end/57344Jakub Jelinek
2013-02-21 PR middle-end/56420Jakub Jelinek
2013-02-13We should not strip subregs of non-scalars during shift expansion.David S. Miller
2013-02-03gcc/Richard Sandiford
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-28gcc/Richard Sandiford
2012-11-23 PR rtl-optimization/55388Eric Botcazou
2012-11-20gcc/Richard Sandiford
2012-11-18gcc/Richard Sandiford
2012-11-18gcc/Richard Sandiford
2012-11-16Fix gcc.c-torture/compile/pr53410-2.c on sparc.David S. Miller
2012-10-31gcc/Richard Sandiford
2012-10-31gcc/Richard Sandiford
2012-10-31gcc/Richard Sandiford
2012-10-31gcc/Richard Sandiford
2012-10-30gcc/Richard Sandiford
2012-10-24gcc/Richard Sandiford
2012-10-23gcc/Richard Sandiford
2012-10-23gcc/Richard Sandiford
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl
2012-09-14 PR rtl-optimization/44194Eric Botcazou
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl
2012-08-18 PR middle-end/53823John David Anglin
2012-08-022012-08-02 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2012-08-01Allow MODE_PARTIAL_INT in expmed costsRichard Henderson
2012-07-30 PR middle-end/53823John David Anglin
2012-07-27 * expmed.h (alg_hash, alg_hash_used_p, sdiv_pow2_cheap,Nathan Froyd
2012-07-262012-07-26 Bill Schmidt <wschmidt@linux.ibm.com>Bill Schmidt
2012-07-10Move vector highpart emulation to the optabs layerRichard Henderson
2012-07-05 * expmed.c (expand_mult): Initialize coeff and is_neg.Uros Bizjak
2012-06-19Use synth_mult for vector multiplies vs scalar constantRichard Henderson
2012-06-17 * expmed.c (ceil_log2): Move from here...Steven Bosscher
2012-06-15 PR tree-optimization/51581Jakub Jelinek
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2012-05-29 * integrate.c: Remove.Steven Bosscher
2012-05-29 * rtl.h (assign_stack_temp, assign_stack_temp_for_type,Michael Matz
2012-05-05gcc/Richard Sandiford
2012-04-25 PR middle-end/52979Jakub Jelinek
2012-04-04 * doc/rtl.texi (const_double): Document as sign-extending.Mike Stump
2012-03-27 PR middle-end/51893Aurelien Buhrig
2012-03-27 * expmed.c (store_bit_field): Assert that BITREGION_START is a multipleEric Botcazou
2012-03-162012-03-16 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-01-17gcc/Andreas Krebbel
2011-12-09 * dse.c (get_stored_val, get_call_args): Use gen_int_mode.Joern Rennecke
2011-12-09 PR middle-end/40154Joern Rennecke
2011-11-21Revert regression causing changes to store_bit_field_1.David S. Miller
2011-11-19 * expmed.c (store_bit_field_1): Revert bogus formatting change.Eric Botcazou
2011-11-162011-11-16 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel
2011-10-052011-10-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel
2011-09-14 gcc/Julian Brown