re PR bootstrap/51796 (internal compiler error: in distribute_notes, at combine.c...
[gcc.git] / gcc / expr.c
2012-01-11 Jakub Jelinekre PR bootstrap/51796 (internal compiler error: in...
2012-01-02 Richard Sandifordexpr.h (move_by_pieces_ninsns): Declare.
2011-12-23 Richard HendersonDelete VEC_EXTRACT_EVEN/ODD_EXPR.
2011-12-23 Jakub JelinekDelete VEC_INTERLEAVE_*_EXPR.
2011-12-20 Bernd Schmidtexpr.c (store_field): Avoid a direct store if the mode...
2011-12-13 Richard HendersonRevert two unintended commits
2011-12-13 Richard HendersonDelete VEC_INTERLEAVE_*_EXPR.
2011-12-10 Richard HendersonForce the creation of a CONST_VECTOR for expand_vec_perm.
2011-12-08 Eric Botcazoure PR tree-optimization/51315 (unaligned memory accesse...
2011-12-07 Andrew Pinskire PR middle-end/45416 (Code size regression from 4...
2011-11-29 Jakub Jelinekre PR middle-end/50074 (gcc.dg/sibcall-6.c execution...
2011-11-21 Joey Yeexpr.c (expand_expr_real_1): Correctly handle strict...
2011-10-25 Richard HendersonImplement interleave via permutation.
2011-10-25 Richard HendersonChange vec_perm checking and expansion level.
2011-10-18 Ira Rosenmd.texi (vec_widen_ushiftl_hi, [...]): Document.
2011-10-18 Richard Guentherre PR middle-end/50716 (Segmentation fault caused by...
2011-10-12 Richard Sandifordexpr.h (copy_blkmode_to_reg): Declare.
2011-10-07 Richard HendersonRename vshuffle/vec_shuffle to vec_perm.
2011-10-03 Artjoms SinkarovsVector shuffling patch from Artem Shinkarov.
2011-09-29 Artjoms Sinkarovsexpr.c (do_store_flag): Expand vector comparison by...
2011-09-15 Jason Merrillre PR c++/50361 ([C++0x] [4.7 Regression] ICE with...
2011-09-12 Jakub Jelinekre PR debug/50299 (entryval: bigendian 32bit->64bit...
2011-09-01 Richard Guentherexpr.c (expand_expr_real_2): Move COND_EXPR and VEC_CON...
2011-08-26 Richard Guentherexpr.c (string_constant): Handle &MEM_REF.
2011-08-25 Richard Hendersonre PR debug/50132 (ICE: in maybe_record_trace_start...
2011-08-22 Jakub Jelinekre PR middle-end/50141 (ICE: tree check: expected var_d...
2011-08-19 Andrew Stubbsarm.md (maddhidi4): Remove '*' from name.
2011-08-19 Andrew Stubbsexpr.c (expand_expr_real_2): Use widening_optab_handler.
2011-08-18 Richard Sandifordrtl.h (set_src_cost, [...]): New functions.
2011-08-18 Richard Guentherexpr.c (get_inner_reference): Fix typo in last change.
2011-08-18 Richard Guentherexpr.c (get_inner_reference): Sign-extend the constant...
2011-08-17 Richard Guenthertree.h (convert_to_ptrofftype_loc): New function.
2011-08-11 Richard Hendersonre PR bootstrap/50018 (fixup_args_size_notes ICE breaks...
2011-08-10 Richard Guenthertree.h (get_pointer_alignment): Remove max-align argument.
2011-08-05 Kaz Kojimare PR rtl-optimization/49982 (ICE in fixup_args_size_no...
2011-08-04 Richard Hendersonre PR middle-end/49968 (ICE in calls.c:3141 / assert...
2011-08-02 Richard Hendersonre PR debug/49864 (ICE: in maybe_record_trace_start...
2011-07-28 DJ Delorieexpr.c (expand_expr_addr_expr_1): Detect a user request...
2011-07-28 Aldy Hernandezexpr.c (get_bit_range): Handle *MEM_REF's.
2011-07-27 Aldy Hernandezparams.h (ALLOW_STORE_DATA_RACES): New.
2011-07-19 Richard Sandifordrtl.texi (MEM_SIZE_KNOWN_P): Document.
2011-07-19 Richard Guentherre PR middle-end/18908 (Missed folding opportunities...
2011-07-18 Richard Guentherexpr.c (expand_expr_real_2): Properly truncate the...
2011-07-14 Richard Sandifordre PR middle-end/49736 (Revision 176228 miscompiled...
2011-07-13 Richard Sandifordtree.h (categorize_ctor_elements): Remove comment.
2011-07-11 Richard Sandifordexpr.c (expand_expr_real_1): Use expand_insn for movmis...
2011-07-08 Bernd Schmidtoptabs.c (expand_binop): Use GET_MODE_PRECISION instead...
2011-07-06 Bernd Schmidtemit-rtl.c (paradoxical_subreg_p): New function.
2011-07-06 Bernd Schmidtmachmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.
2011-07-06 Bernd Schmidtcse.c (find_comparison_args): Use val_mode_signbit_set_p.
2011-06-24 Easwaran Ramanre PR rtl-optimization/49429 (dse.c change (r175063...
2011-06-16 Joern Renneckere PR middle-end/46500 (target.h includes tm.h)
2011-06-15 Richard Guentherexpr.c (expand_expr_real_2): Reduce all integral types...
2011-06-14 Joseph Myerstarget-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to...
2011-05-23 Jakub Jelinekre PR middle-end/48973 (Inliner bug with one-bit (1...
2011-05-04 Richard Guenthertree.h (int_const_binop): Remove notrunc argument.
2011-04-29 Richard Guentherexpr.h (expand_shift): Rename to ...
2011-04-21 Richard Sandifordtarget.def (legitimate_constant_p): New hook.
2011-04-20 Richard SandifordMakefile.in (INTERNAL_FN_DEF, [...]): Define.
2011-04-18 Michael Matzexpr.c (expand_expr_real_2): Use GET_MODE instead of...
2011-04-09 Anatoly Sokolovexpr.c (expand_expr_real_1): Use add_to_hard_reg_set...
2011-04-08 Richard Guenthergimple.h (gimple_call_fntype): New function.
2011-04-01 Jakub Jelinekre PR middle-end/48335 (ICE in convert_move)
2011-04-01 Richard Sandifordexpr.c (emit_block_move_via_movmem): Use n_generator_ar...
2011-03-31 Jeff Lawtree-ssa-forwprop.c (forward_propagate_into_cond):...
2011-03-25 Richard Hendersonexpr.c (emit_block_move_via_movmem): Only use 6 operand...
2011-03-23 Julian Brownexpr.c (expand_expr_real_1): Only use BLKmode for volat...
2011-03-23 Richard Sandifordoptabs.h (emit_unop_insn, [...]): Change insn code...
2011-03-22 Richard Guenthergimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC...
2011-03-21 Richard Sandifordexpr.h (prepare_operand): Move to...
2011-03-18 Andrew Pinskire PR middle-end/47790 (optimize_bitfield_assignment_op...
2011-03-18 Jakub Jelinekre PR bootstrap/48161 (hppa*-*-* will not bootstrap...
2011-03-09 Jakub Jelinekre PR rtl-optimization/47866 (gcc.dg/torture/vector...
2011-02-04 Jakub Jelinekre PR inline-asm/23200 (rejects "i"(&var + 1))
2011-02-03 Jakub Jelinekre PR target/47312 (ICE: in expand_ternary_op, at optab...
2011-01-28 Jakub Jelinekre PR target/42894 (Invalid rtl sharing in Thumb1.)
2011-01-18 Jakub Jelinekre PR rtl-optimization/47299 (Widening multiply optimiz...
2011-01-03 Eric Botcazoure PR middle-end/47017 (gnatlib ICE on sparc64-linux)
2010-12-21 Jakub Jelinekre PR middle-end/45852 (volatile structs are broken!)
2010-11-25 Joseph Myerstarget.def (supports_split_stack, [...]): Take gcc_opti...
2010-11-16 Nathan Froydexpr.c (alignment_for_piecewise_move): New function.
2010-11-11 Jakub Jelinekre PR middle-end/46388 (ICE in int_mode_for_mode, at...
2010-11-05 Jakub Jelinekre PR target/45670 (Less efficient x86 addressing mode...
2010-11-05 Joern Renneckere PR bootstrap/44756 ([meta-bug] --enable-werror-alway...
2010-11-05 Joern Renneckere PR bootstrap/44756 ([meta-bug] --enable-werror-alway...
2010-11-04 Richard Guenthertree.def (FMA_EXPR): New tree code.
2010-10-22 Jie Zhangexpr.c (emit_group_load_1): Update calls to extract_bit...
2010-10-13 Richard HendersonCentralize knowledge of eh personality routines.
2010-10-12 Jakub Jelinekexpr.c (store_expr): Share code for STRING_CST and...
2010-10-08 Richard Guentherlto-streamer-in.c (lto_input_ts_decl_minimal_tree_point...
2010-10-04 Julian Brownexpr.c (expand_assignment): Add assertion to prevent...
2010-09-24 Jan Hubickalto-symtab.c (lto_symtab_entry_def): Add guessed field.
2010-09-24 Jan Hubickare PR middle-end/45738 (ICE: tree check: expected var_d...
2010-09-20 Jakub Jelinekre PR rtl-optimization/45728 (ICE: in gen_lowpart_gener...
2010-09-20 Jan Hubickare PR tree-optimization/45605 (Missed devirtualization)
2010-09-15 Jakub Jelinekre PR tree-optimization/45633 (internal compiler error...
2010-09-06 Richard Guenthertree.def (MISALIGNED_INDIRECT_REF): Remove.
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-16 Richard Guenthertree-cfg.c (verify_types_in_gimple_reference): Verify...
2010-08-05 Richard Guentherexpr.c (store_expr): Use emit_block_move only if both...
next