Age | Commit message (Expand) | Author | Files | Lines |
2012-01-26 | re PR tree-optimization/46590 (long compile time with -O2 and many loops) | Michael Matz | 1 | -25/+9 |
2012-01-24 | rtl.texi (MEM_IN_STRUCT_P, [...]): Delete. | Richard Sandiford | 1 | -2/+1 |
2012-01-19 | re PR tree-optimization/46590 (long compile time with -O2 and many loops) | Michael Matz | 1 | -9/+25 |
2012-01-12 | cfgexpand.c (convert_debug_memory_address): Allow any valid pointer type, not... | DJ Delorie | 1 | -3/+1 |
2011-12-23 | Delete VEC_EXTRACT_EVEN/ODD_EXPR. | Richard Henderson | 1 | -2/+0 |
2011-12-23 | Delete VEC_INTERLEAVE_*_EXPR. | Jakub Jelinek | 1 | -2/+0 |
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-13 | life -> live; one favourite typo of mine. | Michael Matz | 1 | -4/+4 |
2011-12-13 | re PR tree-optimization/51117 (rev.181172 causes glibc build failure) | Jakub Jelinek | 1 | -24/+26 |
2011-12-05 | cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th... | Richard Guenther | 1 | -1/+0 |
2011-12-03 | re PR debug/50317 (missing DW_OP_GNU_implicit_pointer) | Jakub Jelinek | 1 | -2/+4 |
2011-12-01 | re PR debug/50317 (missing DW_OP_GNU_implicit_pointer) | Jakub Jelinek | 1 | -0/+6 |
2011-11-08 | gengtype.c (write_field_root): Avoid out-of-scope access of newv. | Michael Matz | 1 | -22/+184 |
2011-11-08 | Merge from transactional-memory branch. | Aldy Hernandez | 1 | -0/+42 |
2011-10-19 | re PR middle-end/50754 (ICE in expand_debug_expr, at cfgexpand.c:3341) | Jakub Jelinek | 1 | -1/+4 |
2011-10-18 | md.texi (vec_widen_ushiftl_hi, [...]): Document. | Ira Rosen | 1 | -0/+2 |
2011-10-18 | tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member. | Richard Guenther | 1 | -1/+1 |
2011-10-07 | re PR middle-end/50527 (inconsistent vla align) | Tom de Vries | 1 | -1/+2 |
2011-09-03 | cfgexpand.c (add_stack_var): Assert that the alignment is not zero. | Eric Botcazou | 1 | -0/+2 |
2011-08-23 | cfgexpand.c (expand_one_register_var): Use get_pointer_alignment. | Michael Matz | 1 | -1/+26 |
2011-07-15 | re PR debug/48220 (DW_OP_GNU_entry_value/DW_TAG_GNU_call_site_parameter vs re... | Eric Botcazou | 1 | -57/+63 |
2011-07-08 | optabs.c (expand_binop): Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE w... | Bernd Schmidt | 1 | -2/+2 |
2011-06-22 | re PR debug/47858 (IPA-SRA decreases quality of debug info) | Jakub Jelinek | 1 | -1/+169 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -2/+1 |
2011-06-14 | re PR fortran/49103 (local variables exchange values / wrong code with -O3) | Jakub Jelinek | 1 | -1/+5 |
2011-05-23 | cfgexpand.c (expand_debug_expr): For unused non-addressable parameters passed... | Jakub Jelinek | 1 | -0/+14 |
2011-04-21 | cfgexpand.c (stack_var): Remove OFFSET... | Easwaran Raman | 1 | -57/+19 |
2011-04-20 | cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable containi... | Easwaran Raman | 1 | -2/+3 |
2011-04-20 | Makefile.in (INTERNAL_FN_DEF, [...]): Define. | Richard Sandiford | 1 | -1/+8 |
2011-04-18 | re PR lto/48492 (LTO bootstrap failure in copy_constant) | Eric Botcazou | 1 | -0/+1 |
2011-04-15 | cfgexpand.c (expand_debug_expr): Use simplify_gen_{unary,binary,ternary} inst... | Jakub Jelinek | 1 | -123/+123 |
2011-04-15 | tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P. | Michael Matz | 1 | -1/+6 |
2011-04-15 | cfgexpand.c (expand_call_stmt): Convert the function type to the original one... | Eric Botcazou | 1 | -2/+2 |
2011-04-14 | cfgexpand.c (expand_call_stmt): Rematerialize the original function type if t... | Eric Botcazou | 1 | -4/+9 |
2011-04-14 | Update alignment on local variables. | H.J. Lu | 1 | -4/+5 |
2011-04-08 | re PR rtl-optimization/48389 (ICE: in make_edges, at cfgbuild.c:319 with -mtu... | Michael Matz | 1 | -0/+3 |
2011-04-04 | re PR debug/48401 (ICE: RTL check: access of elt 4 of 'var_location' with las... | Jakub Jelinek | 1 | -3/+3 |
2011-03-31 | tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea... | Jeff Law | 1 | -1/+1 |
2011-03-29 | re PR debug/48203 (ICE in dwarf2out.c while building eglibc.) | Jakub Jelinek | 1 | -2/+4 |
2011-03-28 | cfgexpand.c (expand_gimple_cond): Always set the source location and block be... | Eric Botcazou | 1 | -24/+14 |
2011-03-16 | re PR debug/45882 (No debug info for vars depending on unused parameter) | Jakub Jelinek | 1 | -1/+25 |
2011-03-03 | re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c) | Jakub Jelinek | 1 | -0/+12 |
2011-02-28 | re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c) | Jakub Jelinek | 1 | -7/+66 |
2011-02-18 | re PR debug/47780 (-fcompare-debug failure with -O -fgcse -fgcse-las -fstack-... | Jakub Jelinek | 1 | -1/+1 |
2011-02-17 | re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ... | Alexandre Oliva | 1 | -37/+7 |
2011-02-15 | re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ... | Alexandre Oliva | 1 | -10/+11 |
2011-02-15 | re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ... | Alexandre Oliva | 1 | -1/+1 |
2011-02-02 | re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ... | Alexandre Oliva | 1 | -1/+1 |
2011-01-21 | re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ... | Alexandre Oliva | 1 | -2/+3 |