c++: Module lang hook overriding
[gcc.git] / gcc / cp / cp-objcp-common.c
2020-12-11 Nathan Sidwellc++: Module lang hook overriding
2020-12-03 Jakub Jelinekc++: Add __builtin_bit_cast to implement std::bit_cast...
2020-11-06 Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-09-19 Sandra LoosemoreMove loop and switch tree data structures from cp/...
2020-08-14 Nathan Sidwellc++: More simplification of name_lookup api
2020-07-28 Nathan Sidwellc++: Set more DECL_CONTEXTs
2020-01-18 Iain Sandoe[C++ coroutines] Initial implementation.
2020-01-02 Jakub Jelinekre PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-11-22 Jakub Jelinekre PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__...
2019-11-22 Jakub Jelinekre PR c++/92458 (Constraints do not work with precompil...
2019-11-05 Jason MerrillImplement C++20 operator<=>.
2019-10-28 Martin SeborPR c/66970 - Add __has_builtin() macro
2019-10-09 Jason MerrillUpdate the concepts implementation to conform to C...
2019-10-02 Jason MerrillAdd some hash_map_safe_* functions like vec_safe_*.
2019-09-11 Nathan Sidwell[PATCH] some tree struct marking
2019-07-31 Jason MerrillFix copy_node of TEMPLATE_INFO.
2019-06-23 Marek PolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-05-10 Paolo Carlinicall.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.
2019-04-30 Nathan Sidwell[GC PATCH] Correct TS marking of _EXPR nodes
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-05-24 Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-07 Nathan Sidwell[C++ PATCH] Kill -fno-for-scope
2018-02-20 Siddhesh Poyarekarc++: Fix spurious fallthrough warning on break
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-28 Jakub Jelinekre PR sanitizer/81275 (-fsanitize=thread produce incorr...
2017-11-28 Julia KovalRemove Cilk Plus support.
2017-11-14 Jason MerrillSupport GTY((cache)) on hash_map.
2017-10-17 Nathan Sidwell[PATCH PR/82546] tree node size
2017-10-05 Nathan Sidwell[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE
2017-09-22 Eric Botcazoure PR bootstrap/81926 (go/parse.o differs between stage...
2017-09-09 Eric Botcazoure PR bootstrap/81926 (go/parse.o differs between stage...
2017-07-29 Jakub Jelinekdebug.h (struct gcc_debug_hooks): Add IMPLICIT argument...
2017-05-22 Nathan Sidwellinvoke.texi (fdump-translation-unit): Delete documentation.
2017-05-19 Nathan Sidwelltoplev.c (general_init): Call register dump lang hook.
2017-05-11 Nathan Sidwellcp-lang.c (get_global_decls, [...]): Move to ...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-16 Richard Bienerre PR c++/71694 (store-data race with bitfields and...
2016-11-03 Jakub Jelinekre PR debug/28767 (GCC should output DW_TAG_ptr_to_memb...
2016-11-01 Jakub Jelinekdwarf2out.c (add_name_and_src_coords_attributes): Add...
2016-10-24 Jakub Jelinekdwarf2out.c (gen_subprogram_die): Add DW_AT_reference...
2016-10-21 Jakub Jelinekdwarf2out.c (gen_variable_die): Emit DW_AT_const_expr...
2016-10-17 Jakub Jelineklanghooks.h (struct lang_hooks_for_decls): Remove funct...
2016-10-07 Jakub JelinekImplement LWG2296 helper intrinsic c-family/
2016-08-12 Alexandre Oliva[PR63240] generate debug info for defaulted member...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-09-17 Andrew SuttonImplement N4295 fold-expressions.
2015-09-14 Mark WielaardPR28901 -Wunused-variable ignores unused const initiali...
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05 Aldy HernandezMerge debug-early branch into mainline.
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-20 Trevor Saundersconvert many if_marked htab to hash_table
2014-10-26 Manuel López-IbáñezIn cp/error.c...
2014-10-05 Mark WielaardPR debug/63239 Add DWARF representation for C++11 delet...
2014-07-15 Jan Hubickatree.c (tree_code_size): Add TRANSLATION_UNIT_DECL...
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-02-19 Jakub Jelinekre PR debug/56563 (no debuginfo for "explicit" operator)
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-08-23 Gabriel Dos Reisdiagnostic.c (diagnostic_set_caret_max_width): Use...
2013-08-22 Gabriel Dos Reispretty-print.h (output_buffer::output_buffer): Declare.
2013-08-05 Gabriel Dos Reispretty-print.h (pp_base): Remove.
2013-07-21 Ondřej Bílkaclass.c: Fix typos.
2013-06-21 Balaji V. IyerImplemented Cilk Plus Array Notation for C++
2013-03-29 Gabriel Dos Reistree.h (VAR_P): New.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-23 Jakub Jelinekre PR c++/54046 (wrong control reaches end of non-void...
2012-05-12 Paolo Carlinigeneric.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
2011-10-26 Ed Smith-RowlandImplement C++11 user-defined literals.
2011-10-11 Jason Merrillre PR c++/49855 (internal compiler error: in fold_conve...
2011-06-08 Jason Merrillre PR c++/49107 ([C++0x][4.7 Regression] incomplete...
2011-05-25 Jason Merrillcp-objcp-common.c (cp_common_init_ts): TYPE_ARGUMENT_PA...
2011-05-25 Jakub Jelinekcp-objcp-common.c (cp_common_init_ts): Mark CTOR_INITIA...
2011-05-10 Nathan Froydmark EXPR_PACK_EXPANSION as typed only
2011-04-25 Paolo Carlinic-common.c (struct c_common_resword): Add __underlying_...
2011-04-14 Nathan Froydcp-tree.def (SWITCH_STMT): Add an extra operand.
2011-04-14 Nathan Froydcp-tree.def (IF_STMT): Add an extra operand.
2011-04-14 Nathan Froydcp-tree.def (FOR_STMT, [...]): Add an extra operand.
2011-04-13 Nathan Froydada-tree.h (union lang_tree_node): Check for TS_COMMON...
2011-03-16 Jakub Jelinekfinal.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LO...
2010-12-01 Joseph Myerscommon.opt (main_input_filename, [...]): New Variable...
2010-07-27 Joseph Myerslanghooks-def.h (lhd_init_options, [...]): New.
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-05 Steven Bosscherc-common.c: Move to c-family/.
2010-06-02 Jakub Jelinektree.h (struct tree_decl_map): New type.
2010-02-17 Jason Merrillre PR c++/43075 (20_util/bind/ref2.cc FAILs)
2009-11-23 Dodji Seketelire PR c++/14777 (typedef doesn't fully expose base...
2009-09-30 Jason Merrillmerge in cxx0x-lambdas-branch@152308
2009-09-01 Richard Guenthertree.c (tree_expr_size): New function.
2009-03-29 Paolo Bonzinic-common.c (c_expand_expr, c_staticp): Remove.
2009-03-27 Dodji Seketelire PR debug/37959 (g++ does not emit DW_AT_explicit)
2009-03-05 Jason Merrillre PR c++/38908 (Unexplained "'<anonymous>' is used...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
next