aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-23/+29
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-9/+4
2015-06-30target-insns.def (jump): New targetm instruction pattern.Richard Sandiford1-7/+7
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-30expmed.c (extract_bit_field_1): Avoid clobbering a yet-to-be-used base/index ...DJ Delorie1-0/+5
2015-05-22remove #if HAVE_conditional_moveTrevor Saunders1-8/+5
2015-05-22always define HAVE_conditional_moveTrevor Saunders1-2/+2
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-6/+6
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-1/+1
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-6/+4
2015-04-21[expmed] Properly account for the cost and latency of shift+add ops when synt...Kyrylo Tkachov1-29/+26
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