summaryrefslogtreecommitdiff
path: root/libcc1
AgeCommit message (Expand)Author
2020-02-10c++: Fix return type deduction with an abbreviated function templatePatrick Palka
2020-01-07init.c (build_new): Add location_t parameter and use it throughout.Paolo Carlini
2020-01-01Update copyright years.Jakub Jelinek
2019-12-30decl2.c (delete_sanity): Add location_t parameter and use it throughout.Paolo Carlini
2019-12-18typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...Paolo Carlini
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini
2019-12-05typeck2.c (build_functional_cast): Add location_t parameter and use it.Paolo Carlini
2019-11-25typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...Paolo Carlini
2019-09-27Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki
2019-05-21[C++ PATCH] Using declsNathan Sidwell
2019-05-20[C++ PATCH] Commonixe using directive finishingNathan Sidwell
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers
2018-04-23PR c++/69560 - wrong alignof(double) on x86.Jason Merrill
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm
2018-01-03Update copyright years.Jakub Jelinek
2017-11-26Plugin support on Windows/MinGWBoris Kolpackov
2017-11-16Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.hSergio Durigan Junior
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell
2017-10-31[C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell
2017-10-04[C++ PATCH] Move mangling alias out of ::Nathan Sidwell
2017-07-21Remove TYPE_METHODS.Nathan Sidwell
2017-07-13revert previous premature commitNathan Sidwell
2017-07-13libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON,DE}STRUCTOR directly.Nathan Sidwell
2017-07-12libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON,DE}STRUCTOR directly.Nathan Sidwell
2017-07-05Use SET_DECL_MODE in libcc1Richard Sandiford
2017-06-30config-lang.in (gtfiles): Add cp/lex.c.Nathan Sidwell
2017-06-26cp-tree.h (lang_decl_fn): Remove assignment_operator_p field.Nathan Sidwell
2017-06-16cp-tree.h (build_this_parm, [...]): Add FN parm.Nathan Sidwell
2017-05-26Inline and using namespace representation change.Nathan Sidwell
2017-05-26call.c (build_operator_new_call): Do namelookup and ADL here.Nathan Sidwell
2017-05-25Kill DECL_NAMESPACE_USERS, DECL_NAMESPACE_ASSOCIATIONS.Nathan Sidwell
2017-05-23cp-tree.h (OVL_P): New.Nathan Sidwell
2017-05-11Missing ChangelogNathan Sidwell
2017-05-11* libcp1plugin.cc (plugin_build_decl): Adjust add_method call.Nathan Sidwell
2017-05-10cp-tree.h (add_method, [...]): Change last arg to bool.Nathan Sidwell
2017-04-15[libcp1] handle anon aggregates linkage-named by typedefsAlexandre Oliva
2017-01-31Introduce C++ support in libcc1Alexandre Oliva
2017-01-31libcc1: return absolute filename from make search_dirJan Kratochvil
2017-01-31libcc1 base API: bump set_arguments; add set_driver_filename, set_triplet_regexpJan Kratochvil
2017-01-31libcc1 base API: add set_verbose and new version of compileJan Kratochvil
2017-01-31libcc1 base API version bumpJan Kratochvil
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek
2017-01-04Update copyright years.Jakub Jelinek
2016-11-18Add SET_DECL_MODERichard Sandiford
2016-06-07Update copyright datesRainer Orth
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz
2016-04-11libcc1: Clean compiler-name.h (PR70173)Segher Boessenkool
2016-03-14Summary: libcc1: rerun configure when gcc/BASE-VER changesAndreas Schwab