index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
cp
/
class.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2000-01-17
cp-tree.h (flag_new_abi): Move.
Mark Mitchell
1
-82
/
+131
2000-01-16
class.c (build_vbase_pointer): Relocate.
Mark Mitchell
1
-221
/
+185
2000-01-16
cp-tree.h (num_extra_vtbl_entries): New function.
Mark Mitchell
1
-5
/
+158
2000-01-12
delete stray semicolon
Jason Merrill
1
-1
/
+1
2000-01-12
call.c (convert_class_to_reference): Fix typos.
Mark Mitchell
1
-1
/
+3
2000-01-12
cp-tree.h (dfs_skip_vbases): New function.
Mark Mitchell
1
-56
/
+126
2000-01-11
class.c (dfs_modify_vtables_queue_p): Remove.
Mark Mitchell
1
-25
/
+3
[next]