summaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
AgeCommit message (Expand)Author
2020-03-25middle-end: Avoid using DECL_UID in ASM_FORMAT_PRIVATE_NAME [PR94223]Jakub Jelinek
2020-01-07Add a generic lhd_simulate_enum_declRichard Sandiford
2020-01-01Update copyright years.Jakub Jelinek
2019-10-29Add a simulate_builin_function_decl langhookRichard Sandiford
2019-08-23re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford
2019-01-01Update copyright years.Jakub Jelinek
2018-09-28tree.h (BLOCK_ORIGIN): New.Richard Biener
2018-08-02Fix memory leak of pretty_printer prefixesDavid Malcolm
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor
2018-01-03Update copyright years.Jakub Jelinek
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-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-13re PR target/77957 (Undefined .LCTOC0 with -fstack-protector-strong -mminimal...Jakub Jelinek
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-07Move class substring_loc from c-family into gccDavid Malcolm
2016-05-13nvptx.c (nvptx_mangle_decl_assembler_name): New.Nathan Sidwell
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-11-25timevar.def (TV_IPA_LTO_DECOMPRESS, [...]): New.Jan Hubicka
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-02-04dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03 and DW_LANG_Fort...Jakub Jelinek
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-21PR debug/38757 gcc does not emit DW_LANG_C99.Mark Wielaard
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-19Set SECTION_EXCLUDE flag for LTO sections.Ilya Verbin
2014-09-11common.opt (flto-odr-type-merging): New flag.Jan Hubicka
2014-08-25IPA C++ refactoring 4/NMartin Liska
2014-07-30lto-streamer.h (lto_write_data): New function.Richard Biener
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-03-07The error_mark_node is not an OpenMP mappable type.Thomas Schwinge
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