aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-24PR c++/71147 - [6 Regression] Flexible array member wrongly rejected in templateMartin Sebor1-0/+11
2016-05-20Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm1-0/+5
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek1-1/+7
2016-05-02Add a wi::to_wide helper functionRichard Sandiford1-0/+12
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford1-1/+1
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford1-2/+2
2016-04-27re PR sanitizer/70683 (-fcompare-debug bug with -fsanitize=address)Jakub Jelinek1-1/+1
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-9/+21
2016-04-08re PR lto/70289 ([openacc] ICE in input_varpool_node)Cesar Philippidis1-0/+3
2016-04-06re PR middle-end/70550 (-Wuninitialized false positives in OpenMP code)Jakub Jelinek1-0/+4
2016-02-08Remove -fshort-doubleBernd Schmidt1-1/+1
2016-01-28* tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.Jason Merrill1-1/+1
2016-01-26re PR c++/68782 (bad reference member formed with constexpr)Jason Merrill1-0/+2
2016-01-19Merge of HSAMartin Jambor1-0/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17tree.h (TYPE_MODE_RAW): New macro.Christian Bruel1-0/+1
2015-12-12tree.c (free_lang_data_in_type, [...]): Also free unnecesary type decls.Jan Hubicka1-0/+1
2015-12-04C++ FE: expression rangesDavid Malcolm1-2/+15
2015-12-02tree.h (tree_invariant_p): Declare.Richard Biener1-0/+4
2015-11-26re PR tree-optimization/68128 (A huge regression in Parboil v2.5 OpenMP CUTCP...Jakub Jelinek1-0/+5
2015-11-24lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE_CANONICAL only for...Jan Hubicka1-1/+20
2015-11-24tree.c (free_node): New function.Jan Hubicka1-0/+4
2015-11-19[Patch, vrp] Allow VRP type conversion folding only for widenings upto word modeSenthil Kumar Selvaraj1-0/+14
2015-11-17Remove dead macrosRichard Sandiford1-16/+0
2015-11-17Add genmatch support for internal functionsRichard Sandiford1-0/+4
2015-11-17Add a combined_fn enumRichard Sandiford1-0/+54
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-0/+33
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