summaryrefslogtreecommitdiff
path: root/gcc/langhooks-def.h
AgeCommit message (Expand)Author
2020-01-07Add a generic lhd_simulate_enum_declRichard Sandiford
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-09-08PR c++/70029 - ICE with ref-qualifier and -fltoJason Merrill
2017-05-19toplev.c (general_init): Call register dump lang hook.Nathan Sidwell
2017-01-19Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the defaultDavid Malcolm
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-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-10-13re PR target/77957 (Undefined .LCTOC0 with -fstack-protector-strong -mminimal...Jakub Jelinek
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-01-05Update copyright years.Jakub Jelinek
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-01-10Update copyright years in gcc/Richard Sandiford
2012-11-23re PR c++/54046 (wrong control reaches end of non-void function for switch ca...Jakub Jelinek
2012-04-25cgraphunit.c: Update toplevel comment.Jan Hubicka
2011-04-01dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.Olivier Hainque
2010-11-17invoke.texi (-dy): Remove.Joseph Myers
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers
2010-10-15target.def (target_option.init_struct): New hook.Joseph Myers