aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-07auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-06gimplify.c (gimplify_call_expr): Prefer DECL_ARGUMENTS over TYPE_ARG_TYPES fo...Richard Guenther1-14/+21
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-12/+13
2007-06-29re PR middle-end/32493 (Fails to inline varargs function with unused arguments)Richard Guenther1-7/+14
2007-06-27re PR middle-end/32492 (attribute always_inline -> sorry, unimplemented: re...Richard Guenther1-4/+2
2007-06-23re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther1-1/+43
2007-06-23re PR middle-end/31541 (cannot take address of bit field)Jan Hubicka1-8/+20
2007-06-21re PR middle-end/32362 (ICE: in lookup_decl_in_outer_ctx, at omp-low.c:1508)Jakub Jelinek1-1/+14
2007-06-20re PR inline-asm/32109 (ICE with inline-asm and class with destructor)Jakub Jelinek1-0/+13
2007-06-15[multiple changes]Andrew Pinski1-5/+13
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-0/+5
2007-05-30re PR middle-end/32152 (omp lowering creates mismatched types)Richard Guenther1-1/+2
2007-05-07gimplify.c (gimplify_expr): Do not crash when folding (void *)(int)&a + 4.Jan Hubicka1-0/+2
2007-05-04fold-const.c (fold_unary): Convert (T1)(X op Y) into ((T1)X op (T1)Y)...Jan Hubicka1-1/+16
2007-05-01tree.h (maybe_fold_offset_to_component_ref): Remove.Jan Hubicka1-0/+27
2007-04-12re PR tree-optimization/24689 (operand_equal_p does not return true for some ...Richard Guenther1-3/+1
2007-03-31omp-low.c (splay-tree.h): Include.Richard Guenther1-0/+1
2007-02-19gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap due to ca...Eric Botcazou1-0/+15
2007-02-19function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle1-40/+31
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-71/+46
2007-02-15gimplify.c (gimplify_modify_expr): During gimplification...Eric Botcazou1-0/+13
2007-02-07re PR c++/30703 (ICE Segmentation fault on using OpenMP)Jakub Jelinek1-10/+0
2007-01-29re PR c++/28266 (ICE on invalid default variable)Simon Martin1-1/+5
2007-01-24re PR middle-end/27416 (ICE on invalid firstprivate/lastprivate)Jakub Jelinek1-0/+37
2007-01-24re PR middle-end/30494 (ICE with VLA and openmp)Jakub Jelinek1-2/+5
2007-01-03re PR target/20353 (uclibc does not provide C99 math functions)Andrew Pinski1-40/+41
2007-01-01Fix misspelling of GIMPLE_MODIFY_STMT.Andrew Pinski1-1/+1
2007-01-01re PR middle-end/30253 (ICE with statement expression inside a conditional)Andrew Pinski1-1/+2
2007-01-01gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>): Use a temporary va...Andrew Pinski1-0/+2
2007-01-01gimplify.c (gimplify_return_expr): Make the temporary variable for the return...Andrew Pinski1-1/+5
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-9/+13
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-55/+127
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-2/+2
2006-11-16re PR middle-end/26306 (ICE on volatile array with non-constant bounds)Eric Botcazou1-6/+11
2006-11-15re PR tree-optimization/29753 (Volatile semantics ignored in some cases)Paolo Bonzini1-1/+1
2006-11-13re PR middle-end/28915 (ICE: tree check: expected class 'constant', have 'dec...Jason Merrill1-0/+5
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-3/+0
2006-10-27builtins.c (fold_builtin): Don't generate NOP_EXPR that is going to be thrown...Jan Hubicka1-1/+1
2006-10-26gimplify.c (get_name): Remove extraneous break.Ben Elliston1-2/+1
2006-10-11re PR inline-asm/29119 (Internal compiler error while adding __asm__ statement)Richard Guenther1-1/+1
2006-10-07* gimplify.c, sched-int.h: Fix comment typos.Kazu Hirata1-4/+4
2006-10-06gimplify.c (gimplify_type_sizes): Don't recurse on the pointed-to type.Olivier Hainque1-1/+12
2006-10-02re PR c/29154 (*(* ppointer++)++ = *pointer++ generates bad code)Jakub Jelinek1-2/+8
2006-09-28gimplify.c (gimplify_init_ctor_preeval): Call maybe_with_size_expr on the ele...Eric Botcazou1-3/+2
2006-09-01re PR c++/28899 (gimplification failed)Jason Merrill1-4/+17
2006-08-26re PR c/27893 (ICE with TREE_CONSTANT VLA sizes inside functions)Joseph Myers1-4/+4
2006-08-21re PR c++/27115 (ICE in cp_expr_size or miscompilation with statement express...Jason Merrill1-65/+81
2006-08-21gimplify.c (gimplify_init_constructor): Arrange for the temporary captures of...Olivier Hainque1-10/+15
2006-08-15re PR middle-end/28724 (atomic produces type mismatches)Jakub Jelinek1-1/+2
2006-07-18tree.h (categorize_ctor_elements): Adjust prototype and add descriptive comme...Olivier Hainque1-7/+10