Age | Commit message (Expand) | Author | Files | Lines |
2007-02-19 | gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap due to ca... | Eric Botcazou | 1 | -0/+15 |
2007-02-19 | function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca... | Roger Sayle | 1 | -40/+31 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -71/+46 |
2007-02-15 | gimplify.c (gimplify_modify_expr): During gimplification... | Eric Botcazou | 1 | -0/+13 |
2007-02-07 | re PR c++/30703 (ICE Segmentation fault on using OpenMP) | Jakub Jelinek | 1 | -10/+0 |
2007-01-29 | re PR c++/28266 (ICE on invalid default variable) | Simon Martin | 1 | -1/+5 |
2007-01-24 | re PR middle-end/27416 (ICE on invalid firstprivate/lastprivate) | Jakub Jelinek | 1 | -0/+37 |
2007-01-24 | re PR middle-end/30494 (ICE with VLA and openmp) | Jakub Jelinek | 1 | -2/+5 |
2007-01-03 | re PR target/20353 (uclibc does not provide C99 math functions) | Andrew Pinski | 1 | -40/+41 |
2007-01-01 | Fix misspelling of GIMPLE_MODIFY_STMT. | Andrew Pinski | 1 | -1/+1 |
2007-01-01 | re PR middle-end/30253 (ICE with statement expression inside a conditional) | Andrew Pinski | 1 | -1/+2 |
2007-01-01 | gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>): Use a temporary va... | Andrew Pinski | 1 | -0/+2 |
2007-01-01 | gimplify.c (gimplify_return_expr): Make the temporary variable for the return... | Andrew Pinski | 1 | -1/+5 |
2006-12-12 | re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe... | Andrew Pinski | 1 | -9/+13 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -55/+127 |
2006-11-28 | Privatize SSA variables into gimple_df. | Jan Hubicka | 1 | -2/+2 |
2006-11-16 | re PR middle-end/26306 (ICE on volatile array with non-constant bounds) | Eric Botcazou | 1 | -6/+11 |
2006-11-15 | re PR tree-optimization/29753 (Volatile semantics ignored in some cases) | Paolo Bonzini | 1 | -1/+1 |
2006-11-13 | re PR middle-end/28915 (ICE: tree check: expected class 'constant', have 'dec... | Jason Merrill | 1 | -0/+5 |
2006-11-11 | tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes. | Richard Guenther | 1 | -3/+0 |
2006-10-27 | builtins.c (fold_builtin): Don't generate NOP_EXPR that is going to be thrown... | Jan Hubicka | 1 | -1/+1 |
2006-10-26 | gimplify.c (get_name): Remove extraneous break. | Ben Elliston | 1 | -2/+1 |
2006-10-11 | re PR inline-asm/29119 (Internal compiler error while adding __asm__ statement) | Richard Guenther | 1 | -1/+1 |
2006-10-07 | * gimplify.c, sched-int.h: Fix comment typos. | Kazu Hirata | 1 | -4/+4 |
2006-10-06 | gimplify.c (gimplify_type_sizes): Don't recurse on the pointed-to type. | Olivier Hainque | 1 | -1/+12 |
2006-10-02 | re PR c/29154 (*(* ppointer++)++ = *pointer++ generates bad code) | Jakub Jelinek | 1 | -2/+8 |
2006-09-28 | gimplify.c (gimplify_init_ctor_preeval): Call maybe_with_size_expr on the ele... | Eric Botcazou | 1 | -3/+2 |
2006-09-01 | re PR c++/28899 (gimplification failed) | Jason Merrill | 1 | -4/+17 |
2006-08-26 | re PR c/27893 (ICE with TREE_CONSTANT VLA sizes inside functions) | Joseph Myers | 1 | -4/+4 |
2006-08-21 | re PR c++/27115 (ICE in cp_expr_size or miscompilation with statement express... | Jason Merrill | 1 | -65/+81 |
2006-08-21 | gimplify.c (gimplify_init_constructor): Arrange for the temporary captures of... | Olivier Hainque | 1 | -10/+15 |
2006-08-15 | re PR middle-end/28724 (atomic produces type mismatches) | Jakub Jelinek | 1 | -1/+2 |
2006-07-18 | tree.h (categorize_ctor_elements): Adjust prototype and add descriptive comme... | Olivier Hainque | 1 | -7/+10 |
2006-06-24 | gimplify.c (gimplify_scalar_mode_aggregate_compare): New function. | Olivier Hainque | 1 | -10/+43 |
2006-06-23 | tree.c (max_int_size_in_bytes): New function, inspired from code in function.... | Olivier Hainque | 1 | -4/+36 |
2006-06-13 | re PR debug/26754 (Wrong debug info for variable accessed non-locally) | Eric Botcazou | 1 | -7/+27 |
2006-06-12 | gimplify.c (gimplify_expr): Treat VIEW_CONVERT_EXPR like other lvalues in the... | Eric Botcazou | 1 | -1/+3 |
2006-05-25 | re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer) | Mark Mitchell | 1 | -4/+6 |
2006-05-23 | re PR c++/26757 (C++ front-end producing two DECLs with the same UID) | Andrew MacLeod | 1 | -1/+1 |
2006-05-17 | re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no... | Jakub Jelinek | 1 | -6/+22 |
2006-05-16 | re PR c/27499 (ICE with unsigned iteration variable and -fopenmp) | Jakub Jelinek | 1 | -1/+0 |
2006-05-04 | re PR middle-end/27388 (omp_is_private issues) | Jakub Jelinek | 1 | -6/+11 |
2006-05-03 | re PR fortran/27395 (Problem with arrays in the OpenMP REDUCTION clause in Fo... | Jakub Jelinek | 1 | -2/+2 |
2006-05-02 | re PR middle-end/27337 (OpenMP ICE in expand_expr_real_1 at expr.c:6814) | Jakub Jelinek | 1 | -0/+17 |
2006-04-13 | re PR libgomp/26651 ([gomp] #omp for ordered leaks memory) | Richard Henderson | 1 | -1/+2 |
2006-04-05 | Add missing word in comment. | Eric Botcazou | 1 | -1/+1 |
2006-04-03 | builtins.c (dummy_object): Use build_int_cst instead of convert. | Roger Sayle | 1 | -4/+4 |
2006-04-02 | gimplify.c (gimplify_scan_omp_clauses): Call gimple_boolify on the condition ... | Roger Sayle | 1 | -1/+5 |
2006-03-24 | re PR middle-end/26611 (openmp gomp ICE at gimplify.c:4257) | Jakub Jelinek | 1 | -11/+12 |
2006-03-13 | re PR middle-end/18859 (ACATS ICE c37305a at -O0: in tree_low_cst, at tree.c:... | Eric Botcazou | 1 | -9/+23 |