aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-15gimple.h (compare_field_offset): Declare.Richard Guenther1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-29/+29
2009-11-21re PR tree-optimization/42078 (ICE in gimple_assign_set_rhs_code)Alexandre Oliva1-0/+33
2009-11-19gimple.c (canonicalize_cond_expr_cond): Strip conversions around truth-valued...Richard Guenther1-2/+7
2009-10-28re PR lto/41808 (error: non-trivial conversion at assignment)Richard Guenther1-1/+2
2009-10-28gimple.c (gimple_get_alias_set): Fix comment typo.Richard Guenther1-1/+1
2009-10-28tree.c (free_lang_data_in_type): Do not call get_alias_set.Richard Guenther1-18/+32
2009-10-27re PR lto/41821 (ICE in LTO when linking)Richard Guenther1-1/+12
2009-10-20re PR lto/41761 (lto1: error: type mismatch in component reference (const wit...Richard Guenther1-0/+6
2009-10-20gimple.c (gimple_types_compatible_p): Simplify.Richard Guenther1-89/+84
2009-10-16lto-symtab.c (merge_incomplete_and_complete_type): Remove.Richard Guenther1-111/+82
2009-10-16gimple.c (iterative_hash_gimple_type): For integer types also hash their mini...Richard Guenther1-1/+18
2009-10-16gimple.c (gimple_types_compatible_p): Restrict completing types to record or ...Richard Guenther1-3/+13
2009-10-15re PR lto/41668 (ICE in get_alias_set, at alias.c:698)Richard Guenther1-18/+28
2009-10-15re PR lto/41669 (Infinite recursion trying to build gcc)Richard Guenther1-1/+14
2009-10-14gimple.c (gtc_ob): New global.Richard Guenther1-15/+20
2009-10-11gimple.c (iterative_hash_type_name): Do not handle special anonymous names.Richard Guenther1-15/+0
2009-10-08gimple.c (free_gimple_type_tables): New function.Richard Guenther1-2/+28
2009-10-06gimple.c (gimple_type_hash): Use CONST_CAST_TREE to fix compilation.Jerry Quinn1-1/+2
2009-10-03Merge lto branch into trunk.Diego Novillo1-4/+1169
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-48/+35
2009-09-14Squash commit of EH in gimpleRichard Henderson1-31/+42
2009-09-11gsstruct.def (DEFGSSTRUCT): Remove printable-name argument...Richard Henderson1-121/+23
2009-09-03[multiple changes]Diego Novillo1-0/+72
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-4/+33
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-5/+7
2009-07-07re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez1-0/+1
2009-06-17re PR c++/40389 (optimizer bug (possibly))Richard Guenther1-1/+1
2009-06-16bitmap.c (bitmap_clear): Don't declare as inline.Ian Lance Taylor1-1/+1
2009-06-13re PR c++/40389 (optimizer bug (possibly))Richard Guenther1-0/+5
2009-06-03ansidecl.h (EXPORTED_CONST): Define.Ian Lance Taylor1-1/+1
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-30/+1
2009-05-06tree-ssa.c (execute_update_address_taken): Handle TARGET_MEM_REF when process...Andrey Belevantsev1-0/+6
2009-05-02re PR regression/40001 (r146817 broke libgloss build for SPU)Richard Guenther1-13/+7
2009-04-22Makefile.in: Update dependencies.Manuel López-Ibáñez1-1/+1
2009-04-21re PR tree-optimization/39829 (ICE with some code that produces VCE)Richard Guenther1-0/+2
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-8/+10
2009-04-16gimple.c (gimple_copy): Do not clear addresses_taken bitmap.Richard Guenther1-6/+29
2009-04-16gimple.h (walk_stmt_load_store_addr_ops): Declare.Richard Guenther1-0/+198
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-49/+102
2009-03-31re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther1-62/+12
2008-12-07* gimple.c (recalculate_side_effects) <tcc_constant>: New case.Eric Botcazou1-1/+4
2008-11-13re PR bootstrap/38100 (gcc fails to compile with (undefined symbol) gimple_ch...Jakub Jelinek1-36/+1
2008-09-23cgraph.c (cgraph_free_edge): Use sizeof(*e).Martin Jambor1-1/+1
2008-09-21gccint.texi: Include generic.texi and gimple.texi.Diego Novillo1-2/+4
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-3/+3
2008-09-03re PR tree-optimization/37315 (gcc.c-torture/execute/931018-1.c int-compare....Jan Hubicka1-0/+8
2008-08-29tree.c (build_function_type_skip_args, [...]): New functions.Jan Hubicka1-0/+33
2008-08-23tree.c (decl_address_ip_invariant_p): New function.Jan Hubicka1-12/+50
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-2/+1