aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-09re PR c++/25979 (incorrect codegen for conditional [SVO issue])Jason Merrill1-43/+62
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle1-3/+1
2006-02-07re PR c++/26140 (ice on valid C++ code)Richard Guenther1-9/+0
2006-02-03re PR c++/25979 (incorrect codegen for conditional [SVO issue])Jason Merrill1-1/+4
2006-01-30re PR c++/23372 (Temporary aggregate copy not elided when passing parameters ...Richard Guenther1-0/+9
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-7/+8
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-94/+19
2006-01-18[multiple changes]Diego Novillo1-24/+1208
2005-12-18tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis1-2/+2
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-1/+1