summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/43080 (ICE with anonymous union and -flto)Richard Guenther2010-04-261-1/+2
* gimple.c (walk_gimple_op): Do not request a pure rvalue on the RHS if the LHS...Eric Botcazou2010-04-131-4/+8
* gsstruct.def (GSS_CALL): New.Richard Guenther2010-04-121-0/+16
* ipa-reference.c (mark_load): Use get_base_address.Richard Guenther2010-04-071-3/+3
* re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never e...Richard Guenther2010-02-261-48/+0
* re PR lto/42665 (Internal compiler exception in with gfortran when using -fw...Richard Guenther2010-01-141-2/+6
* re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails)Rainer Orth2010-01-051-2/+2
* gimple.h (compare_field_offset): Declare.Richard Guenther2009-12-151-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-29/+29
* re PR tree-optimization/42078 (ICE in gimple_assign_set_rhs_code)Alexandre Oliva2009-11-211-0/+33
* gimple.c (canonicalize_cond_expr_cond): Strip conversions around truth-valued...Richard Guenther2009-11-191-2/+7
* re PR lto/41808 (error: non-trivial conversion at assignment)Richard Guenther2009-10-281-1/+2
* gimple.c (gimple_get_alias_set): Fix comment typo.Richard Guenther2009-10-281-1/+1
* tree.c (free_lang_data_in_type): Do not call get_alias_set.Richard Guenther2009-10-281-18/+32
* re PR lto/41821 (ICE in LTO when linking)Richard Guenther2009-10-271-1/+12
* re PR lto/41761 (lto1: error: type mismatch in component reference (const wit...Richard Guenther2009-10-201-0/+6
* gimple.c (gimple_types_compatible_p): Simplify.Richard Guenther2009-10-201-89/+84
* lto-symtab.c (merge_incomplete_and_complete_type): Remove.Richard Guenther2009-10-161-111/+82
* gimple.c (iterative_hash_gimple_type): For integer types also hash their mini...Richard Guenther2009-10-161-1/+18
* gimple.c (gimple_types_compatible_p): Restrict completing types to record or ...Richard Guenther2009-10-161-3/+13
* re PR lto/41668 (ICE in get_alias_set, at alias.c:698)Richard Guenther2009-10-151-18/+28
* re PR lto/41669 (Infinite recursion trying to build gcc)Richard Guenther2009-10-151-1/+14
* gimple.c (gtc_ob): New global.Richard Guenther2009-10-141-15/+20
* gimple.c (iterative_hash_type_name): Do not handle special anonymous names.Richard Guenther2009-10-111-15/+0
* gimple.c (free_gimple_type_tables): New function.Richard Guenther2009-10-081-2/+28
* gimple.c (gimple_type_hash): Use CONST_CAST_TREE to fix compilation.Jerry Quinn2009-10-061-1/+2
* Merge lto branch into trunk.Diego Novillo2009-10-031-4/+1169
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-48/+35
* Squash commit of EH in gimpleRichard Henderson2009-09-141-31/+42
* gsstruct.def (DEFGSSTRUCT): Remove printable-name argument...Richard Henderson2009-09-111-121/+23
* [multiple changes]Diego Novillo2009-09-031-0/+72
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-4/+33
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-5/+7
* re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez2009-07-071-0/+1
* re PR c++/40389 (optimizer bug (possibly))Richard Guenther2009-06-171-1/+1
* bitmap.c (bitmap_clear): Don't declare as inline.Ian Lance Taylor2009-06-161-1/+1
* re PR c++/40389 (optimizer bug (possibly))Richard Guenther2009-06-131-0/+5
* ansidecl.h (EXPORTED_CONST): Define.Ian Lance Taylor2009-06-031-1/+1
* re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther2009-05-221-30/+1
* tree-ssa.c (execute_update_address_taken): Handle TARGET_MEM_REF when process...Andrey Belevantsev2009-05-061-0/+6
* re PR regression/40001 (r146817 broke libgloss build for SPU)Richard Guenther2009-05-021-13/+7
* Makefile.in: Update dependencies.Manuel López-Ibáñez2009-04-221-1/+1
* re PR tree-optimization/39829 (ICE with some code that produces VCE)Richard Guenther2009-04-211-0/+2
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-8/+10
* gimple.c (gimple_copy): Do not clear addresses_taken bitmap.Richard Guenther2009-04-161-6/+29
* gimple.h (walk_stmt_load_store_addr_ops): Declare.Richard Guenther2009-04-161-0/+198
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-49/+102
* re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther2009-03-311-62/+12
* * gimple.c (recalculate_side_effects) <tcc_constant>: New case.Eric Botcazou2008-12-071-1/+4
* re PR bootstrap/38100 (gcc fails to compile with (undefined symbol) gimple_ch...Jakub Jelinek2008-11-131-36/+1