aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-31Move some comparison simplifications to match.pdMarc Glisse1-0/+4
2015-08-13tree.c (nonnull_arg_p): Move from ...Richard Biener1-0/+2
2015-08-01Allow non-overflow ops in reductionsTom de Vries1-0/+2
2015-07-06match.pd: Remove element_mode inside HONOR_*.Marc Glisse1-0/+1
2015-06-25hash-traits.h (ggc_cache_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-25decl.c (value_annotation_hasher::handle_cache_entry): Delete.Richard Sandiford1-9/+3
2015-06-25tree-core.h (struct tree_optimization_option): Make opts a pointer to struct ...Andrew MacLeod1-1/+1
2015-06-17tree-core.h (tree_target_option): Make opts field a pointer to a cl_target_op...Andrew MacLeod1-1/+1
2015-06-17tree.h (merge_dllimport_decl_attributes, [...]): Remove conditional exposure ...Andrew MacLeod1-19/+2
2015-06-04lto.c (hash_canonical_type): Use tree_code_for_canonical_type_merging.Jan Hubicka1-0/+21
2015-05-27expr.h (array_at_struct_end_p): Move to...Eric Botcazou1-11/+28
2015-05-27dwarf2out.c: Remove block_map.Aldy Hernandez1-0/+1
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/+20
2015-05-19tree.c (verify_type_variant): Fix #undef.Jan Hubicka1-0/+2
2015-05-19re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek1-0/+5
2015-05-16ipa-utils.h (warn_types_mismatch, [...]): Declare.Jan Hubicka1-1/+0
2015-05-12re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod1-0/+63
2015-05-10* tree.h (is_lang_specific): Constify.Jan Hubicka1-1/+1
2015-04-30dwarf2out.c (gen_type_die_with_usage): Call verify_type.Jan Hubicka1-0/+1
2015-04-29Add OMP_STANDALONE_CLAUSES.Thomas Schwinge1-0/+6
2015-04-23tree.h (attribute_value_equal): Declare.Jan Hubicka1-0/+2
2015-04-08tree.h: Commentary typo fixBernhard Reutner-Fischer1-1/+1
2015-03-09re PR lto/65316 (LTO: Uninitialized memory / ICE with -g -fno-lto-odr-type-me...Jan Hubicka1-1/+2
2015-03-05Fix warnings occured during profiledboostrap onMartin Liska1-0/+9
2015-01-30Guard GCC version for a pragma ifdef.Martin Liska1-2/+2
2015-01-23Remove false positives for warnings that break LTO profiledMartin Liska1-0/+11
2015-01-21re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal...Richard Biener1-10/+36
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-8/+84
2015-01-12re PR ipa/64550 (IPA fixes cause ICE in tree-ssa.c:939)Chen Gang1-1/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-38/+0
2015-01-09IPA ICF: target and optimization flags comparison.Martin Liska1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11fold-const.c (fold_negate_expr): Add ANY_INTEGRAL_TYPE_P check.Marek Polacek1-4/+40
2014-11-24re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener1-0/+5
2014-11-20remove param1_is usageTrevor Saunders1-0/+5
2014-11-20convert many if_marked htab to hash_tableTrevor Saunders1-0/+22
2014-11-18tree.c (element_mode, [...]): New functions.Marc Glisse1-0/+7
2014-11-13tree.h (TYPE_OVERFLOW_SANITIZED): Define.Marek Polacek1-0/+6
2014-11-11match.pd: Implement patterns from associate_plusminus and factor in differenc...Richard Biener1-0/+1
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+20
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-4/+4
2014-10-23AVX-512. 81.1/n. Extend `function_code' field `tree_var_decl' structure.Kirill Yukhin1-1/+1
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-2/+11
2014-09-25[multiple changes]Andreas Krebbel1-0/+4
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-1/+1
2014-09-23tree.h (int_bit_position): Turn into inline function; implement using wide int.Jan Hubicka1-1/+10
2014-09-12tree.c (integer_each_onep): New function.Marc Glisse1-0/+5
2014-09-11common.opt (flto-odr-type-merging): New flag.Jan Hubicka1-1/+5
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-1/+2