summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* gimplify.c (gimplify_expr): Take care that for bitwise-binary transformation ...Kai Tietz2011-10-141-2/+15
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-10/+10
* Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson2011-10-071-1/+1
* re PR middle-end/50527 (inconsistent vla align)Tom de Vries2011-10-071-2/+3
* Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs2011-10-031-0/+1
* re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...Richard Guenther2011-08-301-42/+27
* 20011-08-29 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>Artjoms Sinkarovs2011-08-291-1/+4
* tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther2011-08-171-1/+1
* re PR middle-end/50040 (missed warning: ‘x.y’ is used uninitialized in th...Richard Guenther2011-08-111-0/+1
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-13/+41
* ChangeLog gcc/Kai Tietz2011-07-211-6/+23
* gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as BIT_XOR_EXPR, same as ...Richard Guenther2011-07-191-10/+17
* gimplify.c (gimplify_expr): Use input_location, not saved_location when build...Richard Guenther2011-07-181-4/+4
* gimplify.c (gimplify_expr): Only do required conversions.Richard Guenther2011-07-141-36/+30
* tree.h (categorize_ctor_elements): Remove comment.Richard Sandiford2011-07-131-21/+23
* re PR c++/45437 (Loses reference during update)Jason Merrill2011-07-081-0/+7
* re PR middle-end/49640 (Internal compiler in C99 code (using variable-length ...Jakub Jelinek2011-07-071-2/+20
* cp-tree.h (error_operand_p): Remove.Paolo Carlini2011-06-101-4/+4
* re PR c++/49165 (ICE on for-loop/throw combination)Jakub Jelinek2011-05-261-2/+7
* tree-cfg.c (verify_gimple_assign_binary): Barf on TRUTH_AND_EXPR, TRUTH_OR_EX...Kai Tietz2011-05-191-1/+17
* gimplify.c (gimplify_expr): Make sure operand is boolified.Kai Tietz2011-05-131-7/+11
* re PR middle-end/48984 (Many testsuite failures)Kai Tietz2011-05-131-3/+3
* gimplify.c (gimple_boolify): Re-boolify expression arguments even if expressi...Kai Tietz2011-05-121-31/+35
* generalize build_case_label to the rest of the compilerNathan Froyd2011-05-061-7/+7
* * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.Jakub Jelinek2011-05-051-5/+0
* re PR c/48716 (gcc OpenMP static variable declared in scope inside construct ...Jakub Jelinek2011-04-221-1/+1
* tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.Michael Matz2011-04-151-1/+1
* gimplify.c: Fix issues in comments throughout.Eric Botcazou2011-04-151-75/+69
* re PR tree-optimization/46076 (constant propagation and compile-time math no ...Richard Guenther2011-04-121-2/+14
* gimplify.c (gimple_fold_indirect_ref): Check host_integerp before calling tre...Richard Guenther2011-04-111-2/+3
* cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor2011-04-111-5/+7
* tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.Richard Guenther2011-03-251-3/+1
* * gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.Eric Botcazou2011-03-221-0/+5
* * gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.Eric Botcazou2011-03-211-0/+1
* re PR c++/23372 (Temporary aggregate copy not elided when passing parameters ...Jason Merrill2011-03-181-1/+11
* gimplify.c (gimplify_function_tree): Fix building calls to __builtin_return_a...Paul Wögerer2011-03-071-2/+2
* re PR c/47963 (ICE: tree check: expected tree that contains 'decl common' str...Jakub Jelinek2011-03-031-2/+3
* gimplify.c (gimple_tree_eq): Assert hashes are equal only when checking is en...Richard Guenther2010-12-081-0/+2
* tree.c (build_common_builtin_nodes): Do not initialize BUILT_IN_PROFILE_FUNC_...Jan Hubicka2010-12-011-3/+21
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* common.opt (flag_instrument_functions_exclude_functions, [...]): New Variable...Joseph Myers2010-11-191-0/+40
* re PR middle-end/43690 (Internal compiler error detected by avr-gcc.)Jakub Jelinek2010-11-051-0/+7
* re PR tree-optimization/45991 (ICE: verify_stmts failed: Invalid address oper...Richard Guenther2010-11-041-1/+5
* tree.def (FMA_EXPR): New tree code.Richard Guenther2010-11-041-4/+26
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-1/+1
* tree.h (EXPR_LOC_OR_HERE): New macro.Jason Merrill2010-10-311-16/+6
* gimplify.c (gimplify_decl_expr): Handle anonymous artificial variables sooner.Jason Merrill2010-10-271-8/+8
* gimplify.c (gimplify_variable_sized_compare): Preserve the source location in...Eric Botcazou2010-10-221-3/+6
* gimplify.c (gimplify_type_sizes): If the type is to be ignored for debug info...Eric Botcazou2010-10-161-1/+4
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-3/+1