Age | Commit message (Expand) | Author | Files | Lines |
2009-06-28 | expr.c (expand_expr_real_1): Just use do_store_flag. | Paolo Bonzini | 1 | -84/+6 |
2009-06-22 | alias.c: Use REG_P... | Shujing Zhao | 1 | -24/+24 |
2009-06-17 | expr.c (struct move_by_pieces_d): Rename from move_by_pieces. | Ian Lance Taylor | 1 | -11/+11 |
2009-06-17 | expr.c (expand_assignment): Change complex type check. | Steve Ellcey | 1 | -1/+1 |
2009-06-16 | re PR middle-end/40446 (ICE in gen_lowpart_general) | Jakub Jelinek | 1 | -1/+2 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 1 | -4/+6 |
2009-06-05 | misaligned store support | Revital Eres | 1 | -3/+30 |
2009-05-27 | expr.c (target_align): New function. | Olivier Hainque | 1 | -8/+43 |
2009-05-26 | re PR middle-end/40248 (FAIL: gcc.c-torture/compile/20090518-1.c at -O1 and a... | Richard Guenther | 1 | -7/+3 |
2009-05-22 | re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing) | Richard Guenther | 1 | -7/+0 |
2009-05-20 | expr.c (expand_expr_real_1): Avoid calling do_store_flag with mismatched comp... | Richard Guenther | 1 | -1/+6 |
2009-05-06 | expr.c (get_def_for_expr): Move it up in the file. | Adam Nemet | 1 | -23/+26 |
2009-05-05 | attribs.c (decl_attributes): Use %qE for identifiers in diagnostics. | Joseph Myers | 1 | -2/+2 |
2009-05-03 | expr.c (get_def_for_expr): New function. | Adam Nemet | 1 | -85/+106 |
2009-04-26 | Expand from SSA. | Michael Matz | 1 | -5/+21 |
2009-04-25 | target.h (struct gcc_target): Add case_values_threshold field. | Anatoly Sokolov | 1 | -13/+0 |
2009-04-20 | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 1 | -15/+15 |
2009-04-20 | expr.c (handled_component_p): Move ... | Richard Guenther | 1 | -21/+0 |
2009-04-09 | i386.md (cmpcc): New. | Paolo Bonzini | 1 | -1/+0 |
2009-04-07 | expr.c (do_store_flag): Remove last argument. | Paolo Bonzini | 1 | -38/+3 |
2009-04-07 | expr.c (convert_move): Use emit_store_flag instead of "emulating" it. | Paolo Bonzini | 1 | -21/+3 |
2009-03-29 | c-common.c (c_expand_expr, c_staticp): Remove. | Paolo Bonzini | 1 | -8/+26 |
2009-03-03 | re PR tree-optimization/39272 (-D_FORTIFY_SOURCE=2 no longer warns with new g... | Richard Guenther | 1 | -3/+4 |
2008-12-23 | re PR middle-end/31150 (Not promoting an whole array to be static const) | Jakub Jelinek | 1 | -1/+1 |
2008-11-19 | tree.c (build2_stat): Allow non-POINTER_PLUS_EXPRs with non-sizetype offsets ... | Richard Guenther | 1 | -0/+8 |
2008-11-12 | re PR target/35366 (gfortran.dg/equiv_7.f90 fails with -m64 -Os on powerpc-ap... | Jakub Jelinek | 1 | -0/+10 |
2008-10-30 | re PR middle-end/37730 (gcc.c-torture/compile/pr37713.c ICEs at -O3 -msse2) | Jakub Jelinek | 1 | -2/+8 |
2008-10-11 | tree.h (contains_packed_reference): Mention ARRAY_RANGE_REF in head comment. | Eric Botcazou | 1 | -6/+6 |
2008-10-07 | re PR c/35437 (ICE with struct containing incomplete type) | Simon Martin | 1 | -0/+3 |
2008-09-29 | expr.c (expand_expr_real_1): Force op0 to non-constant memory if it cannot be... | Eric Botcazou | 1 | -35/+36 |
2008-09-18 | expr.c (emit_group_store): Do not shift before moving via a stack slot. | Joseph Myers | 1 | -20/+25 |
2008-09-02 | expr.c (emit_group_store): Don't assert stack temp mode size. | H.J. Lu | 1 | -7/+7 |
2008-09-01 | expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand. | Jan Hubicka | 1 | -4/+4 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -4/+5 |
2008-08-18 | tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to | Tomas Bily | 1 | -1/+1 |
2008-08-15 | expr.c (expand_expr_real_1): When converting to BLKmode, try to fetch an inne... | Eric Botcazou | 1 | -19/+84 |
2008-08-13 | re PR middle-end/36701 (unaligned access in gcc.c-torture/execute/complex-7.c) | H.J. Lu | 1 | -6/+25 |
2008-08-12 | re PR middle-end/37014 (internal compiler error: in expand_expr_real_1, at ex... | Jakub Jelinek | 1 | -4/+5 |
2008-08-06 | builtins.c (expand_builtin_profile_func): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -17/+17 |
2008-07-31 | * expr.c (expand_assignment): Check for complete type. | Steve Ellcey | 1 | -0/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -39/+8 |
2008-07-08 | expr.c (emit_block_move_via_movmem): Fix expected_align parameter. | Raksit Ashok | 1 | -2/+4 |
2008-07-02 | rtlanal.c (add_reg_note): New function. | Ian Lance Taylor | 1 | -4/+1 |
2008-06-26 | dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. | Kaveh R. Ghazi | 1 | -5/+5 |
2008-06-12 | expr.c (store_field): Do a block copy from BLKmode to BLKmode-like. | Eric Botcazou | 1 | -18/+36 |
2008-06-01 | rtl.h (emit_clobber, [...]): Declare. | Richard Sandiford | 1 | -5/+5 |
2008-05-23 | expr.c (highest_pow2_factor): New case. | Eric Botcazou | 1 | -0/+7 |
2008-05-14 | Add SSE5 vector shift/rotate; Update SSE5 vector multiply | Michael Meissner | 1 | -14/+15 |
2008-05-14 | expr.c (expand_expr_real_1): Force op0 to memory if the component is to be re... | Olivier Hainque | 1 | -4/+7 |
2008-05-14 | rtl.texi: Removed reference to REG_NO_CONFLICT notes. | Kenneth Zadeck | 1 | -2/+1 |