summaryrefslogtreecommitdiff
path: root/libcc1
Commit message (Expand)AuthorAgeFilesLines
* PR c++/69560 - wrong alignof(double) on x86.Jason Merrill2018-04-231-1/+2
* re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2018-04-182-3/+8
* Update copyright years.Jakub Jelinek2018-01-0322-21/+25
* Plugin support on Windows/MinGWBoris Kolpackov2017-11-262-1/+18
* Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.hSergio Durigan Junior2017-11-166-45/+47
* [C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell2017-11-012-1/+6
* [C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell2017-10-312-25/+16
* [C++ PATCH] Move mangling alias out of ::Nathan Sidwell2017-10-042-6/+5
* Remove TYPE_METHODS.Nathan Sidwell2017-07-212-4/+9
* revert previous premature commitNathan Sidwell2017-07-131-4/+4
* libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON,DE}STRUCTOR directly.Nathan Sidwell2017-07-131-4/+4
* libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON,DE}STRUCTOR directly.Nathan Sidwell2017-07-122-2/+7
* Use SET_DECL_MODE in libcc1Richard Sandiford2017-07-052-1/+5
* config-lang.in (gtfiles): Add cp/lex.c.Nathan Sidwell2017-06-302-2/+7
* cp-tree.h (lang_decl_fn): Remove assignment_operator_p field.Nathan Sidwell2017-06-262-2/+5
* cp-tree.h (build_this_parm, [...]): Add FN parm.Nathan Sidwell2017-06-162-2/+6
* Inline and using namespace representation change.Nathan Sidwell2017-05-262-0/+3
* call.c (build_operator_new_call): Do namelookup and ADL here.Nathan Sidwell2017-05-262-1/+6
* Kill DECL_NAMESPACE_USERS, DECL_NAMESPACE_ASSOCIATIONS.Nathan Sidwell2017-05-252-12/+7
* cp-tree.h (OVL_P): New.Nathan Sidwell2017-05-232-5/+9
* Missing ChangelogNathan Sidwell2017-05-111-0/+4
* * libcp1plugin.cc (plugin_build_decl): Adjust add_method call.Nathan Sidwell2017-05-111-1/+1
* cp-tree.h (add_method, [...]): Change last arg to bool.Nathan Sidwell2017-05-102-1/+5
* [libcp1] handle anon aggregates linkage-named by typedefsAlexandre Oliva2017-04-152-0/+13
* Introduce C++ support in libcc1Alexandre Oliva2017-01-3116-145/+5376
* libcc1: return absolute filename from make search_dirJan Kratochvil2017-01-312-1/+5
* libcc1 base API: bump set_arguments; add set_driver_filename, set_triplet_regexpJan Kratochvil2017-01-312-14/+139
* libcc1 base API: add set_verbose and new version of compileJan Kratochvil2017-01-312-5/+44
* libcc1 base API version bumpJan Kratochvil2017-01-312-2/+8
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-174-4/+43
* Update copyright years.Jakub Jelinek2017-01-0417-16/+20
* Add SET_DECL_MODERichard Sandiford2016-11-182-1/+7
* Update copyright datesRainer Orth2016-06-0717-16/+20
* tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz2016-04-182-3/+7
* libcc1: Clean compiler-name.h (PR70173)Segher Boessenkool2016-04-113-2/+12
* Summary: libcc1: rerun configure when gcc/BASE-VER changesAndreas Schwab2016-03-144-4/+39
* hash-traits.h (free_ptr_hash): New class.Richard Sandiford2015-06-252-4/+6
* hash-table.h: Update comments.Richard Sandiford2015-06-252-8/+11
* libcc1: Bump to automake 1.11.6Michael Haubenwallner2015-05-134-51/+114
* remove need for store_values_directlyTrevor Saunders2015-04-182-12/+16
* re PR bootstrap/65763 (tm.h: No such file or directory)Andreas Schwab2015-04-153-2/+8
* Always pass explicit location to fatal_error.Joseph Myers2015-01-302-4/+13
* re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x)Jakub Jelinek2015-01-091-0/+6
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-1/+11
* Always use PIC option with -shared in libtoolH.J. Lu2014-11-212-3/+8
* Enable libcc1 on SolarisRainer Orth2014-11-135-1/+155
* re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2014-11-112-1/+6
* re PR bootstrap/63699 (Bootstrap fails in libcc1 on darwin14)Francois-Xavier Coudert2014-11-112-2/+6
* configure.ac: Remove -Werror addition to WARN_FLAGS.Jakub Jelinek2014-10-295-11/+44
* Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.Jakub Jelinek2014-10-293-11/+54