aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-07re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez1-0/+1
2009-07-07tree.c (set_expr_locus): Remove.Manuel López-Ibáñez1-5/+5
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-1/+1
2009-06-29re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther1-79/+4
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-25/+33
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-13/+0
2009-05-21tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.Richard Guenther1-0/+18
2009-05-11re PR middle-end/40026 (ICE during gimplify_init_constructor)Paolo Bonzini1-7/+6
2009-05-05re PR middle-end/39666 (spurious warning with ranged-switch statements)Jakub Jelinek1-9/+52
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers1-10/+10
2009-05-02re PR regression/40001 (r146817 broke libgloss build for SPU)Richard Guenther1-3/+8
2009-04-27re PR c/39928 (gimplify_expr failure)Richard Guenther1-1/+6
2009-04-26tree-nested.c (get_nonlocal_vla_type): If not optimizing, call note_nonlocal_...Jakub Jelinek1-1/+42
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-5/+10
2009-04-23gimplify.c (gimplify_modify_expr_rhs): Do not do a direct assignment from the...Eric Botcazou1-2/+5
2009-04-21c-common.c (c_common_truthvalue_conversion): Use LOCATION to build NE_EXPR op...Eric Botcazou1-23/+68
2009-03-31re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther1-91/+46
2009-03-29c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini1-2/+104
2009-03-27gimplify.c (mark_addressable): Export.Richard Guenther1-2/+6
2009-03-12gimplify.c (gimplify_call_expr): Don't set CALL_CANNOT_INLINE_P for functions...Adam Nemet1-5/+1
2009-03-09re PR tree-optimization/39394 (ICE in copy_tree_body_r)Jakub Jelinek1-0/+2
2009-03-03re PR fortran/39354 (bad codegen for openmp atomics (Intel64 Fortran logical ...Jakub Jelinek1-0/+15
2009-02-11re PR middle-end/39154 (Miscompilation of VLAs in nested parallel regions)Jakub Jelinek1-0/+14
2009-02-10re PR target/39139 (ICE with stringop and register var)Jakub Jelinek1-1/+4
2009-02-10re PR middle-end/39127 (Invalid GIMPLE with OpenMP)Richard Guenther1-3/+3
2009-01-22re PR middle-end/38615 (invalid promotion to static from auto)Steve Ellcey1-1/+2
2008-12-31re PR middle-end/38676 (ICE during regimplification of GIMPLE_SWITCH)Jakub Jelinek1-0/+4
2008-12-11re PR c++/38253 (g++.dg/ipa/iinline-1.C scan-ipa-dump inline fails on powerpc)Jakub Jelinek1-1/+3
2008-12-09gimplify.c (gimplify_init_constructor): Revert to using < rather than <= for ...Jason Merrill1-8/+8
2008-12-09re PR c++/38410 (g++.dg/eh/crossjump1.C (internal compiler error))Jason Merrill1-4/+9
2008-12-05re PR tree-optimization/37716 (ice for legal C++ code with -O2 on 20080926)Jakub Jelinek1-1/+1
2008-12-03re PR middle-end/36326 (gimplification of aggregate copies introduces extra a...Richard Guenther1-7/+2
2008-11-20re PR c++/36631 (attribute always_inline -> sorry, unimplemented: recursive...Jakub Jelinek1-42/+4
2008-11-14re PR tree-optimization/38104 (ICE segmentation fault (with -O3 when deref a...Jakub Jelinek1-4/+4
2008-11-12revert: gimplify.c (gimplify_expr): Drop TREE_OVERFLOW from INTEGER_CSTs.Jakub Jelinek1-10/+0
2008-11-05re PR middle-end/37742 (ICE in vectorizer with restrict pointer)Richard Guenther1-1/+1
2008-10-21gimplify.c (gimplify_expr): Drop TREE_OVERFLOW from INTEGER_CSTs.Jakub Jelinek1-0/+10
2008-10-06+ * gimplify.c (gimplify_arg): Add location argument.Aldy Hernandez1-6/+12
2008-10-03gimplify.c (gimplify_function_tree): For -finstrument-functions use gimple_bi...Jakub Jelinek1-2/+2
2008-10-03re PR debug/37726 (Even at -O0 -g debuginfo for vars mentioned in nested fns ...Jakub Jelinek1-1/+1
2008-09-18re PR debug/34037 (Bounds for VLAs not emitted into debuginfo)Jakub Jelinek1-0/+12
2008-09-17re PR c/37529 (ICE with invalid goto)Jakub Jelinek1-2/+6
2008-09-17re PR c++/37530 (ICE with invalid catch)Jakub Jelinek1-0/+7
2008-09-11* gimplify.c (pop_gimplify_context): Free bind_expr_stack.Jan Hubicka1-0/+1
2008-09-10re PR middle-end/37338 (gcc.dg/array-init-1.c)Jakub Jelinek1-0/+4
2008-09-09re PR tree-optimization/37354 (ICE: in find_func_aliases, at tree-ssa-structa...Richard Guenther1-11/+28
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-0/+2
2008-09-01expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand.Jan Hubicka1-1/+2
2008-08-16re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou1-1/+5
2008-08-13tree.h (maybe_fold_offset_to_address): Declare.Richard Guenther1-23/+13