aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-02re PR c++/44871 (Invalid type mismatches while merging C and C++ sources)Richard Guenther1-37/+85
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-27gimple.c (gimple_assign_copy_p): Use gimple_assign_single_p.Richard Guenther1-31/+5
2010-11-26re PR lto/46648 (type mismatch in array reference; verify_stmts failed)Richard Guenther1-17/+16
2010-11-18re PR lto/46525 (Failed to bootstrap-lto)Richard Guenther1-1/+22
2010-11-17re PR lto/46504 (LTO failed on 483.xalancbmk in SPEC CPU 2006)Richard Guenther1-0/+4
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-1/+2
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-3/+2
2010-10-22gimple.h (gimple_register_canonical_type): Declare.Richard Guenther1-15/+145
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-3/+1
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-0/+4
2010-10-04gimple-fold.c (static_object_in_other_unit_p): Rename to...Jan Hubicka1-1/+2
2010-09-08gimple.c (gimple_types, [...]): Move to GC memory.Richard Guenther1-16/+39
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-7/+4
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther1-1/+1
2010-08-25alias.c (get_alias_set): Assign a single alias-set to all pointers.Richard Guenther1-57/+0
2010-08-25re PR tree-optimization/44562 (ICE: in get_alias_set, at alias.c:716 with -fl...Richard Guenther1-4/+7
2010-08-24Do not check whether memory references accessed in every iteration trap.Sebastian Pop1-16/+14
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther1-0/+3
2010-07-23lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.Richard Guenther1-69/+40
2010-07-22re PR lto/42451 ('warning: type of "array" does not match original declaratio...Richard Guenther1-66/+255
2010-07-21re PR middle-end/45013 (Failed to build 483.xalancbmk in SPEC CPU 2006)Richard Guenther1-0/+6
2010-07-20lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.Richard Guenther1-73/+55
2010-07-10re PR lto/44889 (Bogus "type of ‘nsLayoutModule_NSModule’ does not match ...Richard Guenther1-48/+84
2010-07-09gimple.c (struct type_fixup_s): New struct and VEC type.Richard Guenther1-2/+31
2010-07-07tree-ssa-propagate.h (valid_gimple_call_p): Remove.Richard Guenther1-16/+21
2010-07-04gimple.c (gimple_body): Comments added.Jeremie Salvucci1-1/+4
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-6/+35
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-14/+35
2010-06-22cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the new statem...Eric Botcazou1-7/+1
2010-06-13lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther1-7/+10
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-5/+6
2010-05-31gimple.c (gimple_call_builtin_p): New function.Jan Hubicka1-0/+12
2010-05-26gimple.c (gimple_types_compatible_p): Return 0 for aggregate and pointer type...Eric Botcazou1-2/+9
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-0/+8
2010-05-22gimple.c (gimple_types_compatible_p): Check type qualifications before mergin...Richard Guenther1-1/+10
2010-05-15gimple.h (compare_field_offset): Rename into...Eric Botcazou1-7/+26
2010-05-14re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill1-0/+4
2010-05-14re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill1-1/+1
2010-05-13gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to gimple-f...Martin Jambor1-39/+0
2010-05-10c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther1-0/+74
2010-05-08gimple.c (gimple_types_compatible_p): Treat bounds of domain types as equal i...Eric Botcazou1-2/+8
2010-04-26re PR c++/43080 (ICE with anonymous union and -flto)Richard Guenther1-1/+2
2010-04-13gimple.c (walk_gimple_op): Do not request a pure rvalue on the RHS if the LHS...Eric Botcazou1-4/+8
2010-04-12gsstruct.def (GSS_CALL): New.Richard Guenther1-0/+16
2010-04-07ipa-reference.c (mark_load): Use get_base_address.Richard Guenther1-3/+3
2010-02-26re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never e...Richard Guenther1-48/+0
2010-01-14re PR lto/42665 (Internal compiler exception in with gfortran when using -fw...Richard Guenther1-2/+6
2010-01-05re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails)Rainer Orth1-2/+2
2009-12-15gimple.h (compare_field_offset): Declare.Richard Guenther1-1/+1