]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/tree.c
move many gc hashtab to hash_table
[thirdparty/gcc.git] / gcc / cp / tree.c
2014-10-12  Trevor Saundersmove many gc hashtab to hash_table
2014-10-08  Jason Merrillre PR c++/63485 (ICE: canonical types differ for identi...
2014-10-08  Jason Merrill* tree.c (cp_tree_equal) [TRAIT_EXPR]: Use cp_tree_equa...
2014-10-03  Jason Merrillre PR c++/63362 (The c++11 triviality-traits need front...
2014-09-30  Jason Merrillmethod.c (build_stub_object): Use CONVERT_EXPR.
2014-09-24  Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-08-23  Edward Smith-Rowlandcpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
2014-08-15  Jason Merrillre PR bootstrap/62077 (--with-build-config=bootstrap...
2014-08-02  Trevor Saundersadd a hash_set based on hash_table
2014-07-30  Jason Merrillre PR lto/53808 (Undefined symbol when building a libra...
2014-07-24  Martin LiskaIPA C++ refactoring 1/N
2014-07-14  Jason Merrillre PR c++/58612 ([c++11] ICE calling non-constexpr...
2014-06-24  Trevor SaundersRemove a layer of indirection from hash_table
2014-06-16  Jason Merrillre PR c++/61500 ([C++11] Can't take pointer to member...
2014-05-31  Paolo CarliniDR 1227 PR c++/57543
2014-05-21  Richard Sandifordtree.def (VOID_CST): New.
2014-05-09  Jason Merrillre PR c++/58714 (Bogus overload resolution for the...
2014-05-06  Kenneth ZadeckMerge in wide-int.
2014-04-11  Jason MerrillDR 1030 PR c++/51253
2014-04-01  Jason Merrillre PR c++/60642 (Unclear diagnostic with invalid use...
2014-02-03  Marc Glissere PR c++/53017 (Integer constant expression not consta...
2014-01-30  Jason Merrillre PR c++/59633 (ICE with __attribute((vector_size...
2014-01-16  Jason Merrillre PR c++/59821 (__builtin_LINE and __builtin_FILE...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-14  Andrew MacLeodgimplify-be.h: New file.
2013-11-12  Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-29  David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-08-07  Jason Merrillre PR c++/57825 (Template specialization for ref qualif...
2013-06-23  Gabriel Dos Reisc-common.c (c_common_nodes_and_builtins): Use cxx11...
2013-06-21  Balaji V. IyerImplemented Cilk Plus Array Notation for C++
2013-06-21  Jason Merrillre PR c++/55149 (capturing VLA in lambda)
2013-05-29  Jan Hubickacgraph.h (symtab_node_base): Add definition, alias...
2013-05-23  Jason Merrillre PR c++/57388 ([C++11] ICE when function types with...
2013-05-20  Jason Merrillre PR c++/57325 (ICE in strip_typedefs, at cp/tree...
2013-05-09  Jason MerrillN3639 C++1y VLA support
2013-04-03  Jakub Jelinekre PR c++/56819 (ICE: SIGSEGV in int_cst_value (tree...
2013-04-02  Paolo Carlinicp-tree.h (TAGGED_TYPE_P): Remove.
2013-04-01  Bronek KozickiImplement N2439 (ref-qualifiers for 'this')
2013-03-29  Paolo Carlinicall.c (add_builtin_candidate): Use TYPE_PTR_P and...
2013-03-29  Gabriel Dos Reistree.h (VAR_P): New.
2013-03-27  Gabriel Dos Reiscall.c (build_new_method_call_1): Use INDIRECT_REF_P.
2013-03-26  Gabriel Dos Reiscp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DE...
2013-03-22  Gabriel Dos Reiscp-tree.h (identifier_p): New.
2013-03-17  Jason Merrillre PR c++/54764 (In class initialization of non-static...
2013-03-17  Jason Merrillre PR c++/56039 (ICE in iterative_hash_template_arg...
2013-03-17  Jason Merrillre PR c++/52748 ([C++11] N3276 changes to decltype)
2013-03-16  Jakub Jelinek* tree.c (cp_tree_equal): Fix a pasto.
2013-03-08  Jason Merrillre PR c++/51494 (Legal program rejection - capturing...
2013-03-06  Jakub Jelinekre PR c++/56543 (ICE on valid code in copy_node_stat)
2013-02-22  Jason Merrillre PR c++/56395 (ICE, Segmentation fault in tsubst)
2013-02-20  Paolo Carlinire PR c++/56373 (-Wzero-as-null-pointer-constant: does...
2013-02-09  Jason Merrillre PR c++/56247 (internal compiler error: in tsubst_cop...
2013-02-06  Jason Merrillre PR c++/54122 (segfault comparing enum class in lambd...
2013-01-22  Jason Merrillre PR c++/56059 (SIGSEGV on invalid C++11 code)
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-07  Jason Merrillre PR c++/55753 ([C++11][4.7/4.8 Regression] ICE conste...
2013-01-04  Jason Merrillre PR c++/55877 (Anon visibility issues)
2013-01-02  Jason Merrillre PR c++/55804 (GCC omits required call to constructor)
2012-12-11  Marc Glissere PR c++/53094 (constexpr vector subscripting)
2012-12-08  Jason Merrillre PR c++/55419 (ICE in gimplify_init_ctor_preeval...
2012-12-07  Paolo Carlinitree.c (build_aggr_init_expr): Remove tsubst_flags_t...
2012-12-07  Jason Merrillre PR c++/54325 (C++11 uniform initialization syntax...
2012-12-07  Jason Merrillre PR c++/55249 (Multiple copy constructors for templat...
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-16  Jakub Jelinekre PR c++/55337 (ICE tree check: expected sizeof_expr...
2012-11-09  Jason MerrillAdd C++ attribute abi_tag and -Wabi-tag option.
2012-10-31  Paolo Carlinire PR c++/54583 (Spurious warning: value computed is...
2012-10-15  Jason MerrillImplement C++11 inheriting constructors.
2012-10-09  Lawrence CrowlChange more non-GTY hash tables to use the new type...
2012-10-08  Jakub Jelinekre PR c++/54858 (ICE in cp_tree_equal)
2012-10-07  Paolo Carlinipt.c (fold_non_dependent_expr_sfinae): Remove static...
2012-10-05  Jakub Jelinekcp-tree.h (SIZEOF_EXPR_TYPE_P): Define.
2012-09-13  Paolo Carlinitypeck.c (build_indirect_ref, [...]): Remove uses of...
2012-09-05  Paolo Carlinire PR c++/54191 ([C++11] SFINAE does not handle convers...
2012-08-15  Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
2012-08-03  Marc Glissept.c (tsubst_copy_and_build): Handle VECTOR_TYPE like...
2012-07-24  Steven Bosschersbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for...
2012-07-20  Jason Merrillre PR c++/54038 (finalize_type_size enters infinite...
2012-07-17  Jason Merrillre PR c++/53989 (Internal compiler error in strip_typed...
2012-07-05  Jason Merrillcp-tree.h (TEMPLATE_PARM_NUM_SIBLINGS): Remove.
2012-07-05  Jason Merrillre PR c++/50852 (ICE: internal compiler error: in tsubs...
2012-07-02  Jason Merrillre PR c++/53524 (Bogus enum comparison warning)
2012-05-30  Jason Merrillre PR c++/53356 (ICE in verify_gimple_stmt, at tree...
2012-05-30  Jason Merrill* tree.c (stabilize_expr): Tweak logic.
2012-05-30  Jason Merrillre PR c++/53356 (ICE in verify_gimple_stmt, at tree...
2012-05-26  Paolo Carlinire PR c++/53491 (ICE in build_target_expr_with_type...
2012-05-17  Paolo Carlinire PR c++/44516 (improve error message when no matching...
2012-05-12  Paolo Carlinigeneric.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
2012-05-06  Paolo Carlinire PR c++/53152 (In "no match for operatorXX" error...
2012-04-14  Jan Hubickacgraph.h: Update copyrights;
2012-04-06  Jason Merrillre PR c++/52596 ([C++11] internal compiler error: in...
2012-03-29  Jason Merrillre PR c++/52685 (ICE in copy_binfo)
2012-03-19  Paolo Carlinire PR c++/14710 (Warning about useless casts)
2012-01-24  Jason Merrillre PR c++/51973 ([C++11] Template parameter deduction...
2012-01-23  Jason Merrillre PR c++/51925 (ICE in tsubst with using and template...
2012-01-12  Jason Merrillre PR c++/48051 (sorry, unimplemented: mangling overload)
2012-01-06  Jason Merrillre PR c++/6057 (expression mangling doesn't work for...
2011-12-23  Jason Merrilltree.c (dependent_name): OFFSET_REF and BASELINK are...
next