aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-7/+7
2011-05-05* gimplify.c (create_tmp_var_raw): Don't call build_type_variant.Jakub Jelinek1-5/+0
2011-04-22re PR c/48716 (gcc OpenMP static variable declared in scope inside construct ...Jakub Jelinek1-1/+1
2011-04-15tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.Michael Matz1-1/+1
2011-04-15gimplify.c: Fix issues in comments throughout.Eric Botcazou1-75/+69
2011-04-12re PR tree-optimization/46076 (constant propagation and compile-time math no ...Richard Guenther1-2/+14
2011-04-11gimplify.c (gimple_fold_indirect_ref): Check host_integerp before calling tre...Richard Guenther1-2/+3
2011-04-11cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor1-5/+7
2011-03-25tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.Richard Guenther1-3/+1
2011-03-22* gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.Eric Botcazou1-0/+5
2011-03-21* gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.Eric Botcazou1-0/+1
2011-03-18re PR c++/23372 (Temporary aggregate copy not elided when passing parameters ...Jason Merrill1-1/+11
2011-03-07gimplify.c (gimplify_function_tree): Fix building calls to __builtin_return_a...Paul Wögerer1-2/+2
2011-03-03re PR c/47963 (ICE: tree check: expected tree that contains 'decl common' str...Jakub Jelinek1-2/+3
2010-12-08gimplify.c (gimple_tree_eq): Assert hashes are equal only when checking is en...Richard Guenther1-0/+2
2010-12-01tree.c (build_common_builtin_nodes): Do not initialize BUILT_IN_PROFILE_FUNC_...Jan Hubicka1-3/+21
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-19common.opt (flag_instrument_functions_exclude_functions, [...]): New Variable...Joseph Myers1-0/+40
2010-11-05re PR middle-end/43690 (Internal compiler error detected by avr-gcc.)Jakub Jelinek1-0/+7
2010-11-04re PR tree-optimization/45991 (ICE: verify_stmts failed: Invalid address oper...Richard Guenther1-1/+5
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-4/+26
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-1/+1
2010-10-31tree.h (EXPR_LOC_OR_HERE): New macro.Jason Merrill1-16/+6
2010-10-27gimplify.c (gimplify_decl_expr): Handle anonymous artificial variables sooner.Jason Merrill1-8/+8
2010-10-22gimplify.c (gimplify_variable_sized_compare): Preserve the source location in...Eric Botcazou1-3/+6
2010-10-16gimplify.c (gimplify_type_sizes): If the type is to be ignored for debug info...Eric Botcazou1-1/+4
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-3/+1
2010-10-11tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.Ian Lance Taylor1-0/+2
2010-09-23re PR tree-optimization/45750 (ICE: in iterative_hash_expr, at tree.c:6831 on...Richard Guenther1-1/+5
2010-09-20re PR tree-optimization/45704 (load byte instruction is used for volatile int)Richard Guenther1-0/+9
2010-09-20re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-0/+3
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-9/+0
2010-09-04re PR bootstrap/45519 (Failed to bootstrap)Richard Guenther1-16/+47
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-9/+4
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther1-3/+8
2010-09-01gimplify.c (gimplify_init_constructor): Do not create a temporary for a volat...Eric Botcazou1-3/+4
2010-08-30Stack usage supportEric Botcazou1-0/+2
2010-08-30re PR middle-end/45423 (#pragma omp atomic on bool has issues)Jakub Jelinek1-0/+4
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-9/+6
2010-08-20gimplify.c (gimplify_modify_expr): When assigning to volatiles, copy the src ...Nathan Sidwell1-1/+4
2010-08-19re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...Jason Merrill1-0/+4
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-10/+10
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-05re PR c++/44808 (ICE: tree check: expected var_decl, have result_decl in gimp...Jakub Jelinek1-1/+1
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-1/+0
2010-07-04re PR middle-end/44809 (Mozilla build fails in gimplification.)Richard Guenther1-1/+1
2010-07-03* gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.Eric Botcazou1-7/+4
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-50/+96
2010-06-25re PR middle-end/44665 (typo in comment, incorrect/out-of-date comment)Manuel López-Ibáñez1-2/+2
2010-06-17gimplify.c (gimplify_bind_expr): Always promote complex and vector variables ...Richard Guenther1-8/+3