summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* switch from gimple to gimple*tbsaunde2015-09-201-1/+1
* Move some comparison simplifications to match.pdglisse2015-08-311-0/+13
* 2015-08-13 Richard Biener <rguenther@suse.de>rguenth2015-08-131-0/+63
* Revert "replace several uses of the anon namespace with GCC_FINAL"tbsaunde2015-08-121-2/+6
* replace several uses of the anon namespace with GCC_FINALtbsaunde2015-08-111-6/+2
* Allow non-overflow ops in reductionsvries2015-08-011-0/+69
* Fix double word typos.aldyh2015-07-131-5/+5
* * bb-reorder.c: Don't include obstack.h if backend.h is included.amacleod2015-07-101-1/+0
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-18/+5
* 2015-07-06 Marc Glisse <marc.glisse@inria.fr>glisse2015-07-061-0/+15
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-4/+4
* gcc/ada/rsandifo2015-06-251-19/+7
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-3/+20
* 2017-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-0/+13
* * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):amacleod2015-06-171-0/+36
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* Fix comment documenting make_vector_statppalka2015-06-131-1/+1
* * lto.c (hash_canonical_type): Drop hashing of TYPE_STRING_FLAG.hubicka2015-06-081-3/+3
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* * 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