aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-core.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-13[PATCH] Tree structure markingNathan Sidwell1-1/+1
2017-10-11tree.def (POLYNOMIAL_CHREC): Remove CHREC_VARIABLE tree operand.Richard Biener1-0/+3
2017-09-14Store VECTOR_CST_NELTS directly in tree_nodeRichard Sandiford1-1/+4
2017-08-18Add warn_if_not_aligned attributeH.J. Lu1-2/+7
2017-08-16tree-core.h (tree_type_non_common): Rename binfo to lang_1.Nathan Sidwell1-1/+1
2017-06-27fenv.h builtinsMarc Glisse1-0/+4
2017-06-09builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New.Jan Hubicka1-0/+3
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge1-1/+2
2017-05-01re PR c++/80038 (Random segfault using local vectors in Cilk function)Xi Ruoyao1-0/+4
2017-04-12re PR target/79671 (mapnik miscompilation on armv7hl since r235622)Richard Biener1-1/+3
2017-01-20re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...Marek Polacek1-1/+3
2017-01-12tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION and TS_TARGET_...Richard Biener1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-24Make it cheaper to test whether an SSA name is a virtual operandRichard Sandiford1-0/+3
2016-11-22OpenMP loop cloning for SIMT executionJakub Jelinek1-0/+4
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger1-0/+1
2016-10-19[PR lto/77458] Avoid ICE in offloading with differing _FloatN, _FloatNx typesThomas Schwinge1-14/+17
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-0/+9
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+3
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+47
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-4/+2
2016-06-01Remove the unused OMP_CLAUSE_DEVICE_RESIDENTThomas Schwinge1-3/+0
2016-05-20Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm1-0/+3
2016-05-13builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou1-2/+5
2016-05-04re PR c++/70906 (ice in add_expr, at tree.c:7925)Jakub Jelinek1-1/+3
2016-04-27re PR sanitizer/70683 (-fcompare-debug bug with -fsanitize=address)Jakub Jelinek1-1/+3
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-5/+11
2016-01-19Merge of HSAMartin Jambor1-1/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge1-4/+2
2015-11-17Add a combined_fn enumRichard Sandiford1-7/+29
2015-11-09re PR middle-end/68251 (sorry, unimplemented: reverse storage order for BLKmode)Eric Botcazou1-5/+5
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-1/+7
2015-11-07Move #undef DEF_BUILTIN* to builtins.defRichard Sandiford1-4/+0
2015-11-07Move #undef DEF_INTERNAL_FN to internal-fn.defRichard Sandiford1-1/+0
2015-11-06tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF and add OEP_MATC...Jan Hubicka1-1/+1
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis1-1/+4
2015-11-05gcc/Jakub Jelinek1-1/+4
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-3/+55
2015-09-20switch from gimple to gimple*Trevor Saunders1-2/+2
2015-08-14* tree-core.h (tree_base): Fix typo.Marek Polacek1-1/+1
2015-08-05coretypes.h (enum symbol_visibility): Relocate here.Andrew MacLeod1-11/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-0/+2
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-05-27dwarf2out.c: Remove block_map.Aldy Hernandez1-0/+3
2015-03-09re PR ipa/65270 (issues with merging memory accesses from different code paths)Richard Biener1-1/+2
2015-02-04builtins.def (DEF_BUILTIN_CHKP): Define if not defined.Jakub Jelinek1-2/+6
2015-01-21re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal...Richard Biener1-5/+8
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-26/+62