aboutsummaryrefslogtreecommitdiff
path: root/libcc1
AgeCommit message (Expand)Author
2019-08-12Update ChangeLog and version files for releasegcc_9_2_0_releaseJakub Jelinek
2019-05-03Update ChangeLog and version files for releasegcc_9_1_0_releaseGCC Administrator
2019-01-01 Update 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-23 PR c++/69560 - wrong alignof(double) on x86.Jason Merrill
2018-04-18 PR jit/85384David Malcolm
2018-01-03 Update copyright years.Jakub Jelinek
2017-11-26Plugin support on Windows/MinGWBoris Kolpackov
2017-11-16 * Makefile.am: Remove references to c-compiler-name.h andSergio 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-21 gcc/Nathan Sidwell
2017-07-13revert previous premature commitNathan Sidwell
2017-07-13 * libcp1plugin.cc (plugin_build_decl): UseNathan Sidwell
2017-07-12 * libcp1plugin.cc (plugin_build_decl): UseNathan Sidwell
2017-07-05Use SET_DECL_MODE in libcc1Richard Sandiford
2017-06-30 * config-lang.in (gtfiles): Add cp/lex.c.Nathan Sidwell
2017-06-26 gcc/cp/Nathan Sidwell
2017-06-16 gcc/cp/Nathan Sidwell
2017-05-26 gcc/cp/Nathan Sidwell
2017-05-26 gcc/cp/Nathan Sidwell
2017-05-25 gcc/cp/Nathan Sidwell
2017-05-23 gcc/cpNathan Sidwell
2017-05-11 Missing ChangelogNathan Sidwell
2017-05-11 * libcp1plugin.cc (plugin_build_decl): Adjust add_method call.Nathan Sidwell
2017-05-10 gcc/cp/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_dirAlexandre Oliva
2017-01-31libcc1 base API: bump set_arguments; add set_driver_filename, set_triplet_regexpAlexandre Oliva
2017-01-31libcc1 base API: add set_verbose and new version of compileAlexandre Oliva
2017-01-31libcc1 base API version bumpJan Kratochvil
2017-01-17 PR other/79046Jakub Jelinek
2017-01-04 Update copyright years.Jakub Jelinek
2016-11-18Add SET_DECL_MODERichard Sandiford
2016-06-07Update copyright datesRainer Orth
2016-04-18 * tree.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
2015-06-25gcc/Richard Sandiford
2015-06-25gcc/Richard Sandiford
2015-05-13libcc1: Bump to automake 1.11.6Michael Haubenwallner
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-04-15 PR bootstrap/65763Andreas Schwab
2015-01-30Always pass explicit location to fatal_error.Joseph Myers
2015-01-09 PR rtl-optimization/64536Jakub Jelinek
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2014-11-21Always use PIC option with -shared in libtoolH.J. Lu