aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-17OpenMP/C++: Allow classes with static members to be mappable [PR104493]Tobias Burnus1-3/+0
2022-06-02diagnostics: add SARIF output formatDavid Malcolm1-0/+6
2022-05-23OpenMP: Handle descriptors in target's firstprivate [PR104949]Tobias Burnus1-0/+5
2022-04-07c++: Handle __builtin_clear_padding on non-trivially-copyable types [PR102586]Jakub Jelinek1-0/+5
2022-01-17Change references of .c files to .cc filesMartin Liska1-6/+6
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-16c++: improve print_node of PTRMEM_CSTJason Merrill1-1/+1
2021-11-02Add a simulate_record_decl lang hookRichard Sandiford1-0/+10
2021-08-06middle-end/AArch64: Fix bootstrap after vec changesTamar Christina1-1/+1
2021-06-15Fortran/OpenMP: Extend defaultmap clause for OpenMP 5 [PR92568]Tobias Burnus1-2/+11
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-18openmp: Implicitly add 'declare target' directives for dynamic initializers i...Kwok Cheung Yeung1-0/+10
2020-11-17langhooks: preprocessor hooks for c++ modulesNathan Sidwell1-0/+18
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus1-1/+1
2020-07-31debug/96383 - emit debug info for used external functionsRichard Biener1-0/+3
2020-06-03[OpenMP] Fix mapping of artificial variables (PR94874)Tobias Burnus1-0/+4
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus1-5/+8
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus1-0/+5
2019-10-29Add a simulate_enum_decl langhookRichard Sandiford1-0/+4
2019-10-29Add a simulate_builin_function_decl langhookRichard Sandiford1-0/+11
2019-10-11[OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errorsTobias Burnus1-1/+8
2019-10-02f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option...Kwok Cheung Yeung1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+3
2017-11-16[PATCH] New lang hookNathan Sidwell1-0/+4
2017-10-17langhooks.h (struct lang_hooks): Document that tree_size langhook may be also...Jakub Jelinek1-4/+4
2017-09-08PR c++/70029 - ICE with ref-qualifier and -fltoJason Merrill1-0/+4
2017-07-14Remove Java references in source code.Martin Liska1-1/+1
2017-05-19toplev.c (general_init): Call register dump lang hook.Nathan Sidwell1-0/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-16re PR c++/71694 (store-data race with bitfields and tail-padding in C++)Richard Biener1-0/+4
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-0/+4
2016-11-03re PR debug/28767 (GCC should output DW_TAG_ptr_to_member for member functions)Jakub Jelinek1-0/+4
2016-11-03Use type_hash_eq langhook in check_qualified_type.Jason Merrill1-1/+1
2016-10-17langhooks.h (struct lang_hooks_for_decls): Remove function_decl_explicit_p...Jakub Jelinek1-10/+3
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-0/+4
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+2
2016-09-07Move class substring_loc from c-family into gccDavid Malcolm1-0/+9
2016-08-12[PR63240] generate debug info for defaulted member functionsAlexandre Oliva1-2/+7
2016-08-08c-format.c: suggest the correct format string to use (PR c/64955)David Malcolm1-0/+3
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek1-2/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17DWARF: add a language hook for scalar biased typesPierre-Marie de Rodat1-0/+5
2015-12-17DWARF: add a language hook for fixed-point typesPierre-Marie de Rodat1-0/+5
2015-12-17DWARF: add a language hook to override types in debugging informationPierre-Marie de Rodat1-0/+6
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-3/+5