aboutsummaryrefslogtreecommitdiff
path: root/libcc1
AgeCommit message (Expand)AuthorFilesLines
2018-04-23PR c++/69560 - wrong alignof(double) on x86.Jason Merrill1-1/+2
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2-3/+8
2018-01-03Update copyright years.Jakub Jelinek22-21/+25
2017-11-26Plugin support on Windows/MinGWBoris Kolpackov2-1/+18
2017-11-16Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.hSergio Durigan Junior6-45/+47
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell2-1/+6
2017-10-31[C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell2-25/+16
2017-10-04[C++ PATCH] Move mangling alias out of ::Nathan Sidwell2-6/+5
2017-07-21Remove TYPE_METHODS.Nathan Sidwell2-4/+9
2017-07-13revert previous premature commitNathan Sidwell1-4/+4
2017-07-13libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON,DE}STRUCTOR directly.Nathan Sidwell1-4/+4
2017-07-12libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON,DE}STRUCTOR directly.Nathan Sidwell2-2/+7
2017-07-05Use SET_DECL_MODE in libcc1Richard Sandiford2-1/+5
2017-06-30config-lang.in (gtfiles): Add cp/lex.c.Nathan Sidwell2-2/+7
2017-06-26cp-tree.h (lang_decl_fn): Remove assignment_operator_p field.Nathan Sidwell2-2/+5
2017-06-16cp-tree.h (build_this_parm, [...]): Add FN parm.Nathan Sidwell2-2/+6
2017-05-26Inline and using namespace representation change.Nathan Sidwell2-0/+3
2017-05-26call.c (build_operator_new_call): Do namelookup and ADL here.Nathan Sidwell2-1/+6
2017-05-25Kill DECL_NAMESPACE_USERS, DECL_NAMESPACE_ASSOCIATIONS.Nathan Sidwell2-12/+7
2017-05-23cp-tree.h (OVL_P): New.Nathan Sidwell2-5/+9
2017-05-11Missing ChangelogNathan Sidwell1-0/+4
2017-05-11* libcp1plugin.cc (plugin_build_decl): Adjust add_method call.Nathan Sidwell1-1/+1
2017-05-10cp-tree.h (add_method, [...]): Change last arg to bool.Nathan Sidwell2-1/+5
2017-04-15[libcp1] handle anon aggregates linkage-named by typedefsAlexandre Oliva2-0/+13
2017-01-31Introduce C++ support in libcc1Alexandre Oliva16-145/+5376
2017-01-31libcc1: return absolute filename from make search_dirJan Kratochvil2-1/+5
2017-01-31libcc1 base API: bump set_arguments; add set_driver_filename, set_triplet_regexpJan Kratochvil2-14/+139
2017-01-31libcc1 base API: add set_verbose and new version of compileJan Kratochvil2-5/+44
2017-01-31libcc1 base API version bumpJan Kratochvil2-2/+8
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek4-4/+43
2017-01-04Update copyright years.Jakub Jelinek17-16/+20
2016-11-18Add SET_DECL_MODERichard Sandiford2-1/+7
2016-06-07Update copyright datesRainer Orth17-16/+20
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz2-3/+7
2016-04-11libcc1: Clean compiler-name.h (PR70173)Segher Boessenkool3-2/+12
2016-03-14Summary: libcc1: rerun configure when gcc/BASE-VER changesAndreas Schwab4-4/+39
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford2-4/+6
2015-06-25hash-table.h: Update comments.Richard Sandiford2-8/+11
2015-05-13libcc1: Bump to automake 1.11.6Michael Haubenwallner4-51/+114
2015-04-18remove need for store_values_directlyTrevor Saunders2-12/+16
2015-04-15re PR bootstrap/65763 (tm.h: No such file or directory)Andreas Schwab3-2/+8
2015-01-30Always pass explicit location to fatal_error.Joseph Myers2-4/+13
2015-01-09re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x)Jakub Jelinek1-0/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+11
2014-11-21Always use PIC option with -shared in libtoolH.J. Lu2-3/+8
2014-11-13Enable libcc1 on SolarisRainer Orth5-1/+155
2014-11-11re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2-1/+6
2014-11-11re PR bootstrap/63699 (Bootstrap fails in libcc1 on darwin14)Francois-Xavier Coudert2-2/+6
2014-10-29configure.ac: Remove -Werror addition to WARN_FLAGS.Jakub Jelinek5-11/+44
2014-10-29Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.Jakub Jelinek3-11/+54