aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse1-3/+3
2013-06-04expmed.c (extract_bit_field_1): In the larger-than-a-word case...Eric Botcazou1-5/+7
2013-05-23re PR rtl-optimization/57344 (wrong code with pragma pack(1) and -O1 on x86)Jakub Jelinek1-6/+12
2013-05-14expmed.c (expand_shift_1): Canonicalize rotates by constant bitsize / 2 to bi...Jakub Jelinek1-0/+14
2013-05-13re PR tree-optimization/45216 (Rotate expressions not recognized at tree level)Jakub Jelinek1-6/+15
2013-05-06expmed.c (init_expmed_rtl): Remove unused fields reg_fld...Graham Stott1-14/+14
2013-04-10Improve cstore code generation on 64-bit sparc.David S. Miller1-1/+1
2013-02-21re PR middle-end/56420 (Arithmetic error in computation with compile time uns...Jakub Jelinek1-10/+25
2013-02-13We should not strip subregs of non-scalars during shift expansion.David S. Miller1-2/+2
2013-02-03expmed.c (extract_bit_field_1): Pass the full width of the structure to get_b...Richard Sandiford1-1/+5
2013-01-10Update copyright years in gcc/Richard Sandiford1-4/+1
2012-11-28re PR middle-end/55438 (tmpdir-gcc.dg-struct-layout-1/t001 - t028, gcc.c-tor...Richard Sandiford1-12/+17
2012-11-23re PR rtl-optimization/55388 (ICE in int_mode_for_mode at stor-layout.c:423)Eric Botcazou1-2/+3
2012-11-20re PR middle-end/55403 (ICE building libitm)Richard Sandiford1-5/+5
2012-11-18Makefile.in (recog.o): Add insn-codes.h.Richard Sandiford1-188/+118
2012-11-18expmed.c (narrow_bit_field_mem): New function.Richard Sandiford1-31/+45
2012-11-15Fix gcc.c-torture/compile/pr53410-2.c on sparc.David S. Miller1-1/+2
2012-10-31expmed.c (store_bit_field_1): Move generation of MEM insvs to the MEM_P block.Richard Sandiford1-15/+25
2012-10-31expmed.c (store_bit_field_using_insv): New function, split out from...Richard Sandiford1-182/+208
2012-10-31expmed.c (store_bit_field_1): Use OP_MODE to check whether an insv pattern is...Richard Sandiford1-12/+6
2012-10-31expmed.c (store_bit_field_1): Remove test for BLKmode values.Richard Sandiford1-1/+0
2012-10-30defaults.h (SLOW_UNALIGNED_ACCESS): Provide default definition.Richard Sandiford1-5/+0
2012-10-24expmed.c (lowpart_bit_field_p): Add missing == 0 check.Richard Sandiford1-1/+1
2012-10-23expmed.c (store_split_bit_field): Update the calls to extract_fixed_bit_field.Richard Sandiford1-214/+151
2012-10-23expmed.c (lowpart_bit_field_p): New function.Richard Sandiford1-164/+120
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-37/+18
2012-09-14re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou1-34/+22
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-5/+5
2012-08-18re PR middle-end/53823 (FAIL: gcc.c-torture/execute/930921-1.c execution at -...John David Anglin1-1/+1
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck1-2/+2
2012-08-01Allow MODE_PARTIAL_INT in expmed costsRichard Henderson1-40/+50
2012-07-30re PR middle-end/53823 (FAIL: gcc.c-torture/execute/930921-1.c execution at -...John David Anglin1-2/+4
2012-07-27expmed.h (alg_hash, [...]): Delete macro definitions and re-purpose as inline...Nathan Froyd1-107/+123
2012-07-26tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.Bill Schmidt1-0/+48
2012-07-10Move vector highpart emulation to the optabs layerRichard Henderson1-16/+16
2012-07-05re PR fortran/53449 (fortran fails to build with LTO bootstrap)Uros Bizjak1-2/+2
2012-06-19Use synth_mult for vector multiplies vs scalar constantRichard Henderson1-195/+243
2012-06-17expmed.c (ceil_log2): Move from here...Steven Bosscher1-8/+0
2012-06-15re PR tree-optimization/51581 (Integer division by constant is not vectorized)Jakub Jelinek1-18/+15
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-3/+3
2012-05-29integrate.c: Remove.Steven Bosscher1-2/+2
2012-05-29rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz1-1/+1
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-1/+1
2012-04-25re PR tree-optimization/52979 (likely wrong code bug w/packed bitfields)Jakub Jelinek1-2/+18
2012-04-04rtl.texi (const_double): Document as sign-extending.Mike Stump1-2/+4
2012-03-27re PR middle-end/51893 (Wrong subword index computation in store_bit_field_1 ...Aurelien Buhrig1-1/+4
2012-03-27expmed.c (store_bit_field): Assert that BITREGION_START is a multiple of a un...Eric Botcazou1-2/+3
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-4/+4
2012-01-17re PR middle-end/50325 (76 new fails with rev. 177691)Andreas Krebbel1-3/+15
2011-12-09dse.c (get_stored_val, [...]): Use gen_int_mode.Joern Rennecke1-4/+3