re PR c++/44366 ([C++0x] g++ crashes when declaring a lambda expression using a typed...
[platform/upstream/gcc.git] / gcc / expr.c
2010-05-31 Jakub Jelinekre PR middle-end/44337 (ICE: in expand_assignment,...
2010-05-24 Paul Brookgengtype-lex.l: Add HARD_REG_SET.
2010-05-21 Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-04-23 Eric Botcazouexpr.c (expand_expr_real_1): Only use conversion betwee...
2010-04-23 Laurynas Biveinissese.h (create_if_region_on_edge): Remove.
2010-04-22 Bernd Schmidtre PR middle-end/29274 (not using mulsidi3)
2010-04-20 Anatoly Sokolovdouble-int.h (double_int_setbit): Declare.
2010-04-12 Eric Botcazouexpr.c (categorize_ctor_elements_1): Properly count...
2010-04-08 Jakub Jelinekre PR bootstrap/43681 (bootstrap fails with "unused...
2010-04-07 Richard Guentherre PR rtl-optimization/42617 (TARGET_MEM_REF and plain...
2010-03-24 Jakub Jelinekre PR debug/19192 (Current development gcc generates...
2010-03-01 Richard Guentherre PR tree-optimization/43213 (Worse code generated...
2010-02-19 Jakub Jelinekre PR middle-end/42233 (c++ builtin_expect code generat...
2010-02-07 Richard Guentherre PR debug/42991 (cfgexpand.c:2487: Conditional jump...
2009-12-17 Richard Guentherre PR middle-end/42397 (FAIL: gfortran.dg/lto/20091028...
2009-11-30 Richard Guentherre PR middle-end/42119 (internal compiler error: in...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-24 Paolo Carlini[multiple changes]
2009-11-24 Michael Matztree.h (union tree_ann_d): Don't declare.
2009-10-26 Ben Ellistontm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.
2009-10-26 Ben Ellistonextend.texi (Named Address Spaces): New section.
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-09-13 Richard Guentherlanghooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
2009-09-10 Uros BizjakRevert:
2009-09-09 Uros Bizjakre PR c/39779 (ICE shifting byte to the right with...
2009-09-02 Michael Matzexpr.h (emit_storent_insn, [...]): Declare.
2009-08-27 Michael Matzexpr.c (expand_expr_real_2): New function taking explod...
2009-08-25 Michael Matzexpr.h (jumpifnot_1, [...]): Declare.
2009-08-25 Michael Matzexpr.h (struct separate_ops, sepops): New type for...
2009-08-25 Michael Matzexpr.c (expand_expr_real_1): New local treeop0...
2009-08-19 Jakub Jelinekre PR middle-end/41123 (ICE in expand_expr_real_1)
2009-08-01 Paolo Bonziniexpr.c (store_constructor): Use promote_decl_mode.
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-01 Paolo Bonziniexpr.c (expand_expr_real_1): Reinstate fallthrough...
2009-06-28 Paolo Bonziniexpr.c (expand_expr_real_1): Just use do_store_flag.
2009-06-22 Shujing Zhaoalias.c: Use REG_P...
2009-06-17 Ian Lance Taylorexpr.c (struct move_by_pieces_d): Rename from move_by_p...
2009-06-17 Steve Ellceyexpr.c (expand_assignment): Change complex type check.
2009-06-16 Jakub Jelinekre PR middle-end/40446 (ICE in gen_lowpart_general)
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-06-05 Revital Eresmisaligned store support
2009-05-27 Olivier Hainqueexpr.c (target_align): New function.
2009-05-26 Richard Guentherre PR middle-end/40248 (FAIL: gcc.c-torture/compile...
2009-05-22 Richard Guentherre PR tree-optimization/38964 (TBAA side-effects of...
2009-05-20 Richard Guentherexpr.c (expand_expr_real_1): Avoid calling do_store_fla...
2009-05-06 Adam Nemetexpr.c (get_def_for_expr): Move it up in the file.
2009-05-04 Joseph Myersattribs.c (decl_attributes): Use %qE for identifiers...
2009-05-03 Adam Nemetexpr.c (get_def_for_expr): New function.
2009-04-26 Michael MatzExpand from SSA.
2009-04-25 Anatoly Sokolovtarget.h (struct gcc_target): Add case_values_threshold...
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-04-20 Richard Guentherexpr.c (handled_component_p): Move ...
2009-04-09 Paolo Bonzinii386.md (cmpcc): New.
2009-04-07 Paolo Bonziniexpr.c (do_store_flag): Remove last argument.
2009-04-07 Paolo Bonziniexpr.c (convert_move): Use emit_store_flag instead...
2009-03-29 Paolo Bonzinic-common.c (c_expand_expr, c_staticp): Remove.
2009-03-03 Richard Guentherre PR tree-optimization/39272 (-D_FORTIFY_SOURCE=2...
2008-12-22 Jakub Jelinekre PR middle-end/31150 (Not promoting an whole array...
2008-11-19 Richard Guenthertree.c (build2_stat): Allow non-POINTER_PLUS_EXPRs...
2008-11-12 Jakub Jelinekre PR target/35366 (gfortran.dg/equiv_7.f90 fails with...
2008-10-30 Jakub Jelinekre PR middle-end/37730 (gcc.c-torture/compile/pr37713...
2008-10-11 Eric Botcazoutree.h (contains_packed_reference): Mention ARRAY_RANGE...
2008-10-07 Simon Martinre PR c/35437 (ICE with struct containing incomplete...
2008-09-29 Eric Botcazouexpr.c (expand_expr_real_1): Force op0 to non-constant...
2008-09-18 Joseph Myersexpr.c (emit_group_store): Do not shift before moving...
2008-09-02 H.J. Luexpr.c (emit_group_store): Don't assert stack temp...
2008-09-01 Jan Hubickaexpr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand.
2008-08-31 Jan Hubickafwprop.c (should_replace_address): Add speed attribute.
2008-08-18 Tomas Bilytree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
2008-08-15 Eric Botcazouexpr.c (expand_expr_real_1): When converting to BLKmode...
2008-08-13 H.J. Lure PR middle-end/36701 (unaligned access in gcc.c-tortu...
2008-08-12 Jakub Jelinekre PR middle-end/37014 (internal compiler error: in...
2008-08-06 Kaveh R. Ghazibuiltins.c (expand_builtin_profile_func): Avoid C+...
2008-07-31 Steve Ellcey* expr.c (expand_assignment): Check for complete type.
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-08 Raksit Ashokexpr.c (emit_block_move_via_movmem): Fix expected_align...
2008-07-02 Ian Lance Taylorrtlanal.c (add_reg_note): New function.
2008-06-26 Kaveh R. Ghazidwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and...
2008-06-12 Eric Botcazouexpr.c (store_field): Do a block copy from BLKmode...
2008-06-01 Richard Sandifordrtl.h (emit_clobber, [...]): Declare.
2008-05-23 Eric Botcazouexpr.c (highest_pow2_factor): New case.
2008-05-14 Michael MeissnerAdd SSE5 vector shift/rotate; Update SSE5 vector multiply
2008-05-14 Olivier Hainqueexpr.c (expand_expr_real_1): Force op0 to memory if...
2008-05-14 Kenneth Zadeckrtl.texi: Removed reference to REG_NO_CONFLICT notes.
2008-05-09 Tomas Bilypa.c (reloc_needed): Use CASE_CONVERT.
2008-05-08 Kai Tietz2008-05-07 Kai Tietz <kai,tietz@onevision.com>
2008-04-25 Jan Hubickare PR testsuite/35843 (-fdump-rtl-expand does not exist...
2008-04-23 Tomas Bilytree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR...
2008-04-18 Jan Hubickaexcept.c (dw2_size_of_call_site_table, [...]): Use...
2008-04-15 Jan Hubickagengtype.c (write_root): Param_is argument is OK.
2008-04-07 Jan Hubickafunction.h (rtl): Rename to x_rtl.
2008-04-03 Richard Guentherre PR middle-end/35800 (Revision 133835 failed to compi...
2008-04-02 Richard Guentherre PR tree-optimization/14495 ([tree-ssa] Propagate...
2008-04-02 Paolo Bonziniexpr.c (expand_var): Delete it.
2008-03-31 Jan Hubickabuiltins.c (expand_builtin_setjmp_receiver): Update...
2008-03-18 Paolo Bonziniexpr.c (store_expr): Assume lang_hooks.reduce_bit_field...
2008-03-18 Jan Hubickatree-pretty-print.c: Include predict.h.
2008-03-11 Paolo Bonzinire PR rtl-optimization/35281 (multiply with 0 generated...
2008-03-11 Uros Bizjakre PR c/35526 (ICE on memcpy)
2008-03-06 Richard Guenthertree.def (BIT_FIELD_REF): Constrain result type and...
next