Backport from GCC mainline.
[platform/upstream/linaro-gcc.git] / gcc / tree.c
2017-02-06 Yvan RouxMerge branches/gcc-6-branch rev 245201.
2016-12-13 Yvan RouxMerge branches/gcc-6-branch rev 243594.
2016-11-15 Yvan RouxMerge branches/gcc-6-branch rev 242371.
2016-07-11 Yvan RouxMerge branches/gcc-6-branch rev 238201.
2016-04-14 mpolacek PR c++/70029
2016-03-10 hubicka PR lto/69589
2016-03-10 hubicka PR lto/69589
2016-03-10 alalaw01Add -funconstrained-commons to work around PR/69368...
2016-02-24 jakub PR middle-end/69915
2016-02-23 rguenth2016-02-23 Richard Biener <rguenther@suse.de>
2016-02-08 berndsRemove -fshort-double
2016-02-05 rthPR c/69643
2016-01-26 jason PR c++/68782
2016-01-23 jakub * tree-ssanames.c (release_free_names_and_compact_live...
2016-01-20 rthPR bootstrap/69343
2016-01-19 jambormMerge of HSA
2016-01-14 rthPR c/69272
2016-01-13 rthPR 68964
2016-01-04 jakub Update copyright years.
2015-12-23 tschwingeMerge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
2015-12-17 jakub PR tree-optimization/68835
2015-12-15 mseborgcc/testsuite/ChangeLog:
2015-12-12 hubicka * tree.c (free_lang_data_in_type, find_decls_types_r...
2015-12-07 hubicka PR ipa/61886
2015-12-04 dmalcolmC++ FE: expression ranges
2015-12-02 mpolacek PR c++/68653
2015-12-02 rguenth2015-12-02 Richard Biener <rguenther@suse.de>
2015-12-02 rsandifoPR 68432: Add a target hook to control size/speed optab...
2015-11-25 jason PR c++/68385
2015-11-24 hubicka * alias.c (get_alias_set): Before checking TYPE_ALIAS_...
2015-11-24 hubicka * tree.c (make_vector_type): Properly compute canonica...
2015-11-24 hubicka * lto-streamer-in.c (lto_read_body_or_constructor...
2015-11-24 hubicka * tree.c (free_node): New function.
2015-11-21 hubicka * lto.c (iterative_hash_canonical_type): Always recurs...
2015-11-17 rsandifoAdd genmatch support for internal functions
2015-11-17 rsandifoAdd a combined_fn enum
2015-11-13 dmalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-09 ienkovichgcc/
2015-11-08 ebotcazouMerge of the scalar-storage-order branch.
2015-11-06 cesar gcc/
2015-10-30 amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-30 rguenth2015-10-30 Richard Biener <rguenther@suse.de>
2015-10-29 amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-28 law[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-23 cticeThis patch fixes a compile-time regression that was...
2015-10-23 ienkovichgcc/
2015-10-22 rsandifoMove more cproj simplifications to match.pd
2015-10-21 hubicka PR middle-end/67966
2015-10-21 ienkovichgcc/
2015-10-16 ebotcazou * tree.c (recompute_tree_invariant_for_addr_expr)...
2015-10-13 jakubgcc/
2015-10-10 hubicka * tree.c (type_with_interoperable_signedness): New.
2015-10-05 rsandifoAdd a build_real_truncate helper function
2015-10-05 rsandifoRemove remaining uses of REAL_VALUES_IDENTICAL
2015-10-05 rsandifoReplace REAL_VALUES_EQUAL with real_equal
2015-10-04 jason Implement N4514, C++ Extensions for Transactional...
2015-09-20 tbsaundeswitch from gimple to gimple*
2015-08-31 glisseMove some comparison simplifications to match.pd
2015-08-13 rguenth2015-08-13 Richard Biener <rguenther@suse.de>
2015-08-12 tbsaundeRevert "replace several uses of the anon namespace...
2015-08-11 tbsaundereplace several uses of the anon namespace with GCC_FINAL
2015-08-01 vriesAllow non-overflow ops in reductions
2015-07-13 aldyhFix double word typos.
2015-07-10 amacleod * bb-reorder.c: Don't include obstack.h if backend...
2015-07-08 amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-07-06 glisse2015-07-06 Marc Glisse <marc.glisse@inria.fr>
2015-06-25 amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-25 rsandifogcc/
2015-06-25 rsandifogcc/ada/
2015-06-25 amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-17 amacleod2017-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-17 amacleod * tree.h (merge_dllimport_decl_attributes, handle_dll_...
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-13 ppalkaFix comment documenting make_vector_stat
2015-06-08 hubicka * lto.c (hash_canonical_type): Drop hashing of TYPE_ST...
2015-06-08 amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-07 hubicka * alias.c (get_alias_set): Be ready for TYPE_CANONICAL
2015-06-04 amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-06-04 hubicka * lto.c (hash_canonical_type): Use tree_code_for_canon...
2015-06-03 hubicka * lto.c (iterative_hash_canonical_type,
2015-06-03 marxinFix memory report layout at various places.
2015-06-03 mpolacek PR c/64223
2015-05-27 nathan PR c++/66270
2015-05-27 ebotcazou * expr.h (array_at_struct_end_p): Move to...
2015-05-26 ramanaFix PR ipa/66181
2015-05-24 hubicka PR lto/66180
2015-05-24 hubicka * ipa-utils.h (method_class_type): Remove.
2015-05-24 hubicka * tree.c (prototype_p, virtual_method_call_p, obj_type...
2015-05-23 hubicka * lto.c (hash_canonical_type): Be sure we hash only...
2015-05-23 hubicka * tree.c (gimple_canonical_types_compatible_p): Do...
2015-05-19 hubicka * tree.c (verify_type_variant): Fix #undef.
2015-05-16 hubicka * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
2015-05-16 hubicka * tree.c (verify_type_variant): Verify tree_base and...
2015-05-12 hubicka * ipa-devirt.c (type_with_linkage_p): New function.
2015-05-11 hubicka * class.c (fixup_type_variants): Do not copy TYPE_METHODS
2015-05-11 hubicka * tree.c (verify_type_variant): Check TYPE_VALUES_RAW...
2015-05-10 hubicka * tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
2015-05-10 hubicka * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VAL...
2015-05-05 dmalcolmFix indentation issues seen by -Wmisleading-indentation
2015-05-05 hubicka * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
next