aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-27re PR c++/66270 (ICE: canonical types differ for identical types)Nathan Sidwell1-2/+4
2015-05-27expr.h (array_at_struct_end_p): Move to...Eric Botcazou1-2/+135
2015-05-26re PR ipa/66181 (/usr/include/bits/types.h:134:16: ICE: verify_type failed)Ramana Radhakrishnan1-1/+0
2015-05-24re PR lto/66180 (many -Wodr false positives when building LLVM with -flto)Jan Hubicka1-2/+1
2015-05-24ipa-utils.h (method_class_type): Remove.Jan Hubicka1-1/+9
2015-05-24tree.c (prototype_p, [...]): Constify.Jan Hubicka1-5/+5
2015-05-23lto.c (hash_canonical_type): Be sure we hash only types that need alias set.Jan Hubicka1-0/+17
2015-05-23tree.c (gimple_canonical_types_compatible_p): Do not compare function attribu...Jan Hubicka1-7/+3
2015-05-19tree.c (verify_type_variant): Fix #undef.Jan Hubicka1-1/+246
2015-05-16ipa-utils.h (warn_types_mismatch, [...]): Declare.Jan Hubicka1-2/+1
2015-05-16tree.c (verify_type_variant): Verify tree_base and type_common flags.Jan Hubicka1-98/+137
2015-05-12ipa-devirt.c (type_with_linkage_p): New function.Jan Hubicka1-28/+22
2015-05-11class.c (fixup_type_variants): Do not copy TYPE_METHODSJan Hubicka1-9/+18
2015-05-11* tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISIONJan Hubicka1-0/+92
2015-05-10tree.c (free_lang_data_in_type): Free TREE_PURPOSE of TYPE_ARG_TYPES list.Jan Hubicka1-6/+30
2015-05-10* tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.Jan Hubicka1-2/+162
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-1/+1
2015-05-05tree.c (verify_type): Check various uses of TYPE_MAXVAL...Jan Hubicka1-8/+59
2015-05-04* tree.c (verify_type): Check various uses of TYPE_MINVAL.Jan Hubicka1-7/+52
2015-04-30ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only for aggregat...Jan Hubicka1-1/+11
2015-04-30tree.c (build_common_builtin_nodes): Do not build __builtin_alloca_with_align...Jan Hubicka1-1/+2
2015-04-30dwarf2out.c (gen_type_die_with_usage): Call verify_type.Jan Hubicka1-0/+164
2015-04-24re PR c++/50800 (Internal compiler error in finish_member_declarations, possi...Jason Merrill1-2/+2
2015-04-23tree.h (attribute_value_equal): Declare.Jan Hubicka1-1/+1
2015-04-17Disable lang_hooks.gimplify_expr in free_lang_dataTom de Vries1-0/+2
2015-03-31tree.c (need_assembler_name_p): Artificial types have no ODR names.Jan Hubicka1-0/+1
2015-03-07re PR lto/65316 (LTO: Uninitialized memory / ICE with -g -fno-lto-odr-type-me...Jan Hubicka1-1/+7
2015-02-15cgraph.h (symtab_node::has_aliases_p): Simplify.Jan Hubicka1-5/+8
2015-01-27re PR ipa/60871 (internal compiler error: in possible_polymorphic_call_target...Jan Hubicka1-35/+32
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-1/+46
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+10
2015-01-08re PR sanitizer/64336 (Template functions are not instrumented at -O0 and -Og)Jakub Jelinek1-8/+30
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR lto/64043 (ICE (segfault) with LTO: in tree_check/tree.h:2758 get_binfo...Jan Hubicka1-5/+10
2014-12-03builtins.c (fold_builtin_fpclassify): Change to take array of arguments inste...Richard Biener1-1/+1
2014-12-01re PR middle-end/64111 (ICE: conversion of register to a different size)Richard Biener1-1/+1
2014-11-28cgraphunit.c (ipa_passes): Handle flag_generate_offload.Ilya Verbin1-1/+1
2014-11-20convert many if_marked htab to hash_tableTrevor Saunders1-75/+78
2014-11-20implement a replacement for if_markedTrevor Saunders1-55/+45
2014-11-20tree.c (free_lang_data_in_type): If BINFO has no important information in it,...Jan Hubicka1-8/+10
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-2/+3
2014-11-18* tree.c (warn_deprecated_use): Show declaration with inform.Jason Merrill1-21/+17
2014-11-18tree.c (element_mode, [...]): New functions.Marc Glisse1-0/+28
2014-11-17tree.c (free_lang_data_in_decl): Set DECL_FUNCTION_SPECIFIC_OPTIMIZATION to o...Jan Hubicka1-0/+3
2014-11-17tree.c (free_lang_data_in_decl): Annotate all functio nbodies with DECL_FUNCT...Jan Hubicka1-0/+3
2014-11-14optc-save-gen.awk: Output cl_target_option_eq...Jan Hubicka1-7/+3
2014-11-14* tree.c (build_common_builtin_nodes): Remove doubled ECF_LEAF.Marek Polacek1-1/+1
2014-11-13re PR tree-optimization/63841 (Incorrect strlen optimization after complete u...Teresa Johnson1-0/+2
2014-11-11match.pd: Implement patterns from associate_plusminus and factor in differenc...Richard Biener1-13/+22