Age | Commit message (Expand) | Author | Files | Lines |
2000-04-04 | Correct many new ABI issues regarding vbase and vcall offset layout. | Mark Mitchell | 1 | -359/+506 |
2000-03-29 | class.c: Reorganize to put virtual function table initialization machinery at... | Mark Mitchell | 1 | -579/+581 |
2000-03-28 | class.c (finish_struct): Use bitsize_zero_node. | Jason Merrill | 1 | -1/+1 |
2000-03-28 | Put RTTI entries at negative offsets in new ABI. | Mark Mitchell | 1 | -230/+170 |
2000-03-26 | c-convert.c (convert): Return if output or input type is ERROR_MARK. | Richard Kenner | 1 | -6/+2 |
2000-03-26 | class.c (layout_empty_base): Handle empty bases with non-byte alignment. | Mark Mitchell | 1 | -24/+31 |
2000-03-25 | * Rework fields used to describe positions of bitfields and | Richard Kenner | 1 | -79/+55 |
2000-03-22 | cp-tree.h (BINFO_FOR_VBASE): Adjust documentation. | Mark Mitchell | 1 | -37/+54 |
2000-03-22 | class.c (layout_virtual_bases): Adjust names in conditionally compiled code. | Mark Mitchell | 1 | -2/+2 |
2000-03-22 | class.c (record_base_offsets): New function. | Mark Mitchell | 1 | -100/+194 |
2000-03-21 | class.c (build_base_field): Fix thinko in computation of binfo offsets. | Mark Mitchell | 1 | -2/+6 |
2000-03-21 | tree.h (COMPLETE_TYPE_P): New macro. | Nathan Sidwell | 1 | -5/+5 |
2000-03-19 | cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro. | Mark Mitchell | 1 | -27/+34 |
2000-03-19 | class.c (check_bitfield_decl): Remove restriction on really long bitfields. | Mark Mitchell | 1 | -20/+67 |
2000-03-18 | class.c (build_base_field): Use TYPE_ALIGN to examine a type. | Nathan Sidwell | 1 | -2/+2 |
2000-03-17 | * Clean up usages of TREE_INT_CST_LOW. | Richard Kenner | 1 | -18/+19 |
2000-03-15 | cp-tree.h: Tweak documentation. | Mark Mitchell | 1 | -246/+320 |
2000-03-07 | tree.h (INT_CST_LT, [...]): Remove unneeded casts. | Richard Kenner | 1 | -16/+19 |
2000-03-03 | * tree.h (TYPE_ALIGN_UNIT): New macro. | Mark Mitchell | 1 | -7/+44 |
2000-02-29 | pt.c (fn_type_unification): Unify return type, whenever provided. | Nathan Sidwell | 1 | -1/+3 |
2000-02-28 | * Eliminate DECL_FIELD_SIZE. | Richard Kenner | 1 | -9/+1 |
2000-02-27 | builtins.c (c_strlen): Use size_diffop and return ssizetype value. | Richard Kenner | 1 | -65/+48 |
2000-02-27 | Implement class scope using-declarations for functions. | Jason Merrill | 1 | -68/+64 |
2000-02-21 | call.c (build_object_call): Compress consecutive calls to cp_error. | Gabriel Dos Reis | 1 | -6/+3 |
2000-02-21 | cp-tree.h (merge_primary_and_secondary_vtables_p): New macro. | Mark Mitchell | 1 | -57/+141 |
2000-02-20 | class.c (build_vtable): New function, split out from ... | Mark Mitchell | 1 | -29/+30 |
2000-02-20 | class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in comment. | Mark Mitchell | 1 | -25/+27 |
2000-02-19 | c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | Richard Kenner | 1 | -20/+38 |
2000-02-18 | class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT. | Mark Mitchell | 1 | -3/+1 |
2000-02-16 | Make DECL_CONTEXT mean the class in which a member function was declared, eve... | Mark Mitchell | 1 | -10/+7 |
2000-02-10 | class.c (dfs_modify_vtables): Tweak calculation of functions to override. | Mark Mitchell | 1 | -6/+10 |
2000-02-07 | cp-tree.h (struct saved_scope): Add incomplete field. | Jason Merrill | 1 | -2/+24 |
2000-02-06 | Makefile.in (call.o): Depend on $(EXPR_H). | Kaveh R. Ghazi | 1 | -0/+1 |
2000-01-31 | Fix gdb testsuite regressions. | Jim Wilson | 1 | -4/+9 |
2000-01-31 | cp-tree.h (BINFO_VIRTUALS): Tweak documentation. | Mark Mitchell | 1 | -450/+238 |
2000-01-31 | class.c (build_vtable): Rename to build_primary_vtable. | Mark Mitchell | 1 | -53/+76 |
2000-01-29 | class.c (build_vtbl_initializer): Add argument to build_vtable_entry call. | Nathan Sidwell | 1 | -1/+2 |
2000-01-29 | cp-tree.def (THUNK_DECL): Discuss vcall indices. | Mark Mitchell | 1 | -182/+132 |
2000-01-28 | Compiler side new abi rtti (not enabled). | Nathan Sidwell | 1 | -9/+29 |
2000-01-26 | call.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -80/+80 |
2000-01-25 | cp-tree.h (vcall_offset_in_vtable_p): New macro. | Mark Mitchell | 1 | -36/+233 |
2000-01-25 | class.c (layout_class_type): Put the fields required to make a class non-empt... | Mark Mitchell | 1 | -7/+18 |
2000-01-24 | cp-tree.h (get_vtable_decl): Prototype new function. | Nathan Sidwell | 1 | -23/+54 |
2000-01-23 | * class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly. | Brad Lucier | 1 | -3/+5 |
2000-01-20 | class.c (dump_class_hierarchy): Make format agree with argument; cast pointer... | Brad Lucier | 1 | -2/+2 |
2000-01-18 | cp-tree.h (get_tinfo_fn_dynamic): Remove prototype. | Nathan Sidwell | 1 | -1/+1 |
2000-01-18 | class.c (fixed_type_or_null): Don't clear NONNULL. | Mark Mitchell | 1 | -5/+4 |
2000-01-17 | cp-tree.h (build_shared_int_cst): New function. | Mark Mitchell | 1 | -41/+87 |
2000-01-17 | cp-tree.h (scratchalloc): Remove. | Mark Mitchell | 1 | -65/+65 |
2000-01-17 | class.c (finish_struct_1): Replace redundant code with assertions. | Mark Mitchell | 1 | -11/+11 |