aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-31optabs.c (expand_vec_perm): Avoid vector mode punning SUBREGs in SET_DEST.Jakub Jelinek1-6/+21
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-27expr.h (extract_bit_field): Remove packedp parameter.Sandra Loosemore1-54/+15
2013-09-09expmed.c (lshift_value): Take an unsigned HOST_WIDE_INT instead of an rtx/bit...Richard Sandiford1-5/+6
2013-09-09gcc/Richard Sandiford1-4/+3
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford1-27/+35
2013-09-09alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford1-1/+2
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