ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL w/o DECL_NAME.
[gcc.git] / gcc / expmed.c
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-08 Eric BotcazouMerge of the scalar-storage-order branch.
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-21 Jan Hubickare PR middle-end/67966 (ICE in convert_move, at expr...
2015-10-13 Alexandre Olivasupport BLKmode inputs for store_bit_field
2015-10-05 Richard SandifordRemove REAL_VALUE_FROM_CONST_DOUBLE
2015-10-05 Richard SandifordReplace REAL_VALUES_EQUAL with real_equal
2015-08-20 Richard Sandifordrtl.h (rtvec_all_equal_p): Declare.
2015-08-17 David Sherwoodarm.c (neon_element_bits): Replace call to GET_MODE_BIT...
2015-07-28 David Sherwoodarm.c (neon_element_bits, [...]): Call GET_MODE_INNER...
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Alan Modratarget.def (rtx_costs): Remove "code" param, add "mode".
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-30 Richard Sandifordtarget-insns.def (jump): New targetm instruction pattern.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-30 DJ Delorieexpmed.c (extract_bit_field_1): Avoid clobbering a...
2015-05-22 Trevor Saundersremove #if HAVE_conditional_move
2015-05-22 Trevor Saundersalways define HAVE_conditional_move
2015-05-20 Mikhail MaltsevPromote types of RTL expressions to more derived ones.
2015-05-19 Richard Sandifordrtl.def (REG): Change format to "r".
2015-05-19 Mikhail MaltsevUse std::swap instead of explicit swaps
2015-04-21 Kyrylo Tkachov[expmed] Properly account for the cost and latency...
2015-04-01 Bernd Edlingerexpmed.c (strict_volatile_bitfield_p): Check that the...
2015-03-23 Kyrylo Tkachov[expmed][trivial] Fix comment about multiplying by...
2015-03-18 Kyrylo Tkachov[expmed][cleanup] Use std::swap instead of manual swapping
2015-03-05 Bernd Edlingerre PR rtl-optimization/65067 (regression on accessing...
2015-01-16 Jiong Wang[Patch] Improve warning message
2015-01-16 Jiong Wang[Patch] Warn and truncate bitsize when partial overflow...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-03 Jakub Jelinek* expmed.c (expand_mult): Use std::swap.
2014-12-03 Jakub Jelinekre PR c/59708 (clang-compatible checked arithmetic...
2014-11-17 Zhenqiang Chencfgexpand.c (expand_gimple_cond): Check ccmp.
2014-11-10 Thomas Preud'hommeexpmed.c (expand_shift_1): Expand 8 bit rotate of 16...
2014-11-01 Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29 DJ Delorieexpmed.c (strict_volatile_bitfield_p): Fix off-by-one...
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-09-01 Marek Polacekre PR middle-end/61903 (signed integer overflow in...
2014-08-29 DJ Deloriecppbuiltin.c (define_builtin_macros_for_type_sizes...
2014-08-22 David Malcolmexpmed.c: Use rtx_insn and rtx_code_label
2014-07-07 Jakub Jelinekexpmed.c (struct init_expmed_rtl): Change all fields...
2014-07-03 Jakub Jelinekgcov-io.c (gcov_read_words): Don't call memmove if...
2014-06-27 Jakub Jelinekre PR tree-optimization/57233 (Vector lowering of LROTA...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-02-04 Jakub Jelinekre PR middle-end/59261 (FAIL: gcc.dg/vect/bb-slp-26...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-17 Eric Botcazouexpmed.c (lowpart_bit_field_p): Fix comment.
2013-12-11 Bernd Edlingerre PR middle-end/59134 (infinite loop between store_fix...
2013-12-11 Bernd Edlingerre PR middle-end/23623 (volatile keyword changes bitfie...
2013-12-11 Sandra Loosemorere PR middle-end/23623 (volatile keyword changes bitfie...
2013-12-03 Jakub Jelinekre PR target/58864 (ICE in connect_traces, at dwarf2cfi...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-11 Joern Renneckere PR middle-end/59049 (Two VOIDmode constant in compar...
2013-10-31 Jakub Jelinekoptabs.c (expand_vec_perm): Avoid vector mode punning...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-28 Sandra Loosemoreexpr.h (extract_bit_field): Remove packedp parameter.
2013-09-09 Richard Sandifordexpmed.c (lshift_value): Take an unsigned HOST_WIDE_INT...
2013-09-09 Richard Sandifordgcc/
2013-09-09 Richard Sandifordasan.c (asan_clear_shadow): Use gen_int_mode with the...
2013-09-09 Richard Sandifordalias.c (addr_side_effect_eval): Use gen_int_mode with...
2013-08-23 Marc Glissere PR other/57324 (Undefined behavior issues found...
2013-06-04 Eric Botcazouexpmed.c (extract_bit_field_1): In the larger-than...
2013-05-23 Jakub Jelinekre PR rtl-optimization/57344 (wrong code with pragma...
2013-05-14 Jakub Jelinekexpmed.c (expand_shift_1): Canonicalize rotates by...
2013-05-13 Jakub Jelinekre PR tree-optimization/45216 (Rotate expressions not...
2013-05-06 Graham Stottexpmed.c (init_expmed_rtl): Remove unused fields reg_fld...
2013-04-10 David S. MillerImprove cstore code generation on 64-bit sparc.
2013-02-21 Jakub Jelinekre PR middle-end/56420 (Arithmetic error in computation...
2013-02-13 David S. MillerWe should not strip subregs of non-scalars during shift...
2013-02-03 Richard Sandifordexpmed.c (extract_bit_field_1): Pass the full width...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-28 Richard Sandifordre PR middle-end/55438 (tmpdir-gcc.dg-struct-layout...
2012-11-23 Eric Botcazoure PR rtl-optimization/55388 (ICE in int_mode_for_mode...
2012-11-20 Richard Sandifordre PR middle-end/55403 (ICE building libitm)
2012-11-18 Richard SandifordMakefile.in (recog.o): Add insn-codes.h.
2012-11-18 Richard Sandifordexpmed.c (narrow_bit_field_mem): New function.
2012-11-16 David S. MillerFix gcc.c-torture/compile/pr53410-2.c on sparc.
2012-10-31 Richard Sandifordexpmed.c (store_bit_field_1): Move generation of MEM...
2012-10-31 Richard Sandifordexpmed.c (store_bit_field_using_insv): New function...
2012-10-31 Richard Sandifordexpmed.c (store_bit_field_1): Use OP_MODE to check...
2012-10-31 Richard Sandifordexpmed.c (store_bit_field_1): Remove test for BLKmode...
2012-10-30 Richard Sandiforddefaults.h (SLOW_UNALIGNED_ACCESS): Provide default...
2012-10-24 Richard Sandifordexpmed.c (lowpart_bit_field_p): Add missing == 0 check.
2012-10-23 Richard Sandifordexpmed.c (store_split_bit_field): Update the calls...
2012-10-23 Richard Sandifordexpmed.c (lowpart_bit_field_p): New function.
2012-09-24 Lawrence CrowlFinish conversion of uses of double_int to the new...
2012-09-14 Eric Botcazoure PR rtl-optimization/44194 (struct returned by value...
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-08-18 John David Anglinre PR middle-end/53823 (FAIL: gcc.c-torture/execute...
2012-08-02 Kenneth Zadeckcfgexpand.c (expand_debug_locations): Encapsulate test...
2012-08-01 Richard HendersonAllow MODE_PARTIAL_INT in expmed costs
2012-07-30 John David Anglinre PR middle-end/53823 (FAIL: gcc.c-torture/execute...
2012-07-27 Nathan Froydexpmed.h (alg_hash, [...]): Delete macro definitions...
2012-07-26 Bill Schmidttree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.
2012-07-10 Richard HendersonMove vector highpart emulation to the optabs layer
next