aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-01expmed.c (strict_volatile_bitfield_p): Check that the access will not cross a...Bernd Edlinger1-9/+20
2015-03-23[expmed][trivial] Fix comment about multiplying by T-1 and adding T.Kyrylo Tkachov1-2/+2
2015-03-18[expmed][cleanup] Use std::swap instead of manual swappingKyrylo Tkachov1-18/+9
2015-03-05re PR rtl-optimization/65067 (regression on accessing volatile bit field)Bernd Edlinger1-17/+17
2015-01-16[Patch] Improve warning messageJiong Wang1-3/+3
2015-01-16[Patch] Warn and truncate bitsize when partial overflow happenJiong Wang1-0/+15
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-03* expmed.c (expand_mult): Use std::swap.Jakub Jelinek1-5/+1
2014-12-03re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek1-0/+3
2014-11-17cfgexpand.c (expand_gimple_cond): Check ccmp.Zhenqiang Chen1-1/+1
2014-11-10expmed.c (expand_shift_1): Expand 8 bit rotate of 16 bit value to bswaphi if ...Thomas Preud'homme1-0/+12
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29expmed.c (strict_volatile_bitfield_p): Fix off-by-one error.DJ Delorie1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-101/+101
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+2
2014-09-01re PR middle-end/61903 (signed integer overflow in expmed.c store_fixed_bit_f...Marek Polacek1-4/+5
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie1-7/+13
2014-08-22expmed.c: Use rtx_insn and rtx_code_labelDavid Malcolm1-27/+34
2014-07-07expmed.c (struct init_expmed_rtl): Change all fields but pow2 and cint from s...Jakub Jelinek1-121/+95
2014-07-03gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.Jakub Jelinek1-2/+3
2014-06-27re PR tree-optimization/57233 (Vector lowering of LROTATE_EXPR pessimizes code)Jakub Jelinek1-8/+11
2014-05-06Merge in wide-int.Kenneth Zadeck1-108/+53
2014-02-04re PR middle-end/59261 (FAIL: gcc.dg/vect/bb-slp-26.c -flto -ffat-lto-objects...Jakub Jelinek1-0/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-17expmed.c (lowpart_bit_field_p): Fix comment.Eric Botcazou1-18/+11
2013-12-11re PR middle-end/59134 (infinite loop between store_fixed_bit_field and store...Bernd Edlinger1-7/+36
2013-12-11re PR middle-end/23623 (volatile keyword changes bitfield access size from 32...Bernd Edlinger1-15/+42
2013-12-11re PR middle-end/23623 (volatile keyword changes bitfield access size from 32...Sandra Loosemore1-78/+97
2013-12-03re PR target/58864 (ICE in connect_traces, at dwarf2cfi.c:NNNN)Jakub Jelinek1-5/+0
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-11re PR middle-end/59049 (Two VOIDmode constant in comparison passed to cstoresi4)Joern Rennecke1-0/+7
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