aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-11gimple.c (gimple_type_hash_1): Merge with ...Richard Guenther1-119/+64
2011-05-11gimple.c (gimple_canonical_types_compatible_p): Split out from gimple_types_c...Richard Guenther1-3/+497
2011-05-09lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p for diagnostics.Richard Guenther1-1/+3
2011-05-09gimple.c (type_pair_hash, [...]): Arrange type pairs to be UID ordered.Jan Hubicka1-9/+15
2011-04-21* gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.Eric Botcazou1-2/+4
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-20/+103
2011-04-19re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled)Eric Botcazou1-0/+3
2011-04-15tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.Michael Matz1-1/+6
2011-04-15gimple.h (gimple_asm_clobbers_memory_p): Declare.Nathan Froyd1-0/+17
2011-04-12re PR tree-optimization/46076 (constant propagation and compile-time math no ...Richard Guenther1-0/+1
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2011-04-08gimple.c (gimple_call_flags): Remove kludge.Richard Guenther1-10/+1
2011-04-08gimple.c (gimple_set_modified): Do not queue calls to MODIFIED_NORETURN_CALLS...Richard Guenther1-9/+1
2011-04-08gimple.h (gimple_call_fntype): New function.Richard Guenther1-6/+8
2011-04-03lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...Michael Matz1-2/+2
2011-04-03tree.c (decl_init_priority_insert): Don't create entry for default priority.Michael Matz1-2/+1
2011-03-25ChangeLog gcc/Kai Tietz1-1/+1
2011-03-22gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.Richard Guenther1-4/+3
2011-03-21re PR middle-end/47661 (predict is confused by FP comparisons when math can t...Richard Guenther1-1/+1
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