aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-core.h
AgeCommit message (Expand)Author
2019-11-29Remove unused decimal floating-point pointer typesJulian Brown
2019-11-08[C] Opt out of GNU vector extensions for built-in SVE typesRichard Sandiford
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford
2019-08-10 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek
2019-08-07 * tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTRJakub Jelinek
2019-08-05Make function_code a 32-bit fieldRichard Sandiford
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska
2019-07-20 * tree.def (OMP_LOOP): New tree code.Jakub Jelinek
2019-07-12 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-03 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_Jakub Jelinek
2019-07-022019-07-02 Richard Biener <rguenther@suse.de>Richard Biener
2019-06-24 * ipa-utils.h (type_with_linkage_p): Verify that type isJan Hubicka
2019-06-10 * tree.def (OMP_SCAN): New tree code.Jakub Jelinek
2019-05-24 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek
2019-05-16 PR fortran/90329Jakub Jelinek
2019-02-222019-02-22 Richard Biener <rguenther@suse.de>Richard Biener
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-06asm inlineSegher Boessenkool
2018-11-08 * builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_SIZE_PTR,Jakub Jelinek
2018-10-052018-10-05 Richard Biener <rguenther@suse.de>Richard Biener
2018-10-03Properly mark lambdas in GCOV (PR gcov-profile/86109).Martin Liska
2018-08-292018-08-29 Richard Biener <rguenther@suse.de>Richard Biener
2018-08-24 * emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.Uros Bizjak
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang
2018-06-08Remove MPXMartin Liska
2018-05-30 * tree-core.h: Update comment about the format of NAME stringJeff Law
2018-01-12Fix integer overflow in stats of trees.Martin Liska
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-20poly_int: tree constantsRichard Sandiford
2017-12-15 * tree-core.h (struct attribute_spec): Swap affects_type_identity andJakub Jelinek
2017-12-07New VECTOR_CST layoutRichard Sandiford
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor
2017-11-28Remove Cilk Plus support.Julia Koval
2017-11-23 * doc/generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou
2017-11-22 PR c++/60336Marek Polacek
2017-11-172017-11-17 Richard Biener <rguenther@suse.de>Richard Biener
2017-10-29Delete obsolete SDB debug info support.Jim Wilson
2017-10-13[PATCH] Tree structure markingNathan Sidwell
2017-10-112017-10-11 Richard Biener <rguenther@suse.de>Richard Biener
2017-09-14Store VECTOR_CST_NELTS directly in tree_nodeRichard Sandiford
2017-08-18Add warn_if_not_aligned attributeH.J. Lu
2017-08-16 * tree-core.h (tree_type_non_common): Rename binfo to lang_1.Nathan Sidwell
2017-06-27fenv.h builtinsMarc Glisse
2017-06-09 * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,Jan Hubicka
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge
2017-05-012017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>Xi Ruoyao