aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-31gimple.c (gimple_register_canonical_type): Do not register any types via gimp...Richard Guenther1-12/+0
2011-05-30gimple.c (gimple_types_compatible_p_1): Compare record and union type members...Richard Guenther1-3/+9
2011-05-25gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.Richard Guenther1-4/+12
2011-05-24gimple.c (compare_type_names_p): Remove for_completion_p arg.Richard Guenther1-66/+11
2011-05-24re PR bootstrap/49078 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther1-20/+6
2011-05-23gimple.c (gimple_types_compatible_p_1): Always compare type names.Richard Guenther1-7/+6
2011-05-20re PR middle-end/48849 (SPEC CPU 2000/2006 failed to build with LTO)Richard Guenther1-0/+19
2011-05-20gimple.c (gimple_register_type_1): Do not fiddle with main-variant or pointer...Richard Guenther1-76/+7
2011-05-19gimple.c (gtc_visited, [...]): Remove.Jan Hubicka1-68/+31
2011-05-19gimple.c (gimple_types_compatible_p_1): Compare names of the types themselves.Richard Guenther1-5/+9
2011-05-18re PR tree-optimization/49018 (Inline assembly block executed outside conditi...Richard Guenther1-7/+14
2011-05-18gimple.c (gimple_register_type_1): New function, split out from ...Richard Guenther1-17/+32
2011-05-17gimple.c (type_hash_pair_compare): Fix comparison.Richard Guenther1-3/+5
2011-05-17gimple.c (iterative_hash_gimple_type): Simplify singleton case some more, fix...Richard Guenther1-4/+7
2011-05-17re PR bootstrap/49013 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther1-2/+3
2011-05-17gimple.c (gimple_register_canonical_type): Use the main-variant leader for co...Richard Guenther1-9/+4
2011-05-16gimple.c (gimple_types_compatible_p_1): Use names of the type itself, not its...Richard Guenther1-3/+2
2011-05-16gimple.c (iterative_hash_gimple_type): Re-instantiate change to always visit ...Richard Guenther1-34/+8
2011-05-16gimple.c (struct type_hash_pair): New type.Richard Guenther1-7/+77
2011-05-13gimple.c (gimple_canonical_types_compatible_p): Do not use type-pair caching,...Richard Guenther1-47/+17
2011-05-13re PR lto/48978 (excessive hash table allocation for large lto build)Richard Guenther1-8/+34
2011-05-12gimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle NULLPTR_TYPE similar t...Richard Guenther1-237/+112
2011-05-11re PR bootstrap/48964 (LTO profiledbootstrap failure)Richard Guenther1-1/+1
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