summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* * alias.c (get_alias_set): Be ready for TYPE_CANONICALhubicka2015-06-071-7/+3
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* * lto.c (hash_canonical_type): Use tree_code_for_canonical_type_merging.hubicka2015-06-041-1/+2
* * lto.c (iterative_hash_canonical_type,hubicka2015-06-031-1/+18
* Fix memory report layout at various places.marxin2015-06-031-7/+12
* PR c/64223mpolacek2015-06-031-36/+67
* PR c++/66270nathan2015-05-271-2/+4
* * expr.h (array_at_struct_end_p): Move to...ebotcazou2015-05-271-2/+135
* Fix PR ipa/66181ramana2015-05-261-1/+0
* PR lto/66180hubicka2015-05-241-2/+1
* * ipa-utils.h (method_class_type): Remove.hubicka2015-05-241-1/+9
* * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,hubicka2015-05-241-5/+5
* * lto.c (hash_canonical_type): Be sure we hash only types thathubicka2015-05-231-0/+17
* * tree.c (gimple_canonical_types_compatible_p): Do not comparehubicka2015-05-231-7/+3
* * tree.c (verify_type_variant): Fix #undef.hubicka2015-05-191-1/+246
* * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,hubicka2015-05-161-2/+1
* * tree.c (verify_type_variant): Verify tree_base and type_common flags.hubicka2015-05-161-98/+137
* * ipa-devirt.c (type_with_linkage_p): New function.hubicka2015-05-121-28/+22
* * class.c (fixup_type_variants): Do not copy TYPE_METHODShubicka2015-05-111-9/+18
* * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISIONhubicka2015-05-111-0/+92
* * tree.c (free_lang_data_in_type): Free TREE_PURPOSE ofhubicka2015-05-101-6/+30
* * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.hubicka2015-05-101-2/+162
* Fix indentation issues seen by -Wmisleading-indentationdmalcolm2015-05-051-1/+1
* * tree.c (verify_type): Check various uses of TYPE_MAXVAL;hubicka2015-05-051-8/+59
* * tree.c (verify_type): Check various uses of TYPE_MINVAL.hubicka2015-05-041-7/+52
* * ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME onlyhubicka2015-04-301-1/+11
* * tree.c (build_common_builtin_nodes): Do not buildhubicka2015-04-301-1/+2
* * dwarf2out.c (gen_type_die_with_usage): Call verify_type.hubicka2015-04-301-0/+164
* PR c++/50800jason2015-04-241-2/+2
* * tree.h (attribute_value_equal): Declare.hubicka2015-04-231-1/+1
* Disable lang_hooks.gimplify_expr in free_lang_datavries2015-04-171-0/+2
* * tree.c (need_assembler_name_p): Artificial types have no ODRhubicka2015-03-311-0/+1
* PR ipa/65316hubicka2015-03-071-1/+7
* * cgraph.h (symtab_node::has_aliases_p): Simplify.hubicka2015-02-151-5/+8
* PR ipa/60871hubicka2015-01-271-35/+32
* Merge current set of OpenACC changes from gomp-4_0-branch.tschwinge2015-01-151-1/+46
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-3/+10
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-3/+10
* PR sanitizer/64336jakub2015-01-081-8/+30
* Update copyright years.jakub2015-01-051-1/+1
* PR lto/64043hubicka2014-12-151-5/+10
* 2014-12-03 Richard Biener <rguenther@suse.de>rguenth2014-12-031-1/+1
* 2014-12-01 Richard Biener <rguenther@suse.de>rguenth2014-12-011-1/+1
* gcc/iverbin2014-11-281-1/+1
* convert many if_marked htab to hash_tabletbsaunde2014-11-201-75/+78
* implement a replacement for if_markedtbsaunde2014-11-201-55/+45
* * tree.c (free_lang_data_in_type): If BINFO has no importanthubicka2014-11-201-8/+10
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-2/+3
* * tree.c (warn_deprecated_use): Show declaration with inform.jason2014-11-181-21/+17
* 2014-11-18 Marc Glisse <marc.glisse@inria.fr>glisse2014-11-181-0/+28