aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-24gimplify.c (gimplify_scalar_mode_aggregate_compare): New function.Olivier Hainque1-10/+43
2006-06-23tree.c (max_int_size_in_bytes): New function, inspired from code in function....Olivier Hainque1-4/+36
2006-06-13re PR debug/26754 (Wrong debug info for variable accessed non-locally)Eric Botcazou1-7/+27
2006-06-12gimplify.c (gimplify_expr): Treat VIEW_CONVERT_EXPR like other lvalues in the...Eric Botcazou1-1/+3
2006-05-25re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)Mark Mitchell1-4/+6
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-1/+1
2006-05-17re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek1-6/+22
2006-05-16re PR c/27499 (ICE with unsigned iteration variable and -fopenmp)Jakub Jelinek1-1/+0
2006-05-04re PR middle-end/27388 (omp_is_private issues)Jakub Jelinek1-6/+11
2006-05-03re PR fortran/27395 (Problem with arrays in the OpenMP REDUCTION clause in Fo...Jakub Jelinek1-2/+2
2006-05-02re PR middle-end/27337 (OpenMP ICE in expand_expr_real_1 at expr.c:6814)Jakub Jelinek1-0/+17
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson1-1/+2
2006-04-05Add missing word in comment.Eric Botcazou1-1/+1
2006-04-03builtins.c (dummy_object): Use build_int_cst instead of convert.Roger Sayle1-4/+4
2006-04-02gimplify.c (gimplify_scan_omp_clauses): Call gimple_boolify on the condition ...Roger Sayle1-1/+5
2006-03-24re PR middle-end/26611 (openmp gomp ICE at gimplify.c:4257)Jakub Jelinek1-11/+12
2006-03-13re PR middle-end/18859 (ACATS ICE c37305a at -O0: in tree_low_cst, at tree.c:...Eric Botcazou1-9/+23
2006-03-10re PR middle-end/26004 (gcc errors on valid code [SVO])Jason Merrill1-1/+2
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-02-23re PR middle-end/26412 (ICE with external arrays using OpenMP)Jakub Jelinek1-1/+1
2006-02-13re PR middle-end/26092 (ICE on const function pointer assigned to a builtin f...Jakub Jelinek1-13/+15