summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
Commit message (Expand)AuthorAgeFilesLines
* With large parts from Jim Wilson:Bernd Schmidt2010-06-251-14/+35
* cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the new statem...Eric Botcazou2010-06-221-7/+1
* lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther2010-06-131-7/+10
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-5/+6
* gimple.c (gimple_call_builtin_p): New function.Jan Hubicka2010-05-311-0/+12
* gimple.c (gimple_types_compatible_p): Return 0 for aggregate and pointer type...Eric Botcazou2010-05-261-2/+9
* demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz2010-05-261-0/+8
* gimple.c (gimple_types_compatible_p): Check type qualifications before mergin...Richard Guenther2010-05-221-1/+10
* gimple.h (compare_field_offset): Rename into...Eric Botcazou2010-05-151-7/+26
* re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill2010-05-141-0/+4
* re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill2010-05-141-1/+1
* gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to gimple-f...Martin Jambor2010-05-131-39/+0
* c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther2010-05-101-0/+74
* gimple.c (gimple_types_compatible_p): Treat bounds of domain types as equal i...Eric Botcazou2010-05-081-2/+8
* 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