summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/59049 (Two VOIDmode constant in comparison passed to cstoresi4)Joern Rennecke2013-11-111-0/+7
* optabs.c (expand_vec_perm): Avoid vector mode punning SUBREGs in SET_DEST.Jakub Jelinek2013-10-311-6/+21
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* expr.h (extract_bit_field): Remove packedp parameter.Sandra Loosemore2013-09-271-54/+15
* expmed.c (lshift_value): Take an unsigned HOST_WIDE_INT instead of an rtx/bit...Richard Sandiford2013-09-091-5/+6
* gcc/Richard Sandiford2013-09-091-4/+3
* asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford2013-09-091-27/+35
* alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford2013-09-091-1/+2
* re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse2013-08-231-3/+3
* expmed.c (extract_bit_field_1): In the larger-than-a-word case...Eric Botcazou2013-06-041-5/+7
* re PR rtl-optimization/57344 (wrong code with pragma pack(1) and -O1 on x86)Jakub Jelinek2013-05-231-6/+12
* expmed.c (expand_shift_1): Canonicalize rotates by constant bitsize / 2 to bi...Jakub Jelinek2013-05-141-0/+14
* re PR tree-optimization/45216 (Rotate expressions not recognized at tree level)Jakub Jelinek2013-05-131-6/+15
* expmed.c (init_expmed_rtl): Remove unused fields reg_fld...Graham Stott2013-05-061-14/+14
* Improve cstore code generation on 64-bit sparc.David S. Miller2013-04-101-1/+1
* re PR middle-end/56420 (Arithmetic error in computation with compile time uns...Jakub Jelinek2013-02-211-10/+25
* We should not strip subregs of non-scalars during shift expansion.David S. Miller2013-02-131-2/+2
* expmed.c (extract_bit_field_1): Pass the full width of the structure to get_b...Richard Sandiford2013-02-031-1/+5
* Update copyright years in gcc/Richard Sandiford2013-01-101-4/+1
* re PR middle-end/55438 (tmpdir-gcc.dg-struct-layout-1/t001 - t028, gcc.c-tor...Richard Sandiford2012-11-281-12/+17
* re PR rtl-optimization/55388 (ICE in int_mode_for_mode at stor-layout.c:423)Eric Botcazou2012-11-231-2/+3
* re PR middle-end/55403 (ICE building libitm)Richard Sandiford2012-11-201-5/+5
* Makefile.in (recog.o): Add insn-codes.h.Richard Sandiford2012-11-181-188/+118
* expmed.c (narrow_bit_field_mem): New function.Richard Sandiford2012-11-181-31/+45
* Fix gcc.c-torture/compile/pr53410-2.c on sparc.David S. Miller2012-11-151-1/+2
* expmed.c (store_bit_field_1): Move generation of MEM insvs to the MEM_P block.Richard Sandiford2012-10-311-15/+25
* expmed.c (store_bit_field_using_insv): New function, split out from...Richard Sandiford2012-10-311-182/+208
* expmed.c (store_bit_field_1): Use OP_MODE to check whether an insv pattern is...Richard Sandiford2012-10-311-12/+6
* expmed.c (store_bit_field_1): Remove test for BLKmode values.Richard Sandiford2012-10-311-1/+0
* defaults.h (SLOW_UNALIGNED_ACCESS): Provide default definition.Richard Sandiford2012-10-301-5/+0
* expmed.c (lowpart_bit_field_p): Add missing == 0 check.Richard Sandiford2012-10-241-1/+1
* expmed.c (store_split_bit_field): Update the calls to extract_fixed_bit_field.Richard Sandiford2012-10-231-214/+151
* expmed.c (lowpart_bit_field_p): New function.Richard Sandiford2012-10-231-164/+120
* Finish conversion of uses of double_int to the new API.Lawrence Crowl2012-09-241-37/+18
* re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou2012-09-141-34/+22
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-5/+5
* re PR middle-end/53823 (FAIL: gcc.c-torture/execute/930921-1.c execution at -...John David Anglin2012-08-181-1/+1
* cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck2012-08-021-2/+2
* Allow MODE_PARTIAL_INT in expmed costsRichard Henderson2012-08-011-40/+50
* re PR middle-end/53823 (FAIL: gcc.c-torture/execute/930921-1.c execution at -...John David Anglin2012-07-301-2/+4
* expmed.h (alg_hash, [...]): Delete macro definitions and re-purpose as inline...Nathan Froyd2012-07-271-107/+123
* tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.Bill Schmidt2012-07-261-0/+48
* Move vector highpart emulation to the optabs layerRichard Henderson2012-07-101-16/+16
* re PR fortran/53449 (fortran fails to build with LTO bootstrap)Uros Bizjak2012-07-051-2/+2
* Use synth_mult for vector multiplies vs scalar constantRichard Henderson2012-06-191-195/+243
* expmed.c (ceil_log2): Move from here...Steven Bosscher2012-06-171-8/+0
* re PR tree-optimization/51581 (Integer division by constant is not vectorized)Jakub Jelinek2012-06-151-18/+15
* 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck2012-06-021-3/+3
* integrate.c: Remove.Steven Bosscher2012-05-291-2/+2
* rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz2012-05-291-1/+1