aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/vtable-class-hierarchy.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-3/+3
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-01-29Committing VTV Cygwin patch for Patrick WollgastCaroline Tice1-0/+8
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+12
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1
2014-07-24IPA C++ refactoring 2/NMartin Liska1-2/+2
2014-07-24IPA C++ refactoring 1/NMartin Liska1-2/+2
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-2/+2
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-2/+1
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-1/+1
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2014-01-02arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford1-1/+1
2013-12-06Fix two small problems...Caroline Tice1-0/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+0
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-09-08Fix PR 58300...Caroline Tice1-4/+5
2013-08-28Replace fixed size array that was holding vtable pointers with a vector, allo...Caroline Tice1-57/+45
2013-08-06Commit the vtable verification feature.Caroline Tice1-0/+1353