summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/49948 (ICE with -ftree-parallelize-loops: "address ta...Jakub Jelinek2011-08-031-0/+14
* gimple.c (canonicalize_cond_expr_cond): Handle cast from boolean-type.Kai Tietz2011-08-021-1/+3
* re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek2011-06-221-1/+25
* gimple.c (canonicalize_cond_expr_cond): (bool)x is not the same as x != 0.Richard Guenther2011-06-161-9/+1
* gimple.c (gimple_register_canonical_type): Do not register any types via gimp...Richard Guenther2011-05-311-12/+0
* gimple.c (gimple_types_compatible_p_1): Compare record and union type members...Richard Guenther2011-05-301-3/+9
* gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.Richard Guenther2011-05-251-4/+12
* gimple.c (compare_type_names_p): Remove for_completion_p arg.Richard Guenther2011-05-241-66/+11
* re PR bootstrap/49078 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther2011-05-241-20/+6
* gimple.c (gimple_types_compatible_p_1): Always compare type names.Richard Guenther2011-05-231-7/+6
* re PR middle-end/48849 (SPEC CPU 2000/2006 failed to build with LTO)Richard Guenther2011-05-201-0/+19
* gimple.c (gimple_register_type_1): Do not fiddle with main-variant or pointer...Richard Guenther2011-05-201-76/+7
* gimple.c (gtc_visited, [...]): Remove.Jan Hubicka2011-05-191-68/+31
* gimple.c (gimple_types_compatible_p_1): Compare names of the types themselves.Richard Guenther2011-05-191-5/+9
* re PR tree-optimization/49018 (Inline assembly block executed outside conditi...Richard Guenther2011-05-181-7/+14
* gimple.c (gimple_register_type_1): New function, split out from ...Richard Guenther2011-05-181-17/+32
* gimple.c (type_hash_pair_compare): Fix comparison.Richard Guenther2011-05-171-3/+5
* gimple.c (iterative_hash_gimple_type): Simplify singleton case some more, fix...Richard Guenther2011-05-171-4/+7
* re PR bootstrap/49013 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther2011-05-171-2/+3
* gimple.c (gimple_register_canonical_type): Use the main-variant leader for co...Richard Guenther2011-05-171-9/+4
* gimple.c (gimple_types_compatible_p_1): Use names of the type itself, not its...Richard Guenther2011-05-161-3/+2
* gimple.c (iterative_hash_gimple_type): Re-instantiate change to always visit ...Richard Guenther2011-05-161-34/+8
* gimple.c (struct type_hash_pair): New type.Richard Guenther2011-05-161-7/+77
* gimple.c (gimple_canonical_types_compatible_p): Do not use type-pair caching,...Richard Guenther2011-05-131-47/+17
* re PR lto/48978 (excessive hash table allocation for large lto build)Richard Guenther2011-05-131-8/+34
* gimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle NULLPTR_TYPE similar t...Richard Guenther2011-05-121-237/+112
* re PR bootstrap/48964 (LTO profiledbootstrap failure)Richard Guenther2011-05-111-1/+1
* gimple.c (gimple_type_hash_1): Merge with ...Richard Guenther2011-05-111-119/+64
* gimple.c (gimple_canonical_types_compatible_p): Split out from gimple_types_c...Richard Guenther2011-05-111-3/+497
* lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p for diagnostics.Richard Guenther2011-05-091-1/+3
* gimple.c (type_pair_hash, [...]): Arrange type pairs to be UID ordered.Jan Hubicka2011-05-091-9/+15
* * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.Eric Botcazou2011-04-211-2/+4
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-20/+103
* re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled)Eric Botcazou2011-04-191-0/+3
* tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.Michael Matz2011-04-151-1/+6
* gimple.h (gimple_asm_clobbers_memory_p): Declare.Nathan Froyd2011-04-151-0/+17
* re PR tree-optimization/46076 (constant propagation and compile-time math no ...Richard Guenther2011-04-121-0/+1
* Remove doubled up words.Mike Stump2011-04-101-1/+1
* gimple.c (gimple_call_flags): Remove kludge.Richard Guenther2011-04-081-10/+1
* gimple.c (gimple_set_modified): Do not queue calls to MODIFIED_NORETURN_CALLS...Richard Guenther2011-04-081-9/+1
* gimple.h (gimple_call_fntype): New function.Richard Guenther2011-04-081-6/+8
* lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...Michael Matz2011-04-031-2/+2
* tree.c (decl_init_priority_insert): Don't create entry for default priority.Michael Matz2011-04-031-2/+1
* ChangeLog gcc/Kai Tietz2011-03-251-1/+1
* gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.Richard Guenther2011-03-221-4/+3
* re PR middle-end/47661 (predict is confused by FP comparisons when math can t...Richard Guenther2011-03-211-1/+1
* re PR c++/44871 (Invalid type mismatches while merging C and C++ sources)Richard Guenther2010-12-021-37/+85
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* gimple.c (gimple_assign_copy_p): Use gimple_assign_single_p.Richard Guenther2010-11-271-31/+5
* re PR lto/46648 (type mismatch in array reference; verify_stmts failed)Richard Guenther2010-11-261-17/+16