aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
AgeCommit message (Expand)Author
2017-10-04 PR c++/82406 - C++17 error with noexcept function typeJason Merrill
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-162016-12-16 Richard Biener <rguenther@suse.de>Richard Biener
2016-11-10gcc/Jakub Jelinek
2016-11-03 PR debug/28767Jakub Jelinek
2016-11-03 Use type_hash_eq langhook in check_qualified_type.Jason Merrill
2016-10-17 * langhooks.h (struct lang_hooks_for_decls): RemoveJakub Jelinek
2016-10-16 PR ada/37139Eric 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-12 PR c/70756Marek Polacek
2016-01-04 Update 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-04include/Jakub Jelinek
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-21PR debug/38757 gcc does not emit DW_LANG_C99.Mark Wielaard
2014-10-29gcc/ada/Richard Sandiford
2014-10-05PR debug/63239 Add DWARF representation for C++11 deleted member function.Mark Wielaard
2014-06-25 * langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek
2014-06-18 * gimplify.c (omp_notice_variable): If n is non-NULLJakub 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-08 * common.opt (fcheck-pointer-bounds): Move to ...Ilya Enkovich
2013-10-30 * target.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-11libgomp/Jakub Jelinek
2013-03-17 PR debug/49090Jason Merrill
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-23 PR c++/54046Jakub Jelinek
2012-07-08gcc/Steven Bosscher
2012-04-25 * cgraphunit.c: Update toplevel comment.Jan Hubicka
2012-03-05 * langhooks.c (add_builtin_type): New function.Steven Bosscher
2011-05-072011-05-07  Eric Botcazou  <ebotcazou@adacore.com>Eric Botcazou
2011-04-01 * dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.Olivier Hainque
2010-11-17 * doc/invoke.texi (-dy): Remove.Joseph Myers
2010-11-12 * Makefile.in (OPTS_H): Define.Joseph Myers
2010-10-08 * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers
2010-10-05 * opts-common.c (handle_option, handle_generated_option,Joseph Myers
2010-09-20 * langhooks.h (struct lang_hooks_for_types): Remove hash_types field.Eric Botcazou
2010-07-27 * coretypes.h (struct cl_option_handlers): Declare.Joseph Myers
2010-07-27 * common.opt (o): Add MissingArgError.Joseph Myers
2010-07-27 * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,Joseph Myers
2010-06-28gcc/ChangeLog:Steven Bosscher
2010-06-15 PR fortran/44536Jakub Jelinek