aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-20re PR c/33238 (ICE on statement expression using variable-sized structure in ...Jakub Jelinek1-34/+45
2007-09-07cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak1-10/+46
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-1/+1
2007-09-05builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.Jakub Jelinek1-2/+44
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-4/+5
2007-09-04re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3...Richard Guenther1-20/+16
2007-08-27re PR c++/31337 (ICE with statement expression)Jason Merrill1-8/+10
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-4/+4
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-1/+1
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+3
2007-08-07common.opt (finstrument-functions-exclude-function-list): New option.Ian Lance Taylor1-1/+2
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26configure.ac: Add types checking to stage1 checking flags.Richard Guenther1-96/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-12gimplify.c (gimplify_conversion): Make sure that the result from maybe_fold_o...Richard Guenther1-4/+11
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-3/+20
2007-07-07auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-06gimplify.c (gimplify_call_expr): Prefer DECL_ARGUMENTS over TYPE_ARG_TYPES fo...Richard Guenther1-14/+21
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-12/+13
2007-06-29re PR middle-end/32493 (Fails to inline varargs function with unused arguments)Richard Guenther1-7/+14
2007-06-27re PR middle-end/32492 (attribute always_inline -> sorry, unimplemented: re...Richard Guenther1-4/+2
2007-06-23re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther1-1/+43
2007-06-23re PR middle-end/31541 (cannot take address of bit field)Jan Hubicka1-8/+20
2007-06-21re PR middle-end/32362 (ICE: in lookup_decl_in_outer_ctx, at omp-low.c:1508)Jakub Jelinek1-1/+14
2007-06-20re PR inline-asm/32109 (ICE with inline-asm and class with destructor)Jakub Jelinek1-0/+13
2007-06-15[multiple changes]Andrew Pinski1-5/+13
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-0/+5
2007-05-30re PR middle-end/32152 (omp lowering creates mismatched types)Richard Guenther1-1/+2
2007-05-07gimplify.c (gimplify_expr): Do not crash when folding (void *)(int)&a + 4.Jan Hubicka1-0/+2
2007-05-04fold-const.c (fold_unary): Convert (T1)(X op Y) into ((T1)X op (T1)Y)...Jan Hubicka1-1/+16
2007-05-01tree.h (maybe_fold_offset_to_component_ref): Remove.Jan Hubicka1-0/+27
2007-04-12re PR tree-optimization/24689 (operand_equal_p does not return true for some ...Richard Guenther1-3/+1
2007-03-31omp-low.c (splay-tree.h): Include.Richard Guenther1-0/+1
2007-02-19gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap due to ca...Eric Botcazou1-0/+15
2007-02-19function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle1-40/+31
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-71/+46
2007-02-15gimplify.c (gimplify_modify_expr): During gimplification...Eric Botcazou1-0/+13
2007-02-07re PR c++/30703 (ICE Segmentation fault on using OpenMP)Jakub Jelinek1-10/+0
2007-01-29re PR c++/28266 (ICE on invalid default variable)Simon Martin1-1/+5
2007-01-24re PR middle-end/27416 (ICE on invalid firstprivate/lastprivate)Jakub Jelinek1-0/+37
2007-01-24re PR middle-end/30494 (ICE with VLA and openmp)Jakub Jelinek1-2/+5
2007-01-03re PR target/20353 (uclibc does not provide C99 math functions)Andrew Pinski1-40/+41
2007-01-01Fix misspelling of GIMPLE_MODIFY_STMT.Andrew Pinski1-1/+1
2007-01-01re PR middle-end/30253 (ICE with statement expression inside a conditional)Andrew Pinski1-1/+2
2007-01-01gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>): Use a temporary va...Andrew Pinski1-0/+2
2007-01-01gimplify.c (gimplify_return_expr): Make the temporary variable for the return...Andrew Pinski1-1/+5
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-9/+13
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-55/+127
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-2/+2