Age | Commit message (Expand) | Author | Files | Lines |
2012-03-07 | coverage.c (get_gcov_type): Use type_for_mode. | Richard Guenther | 1 | -4/+3 |
2012-02-29 | re PR middle-end/52419 (Wrong expansion of misaligned vector store) | Jakub Jelinek | 1 | -20/+37 |
2012-02-13 | re PR middle-end/52209 (wrong code at -O0) | Jakub Jelinek | 1 | -2/+3 |
2012-02-07 | re PR middle-end/51994 (git-1.7.8.3 miscompiled due to negative bitpos from g... | Eric Botcazou | 1 | -0/+18 |
2012-02-07 | re PR middle-end/52074 (ICE: RTL flag check: MEM_VOLATILE_P used with unexpec... | Jakub Jelinek | 1 | -2/+11 |
2012-01-27 | re PR tree-optimization/50444 (-ftree-sra ignores alignment) | Richard Guenther | 1 | -60/+100 |
2012-01-27 | re PR middle-end/51959 (ICE in set_mem_alias_set, at emit-rtl.c:1884) | Richard Guenther | 1 | -1/+1 |
2012-01-26 | re PR middle-end/51895 (ICE in simplify_subreg) | Jakub Jelinek | 1 | -0/+10 |
2012-01-24 | rtl.texi (MEM_IN_STRUCT_P, [...]): Delete. | Richard Sandiford | 1 | -2/+0 |
2012-01-24 | rtl.h (true_dependence, [...]): Remove varies parameter. | Richard Sandiford | 1 | -2/+1 |
2012-01-24 | [multiple changes] | Richard Guenther | 1 | -0/+22 |
2012-01-17 | re PR middle-end/51782 (-ftree-sra: Missing address-space information leads t... | Richard Guenther | 1 | -4/+6 |
2012-01-11 | re PR bootstrap/51796 (internal compiler error: in distribute_notes, at combi... | Jakub Jelinek | 1 | -5/+12 |
2012-01-02 | expr.h (move_by_pieces_ninsns): Declare. | Richard Sandiford | 1 | -4/+1 |
2011-12-23 | Delete VEC_EXTRACT_EVEN/ODD_EXPR. | Richard Henderson | 1 | -4/+0 |
2011-12-23 | Delete VEC_INTERLEAVE_*_EXPR. | Jakub Jelinek | 1 | -2/+0 |
2011-12-20 | expr.c (store_field): Avoid a direct store if the mode is larger than the siz... | Bernd Schmidt | 1 | -0/+2 |
2011-12-13 | Revert two unintended commits | Richard Henderson | 1 | -0/+2 |
2011-12-13 | Delete VEC_INTERLEAVE_*_EXPR. | Richard Henderson | 1 | -2/+0 |
2011-12-10 | Force the creation of a CONST_VECTOR for expand_vec_perm. | Richard Henderson | 1 | -0/+17 |
2011-12-08 | re PR tree-optimization/51315 (unaligned memory accesses generated with -ftre... | Eric Botcazou | 1 | -21/+0 |
2011-12-07 | re PR middle-end/45416 (Code size regression from 4.4 for ARM) | Andrew Pinski | 1 | -7/+14 |
2011-11-29 | re PR middle-end/50074 (gcc.dg/sibcall-6.c execution test on x86_64 with -fPIC) | Jakub Jelinek | 1 | -1/+2 |
2011-11-21 | expr.c (expand_expr_real_1): Correctly handle strict volatile bitfield loads ... | Joey Ye | 1 | -3/+8 |
2011-10-25 | Implement interleave via permutation. | Richard Henderson | 1 | -19/+1 |
2011-10-25 | Change vec_perm checking and expansion level. | Richard Henderson | 1 | -3/+5 |
2011-10-18 | md.texi (vec_widen_ushiftl_hi, [...]): Document. | Ira Rosen | 1 | -0/+13 |
2011-10-18 | re PR middle-end/50716 (Segmentation fault caused by misaligned vector access) | Richard Guenther | 1 | -9/+30 |
2011-10-12 | expr.h (copy_blkmode_to_reg): Declare. | Richard Sandiford | 1 | -7/+123 |
2011-10-07 | Rename vshuffle/vec_shuffle to vec_perm. | Richard Henderson | 1 | -3/+4 |
2011-10-03 | Vector shuffling patch from Artem Shinkarov. | Artjoms Sinkarovs | 1 | -0/+15 |
2011-09-29 | expr.c (do_store_flag): Expand vector comparison by building an appropriate V... | Artjoms Sinkarovs | 1 | -0/+11 |
2011-09-15 | re PR c++/50361 ([C++0x] [4.7 Regression] ICE with std::initializer_list and ... | Jason Merrill | 1 | -0/+1 |
2011-09-12 | re PR debug/50299 (entryval: bigendian 32bit->64bit extension breaks address ... | Jakub Jelinek | 1 | -3/+2 |
2011-09-01 | expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ... | Richard Guenther | 1 | -58/+58 |
2011-08-26 | expr.c (string_constant): Handle &MEM_REF. | Richard Guenther | 1 | -0/+11 |
2011-08-25 | re PR debug/50132 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2234 with... | Richard Henderson | 1 | -108/+128 |
2011-08-22 | re PR middle-end/50141 (ICE: tree check: expected var_decl, have parm_decl in... | Jakub Jelinek | 1 | -1/+2 |
2011-08-19 | arm.md (maddhidi4): Remove '*' from name. | Andrew Stubbs | 1 | -16/+12 |
2011-08-19 | expr.c (expand_expr_real_2): Use widening_optab_handler. | Andrew Stubbs | 1 | -3/+6 |
2011-08-18 | rtl.h (set_src_cost, [...]): New functions. | Richard Sandiford | 1 | -4/+6 |
2011-08-18 | expr.c (get_inner_reference): Fix typo in last change. | Richard Guenther | 1 | -1/+1 |
2011-08-18 | expr.c (get_inner_reference): Sign-extend the constant twos-complement offset... | Richard Guenther | 1 | -6/+8 |
2011-08-17 | tree.h (convert_to_ptrofftype_loc): New function. | Richard Guenther | 1 | -3/+1 |
2011-08-11 | re PR bootstrap/50018 (fixup_args_size_notes ICE breaks m68k-linux bootstrap) | Richard Henderson | 1 | -3/+6 |
2011-08-10 | tree.h (get_pointer_alignment): Remove max-align argument. | Richard Guenther | 1 | -6/+3 |
2011-08-05 | re PR rtl-optimization/49982 (ICE in fixup_args_size_notes, at expr.c:3625) | Kaz Kojima | 1 | -0/+4 |
2011-08-04 | re PR middle-end/49968 (ICE in calls.c:3141 / assert after emit_stack_restore) | Richard Henderson | 1 | -2/+5 |
2011-08-02 | re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439) | Richard Henderson | 1 | -2/+182 |
2011-07-28 | expr.c (expand_expr_addr_expr_1): Detect a user request for a local frame in ... | DJ Delorie | 1 | -1/+10 |