summaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
AgeCommit message (Expand)Author
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus
2019-10-29Add a simulate_enum_decl langhookRichard Sandiford
2019-10-29Add a simulate_builin_function_decl langhookRichard Sandiford
2019-10-11[OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errorsTobias Burnus
2019-10-02f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option...Kwok Cheung Yeung
2019-01-01Update copyright years.Jakub Jelinek
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor
2018-01-03Update copyright years.Jakub Jelinek
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva
2017-11-16[PATCH] New lang hookNathan Sidwell
2017-10-17langhooks.h (struct lang_hooks): Document that tree_size langhook may be also...Jakub Jelinek
2017-09-08PR c++/70029 - ICE with ref-qualifier and -fltoJason Merrill
2017-07-14Remove Java references in source code.Martin Liska
2017-05-19toplev.c (general_init): Call register dump lang hook.Nathan Sidwell
2017-01-01Update copyright years.Jakub Jelinek
2016-12-16re PR c++/71694 (store-data race with bitfields and tail-padding in C++)Richard Biener
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek
2016-11-03re PR debug/28767 (GCC should output DW_TAG_ptr_to_member for member functions)Jakub Jelinek
2016-11-03Use type_hash_eq langhook in check_qualified_type.Jason Merrill
2016-10-17langhooks.h (struct lang_hooks_for_decls): Remove function_decl_explicit_p...Jakub Jelinek
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-07Move class substring_loc from c-family into gccDavid Malcolm
2016-08-12[PR63240] generate debug info for defaulted member functionsAlexandre Oliva
2016-08-08c-format.c: suggest the correct format string to use (PR c/64955)David Malcolm
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-17DWARF: add a language hook for scalar biased typesPierre-Marie de Rodat
2015-12-17DWARF: add a language hook for fixed-point typesPierre-Marie de Rodat
2015-12-17DWARF: add a language hook to override types in debugging informationPierre-Marie de Rodat
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez
2015-02-04dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03 and DW_LANG_Fort...Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-11-21PR debug/38757 gcc does not emit DW_LANG_C99.Mark Wielaard
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-05PR debug/63239 Add DWARF representation for C++11 deleted member function.Mark Wielaard
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek
2014-05-21PR debug/16063. Add DW_AT_type to DW_TAG_enumeration.Mark Wielaard
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer
2013-11-08common.opt (fcheck-pointer-bounds): Move to ...Ilya Enkovich
2013-10-30target.def (builtin_chkp_function): New.Ilya Enkovich
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer
2013-10-11target.c: New file.Jakub Jelinek
2013-03-16re PR debug/49090 (provide a way to recognize defaulted template parameters)Jason Merrill
2013-01-10Update copyright years in gcc/Richard Sandiford