summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap due to ca...Eric Botcazou2007-02-191-0/+15
* function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle2007-02-191-40/+31
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-71/+46
* gimplify.c (gimplify_modify_expr): During gimplification...Eric Botcazou2007-02-151-0/+13
* re PR c++/30703 (ICE Segmentation fault on using OpenMP)Jakub Jelinek2007-02-071-10/+0
* re PR c++/28266 (ICE on invalid default variable)Simon Martin2007-01-291-1/+5
* re PR middle-end/27416 (ICE on invalid firstprivate/lastprivate)Jakub Jelinek2007-01-241-0/+37
* re PR middle-end/30494 (ICE with VLA and openmp)Jakub Jelinek2007-01-241-2/+5
* re PR target/20353 (uclibc does not provide C99 math functions)Andrew Pinski2007-01-031-40/+41
* Fix misspelling of GIMPLE_MODIFY_STMT.Andrew Pinski2007-01-011-1/+1
* re PR middle-end/30253 (ICE with statement expression inside a conditional)Andrew Pinski2007-01-011-1/+2
* gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>): Use a temporary va...Andrew Pinski2007-01-011-0/+2
* gimplify.c (gimplify_return_expr): Make the temporary variable for the return...Andrew Pinski2007-01-011-1/+5
* re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski2006-12-121-9/+13
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-55/+127
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-2/+2
* re PR middle-end/26306 (ICE on volatile array with non-constant bounds)Eric Botcazou2006-11-161-6/+11
* re PR tree-optimization/29753 (Volatile semantics ignored in some cases)Paolo Bonzini2006-11-151-1/+1
* re PR middle-end/28915 (ICE: tree check: expected class 'constant', have 'dec...Jason Merrill2006-11-131-0/+5
* tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther2006-11-111-3/+0
* builtins.c (fold_builtin): Don't generate NOP_EXPR that is going to be thrown...Jan Hubicka2006-10-271-1/+1
* gimplify.c (get_name): Remove extraneous break.Ben Elliston2006-10-261-2/+1
* re PR inline-asm/29119 (Internal compiler error while adding __asm__ statement)Richard Guenther2006-10-111-1/+1
* * gimplify.c, sched-int.h: Fix comment typos.Kazu Hirata2006-10-071-4/+4
* gimplify.c (gimplify_type_sizes): Don't recurse on the pointed-to type.Olivier Hainque2006-10-061-1/+12
* re PR c/29154 (*(* ppointer++)++ = *pointer++ generates bad code)Jakub Jelinek2006-10-021-2/+8
* gimplify.c (gimplify_init_ctor_preeval): Call maybe_with_size_expr on the ele...Eric Botcazou2006-09-281-3/+2
* re PR c++/28899 (gimplification failed)Jason Merrill2006-09-011-4/+17
* re PR c/27893 (ICE with TREE_CONSTANT VLA sizes inside functions)Joseph Myers2006-08-261-4/+4
* re PR c++/27115 (ICE in cp_expr_size or miscompilation with statement express...Jason Merrill2006-08-211-65/+81
* gimplify.c (gimplify_init_constructor): Arrange for the temporary captures of...Olivier Hainque2006-08-211-10/+15
* re PR middle-end/28724 (atomic produces type mismatches)Jakub Jelinek2006-08-151-1/+2
* tree.h (categorize_ctor_elements): Adjust prototype and add descriptive comme...Olivier Hainque2006-07-181-7/+10
* gimplify.c (gimplify_scalar_mode_aggregate_compare): New function.Olivier Hainque2006-06-241-10/+43
* tree.c (max_int_size_in_bytes): New function, inspired from code in function....Olivier Hainque2006-06-231-4/+36
* re PR debug/26754 (Wrong debug info for variable accessed non-locally)Eric Botcazou2006-06-131-7/+27
* gimplify.c (gimplify_expr): Treat VIEW_CONVERT_EXPR like other lvalues in the...Eric Botcazou2006-06-121-1/+3
* re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)Mark Mitchell2006-05-251-4/+6
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-1/+1
* re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek2006-05-171-6/+22
* re PR c/27499 (ICE with unsigned iteration variable and -fopenmp)Jakub Jelinek2006-05-161-1/+0
* re PR middle-end/27388 (omp_is_private issues)Jakub Jelinek2006-05-041-6/+11
* re PR fortran/27395 (Problem with arrays in the OpenMP REDUCTION clause in Fo...Jakub Jelinek2006-05-031-2/+2
* re PR middle-end/27337 (OpenMP ICE in expand_expr_real_1 at expr.c:6814)Jakub Jelinek2006-05-021-0/+17
* re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson2006-04-131-1/+2
* Add missing word in comment.Eric Botcazou2006-04-051-1/+1
* builtins.c (dummy_object): Use build_int_cst instead of convert.Roger Sayle2006-04-031-4/+4
* gimplify.c (gimplify_scan_omp_clauses): Call gimple_boolify on the condition ...Roger Sayle2006-04-021-1/+5
* re PR middle-end/26611 (openmp gomp ICE at gimplify.c:4257)Jakub Jelinek2006-03-241-11/+12
* re PR middle-end/18859 (ACATS ICE c37305a at -O0: in tree_low_cst, at tree.c:...Eric Botcazou2006-03-131-9/+23