aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-09re PR middle-end/68259 ([sso] tree checking failure in reverse_storage_order_...Eric Botcazou1-2/+3
2015-11-09re PR middle-end/68251 (sorry, unimplemented: reverse storage order for BLKmode)Eric Botcazou1-1/+1
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-3/+82
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis1-0/+3
2015-11-05gcc/Jakub Jelinek1-6/+1
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-20/+0
2015-10-22Move more cproj simplifications to match.pdRichard Sandiford1-0/+1
2015-10-21tm.texi: Regenerated.Ilya Enkovich1-0/+9
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-4/+73
2015-10-10tree.c (type_with_interoperable_signedness): New.Jan Hubicka1-0/+1
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+3
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell1-0/+3
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