Age | Commit message (Expand) | Author | Files | Lines |
2008-12-31 | re PR middle-end/38676 (ICE during regimplification of GIMPLE_SWITCH) | Jakub Jelinek | 1 | -0/+4 |
2008-12-11 | re PR c++/38253 (g++.dg/ipa/iinline-1.C scan-ipa-dump inline fails on powerpc) | Jakub Jelinek | 1 | -1/+3 |
2008-12-09 | gimplify.c (gimplify_init_constructor): Revert to using < rather than <= for ... | Jason Merrill | 1 | -8/+8 |
2008-12-09 | re PR c++/38410 (g++.dg/eh/crossjump1.C (internal compiler error)) | Jason Merrill | 1 | -4/+9 |
2008-12-05 | re PR tree-optimization/37716 (ice for legal C++ code with -O2 on 20080926) | Jakub Jelinek | 1 | -1/+1 |
2008-12-03 | re PR middle-end/36326 (gimplification of aggregate copies introduces extra a... | Richard Guenther | 1 | -7/+2 |
2008-11-20 | re PR c++/36631 (attribute always_inline -> sorry, unimplemented: recursive... | Jakub Jelinek | 1 | -42/+4 |
2008-11-14 | re PR tree-optimization/38104 (ICE segmentation fault (with -O3 when deref a... | Jakub Jelinek | 1 | -4/+4 |
2008-11-12 | revert: gimplify.c (gimplify_expr): Drop TREE_OVERFLOW from INTEGER_CSTs. | Jakub Jelinek | 1 | -10/+0 |
2008-11-05 | re PR middle-end/37742 (ICE in vectorizer with restrict pointer) | Richard Guenther | 1 | -1/+1 |
2008-10-21 | gimplify.c (gimplify_expr): Drop TREE_OVERFLOW from INTEGER_CSTs. | Jakub Jelinek | 1 | -0/+10 |
2008-10-06 | + * gimplify.c (gimplify_arg): Add location argument. | Aldy Hernandez | 1 | -6/+12 |
2008-10-03 | gimplify.c (gimplify_function_tree): For -finstrument-functions use gimple_bi... | Jakub Jelinek | 1 | -2/+2 |
2008-10-03 | re PR debug/37726 (Even at -O0 -g debuginfo for vars mentioned in nested fns ... | Jakub Jelinek | 1 | -1/+1 |
2008-09-18 | re PR debug/34037 (Bounds for VLAs not emitted into debuginfo) | Jakub Jelinek | 1 | -0/+12 |
2008-09-17 | re PR c/37529 (ICE with invalid goto) | Jakub Jelinek | 1 | -2/+6 |
2008-09-17 | re PR c++/37530 (ICE with invalid catch) | Jakub Jelinek | 1 | -0/+7 |
2008-09-11 | * gimplify.c (pop_gimplify_context): Free bind_expr_stack. | Jan Hubicka | 1 | -0/+1 |
2008-09-10 | re PR middle-end/37338 (gcc.dg/array-init-1.c) | Jakub Jelinek | 1 | -0/+4 |
2008-09-09 | re PR tree-optimization/37354 (ICE: in find_func_aliases, at tree-ssa-structa... | Richard Guenther | 1 | -11/+28 |
2008-09-01 | tree.c (protected_set_expr_location): New. | Aldy Hernandez | 1 | -0/+2 |
2008-09-01 | expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand. | Jan Hubicka | 1 | -1/+2 |
2008-08-16 | re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault) | Eric Botcazou | 1 | -1/+5 |
2008-08-13 | tree.h (maybe_fold_offset_to_address): Declare. | Richard Guenther | 1 | -23/+13 |
2008-08-12 | re PR c++/36688 (Incorrect struct assignments with nested const initializers) | Jakub Jelinek | 1 | -1/+1 |
2008-08-06 | builtins.c (expand_builtin_profile_func): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -20/+20 |
2008-08-06 | re PR middle-end/35432 (ICE with zero-sized array) | Aldy Hernandez | 1 | -1/+1 |
2008-08-01 | re PR middle-end/36997 (ICE with incompatible arg to '__builtin_ia32_paddq) | Richard Guenther | 1 | -1/+1 |
2008-07-29 | gimplify.c (gimplify_expr): Clear TREE_SIDE_EFFECTS for OBJ_TYPE_REF. | Richard Guenther | 1 | -0/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -941/+1709 |
2008-07-09 | gimplify.c (struct gimplify_ctx): Move to tree-gimple.h. | Jakub Jelinek | 1 | -36/+18 |
2008-06-27 | gimplify.c (omp_is_private): Don't return true if decl is not already private... | Jakub Jelinek | 1 | -3/+4 |
2008-06-27 | gimplify.c (gimplify_modify_expr_to_memset): Assert our documented assumptions. | Olivier Hainque | 1 | -1/+12 |
2008-06-22 | re PR middle-end/34906 (valgrind error indication from testsuite gimplify.c: ... | Laurynas Biveinis | 1 | -2/+8 |
2008-06-06 | re PR target/36362 (ICE in simplify_subreg) | Jakub Jelinek | 1 | -2/+8 |
2008-06-06 | c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. | Jakub Jelinek | 1 | -101/+249 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -1/+1 |
2008-05-09 | pa.c (reloc_needed): Use CASE_CONVERT. | Tomas Bily | 1 | -9/+5 |
2008-05-07 | [multiple changes] | Kenneth Zadeck | 1 | -4/+8 |
2008-05-07 | re PR middle-end/36013 (Wrong code involving restricted pointers to non-restr... | Ian Lance Taylor | 1 | -3/+12 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 1 | -1/+0 |
2008-04-23 | tree-cfg.c (verify_expr): Check with is_gimple_address. | Paolo Bonzini | 1 | -9/+9 |
2008-04-18 | gimplify.c (gimplify_modify_expr_rhs): Gimplify the LHS using the is_gimple_l... | Eric Botcazou | 1 | -1/+1 |
2008-04-18 | except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r... | Jan Hubicka | 1 | -1/+1 |
2008-03-24 | re PR c/22371 (C front-end produces mis-match types in MODIFY_EXPR) | Richard Guenther | 1 | -1/+13 |
2008-03-18 | tree-pretty-print.c: Include predict.h. | Jan Hubicka | 1 | -0/+4 |
2008-03-18 | re PR middle-end/35611 (FAIL: libgomp.c/omp-nested-1.c execution test) | Jakub Jelinek | 1 | -3/+9 |
2008-03-06 | Formatting nit. | Jakub Jelinek | 1 | -1/+2 |
2008-03-06 | gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes for the same VAR... | Jakub Jelinek | 1 | -1/+4 |
2008-02-14 | re PR middle-end/35136 (ICE caused by address calculation with loop variable ... | Eric Botcazou | 1 | -8/+8 |