summaryrefslogtreecommitdiff
path: root/gcc/cp/vtable-class-hierarchy.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* re PR c++/89392 (ICE in bitmap_bit_p, at bitmap.c:978)Richard Biener2019-02-211-2/+0
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* function-tests.c (build_trivial_generic_function): Set BLOCK_SUPERCONTEXT of ...Richard Biener2016-07-211-0/+3
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* always define TARGET_PECOFFTrevor Saunders2015-11-151-8/+0
* decl.c: Remove unused header files.Andrew MacLeod2015-11-111-1/+0
* decl.c: Reorder #include's and remove duplicates.Andrew MacLeod2015-10-291-6/+4
* call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek2015-06-271-3/+3
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* Committing VTV Cygwin patch for Patrick WollgastCaroline Tice2015-01-291-0/+8
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+12
* IPA C++ refactoring 4/NMartin Liska2014-08-251-1/+1
* IPA C++ refactoring 2/NMartin Liska2014-07-241-2/+2
* IPA C++ refactoring 1/NMartin Liska2014-07-241-2/+2
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-2/+2
* symtab.c (section_hash): New hash.Jan Hubicka2014-06-121-2/+1
* varasm.c (set_implicit_section): New function.Jan Hubicka2014-06-111-1/+1
* symtab.c (dump_symtab_base): Update dumping.Jan Hubicka2014-06-091-2/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford2014-01-021-1/+1
* Fix two small problems...Caroline Tice2013-12-061-0/+2
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+0
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* Fix PR 58300...Caroline Tice2013-09-081-4/+5
* Replace fixed size array that was holding vtable pointers with a vector, allo...Caroline Tice2013-08-281-57/+45
* Commit the vtable verification feature.Caroline Tice2013-08-061-0/+1353