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
/
search.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-11-29
cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
Nathan Sidwell
1
-264
/
+33
2001-11-26
search.c (lookup_base_r): Declare bk in variable declaration space.
Aldy Hernandez
1
-4
/
+5
2001-11-25
re PR c++/3145 (virtual inheritance still creates wrong code)
Nathan Sidwell
1
-74
/
+190
2001-11-15
parse.y: Add ...
Jason Merrill
1
-3
/
+4
2001-10-28
ChangeLog.1, [...]: Fix spelling errors.
Joseph Myers
1
-1
/
+1
2001-10-13
cp-tree.h (TYPE_BINFO): Update comment.
Kriang Lerdsuwanakij
1
-3
/
+6
2001-07-31
The 3.0 ABI no longer has vbase pointer fields.
Nathan Sidwell
1
-9
/
+0
2001-07-21
tm.texi: Remove DEFAULT_VTABLE_THUNKS.
Nathan Sidwell
1
-300
/
+0
2001-07-21
Remove old-abi remnants.
Nathan Sidwell
1
-104
/
+0
2001-06-06
cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
Jason Merrill
1
-28
/
+44
2001-05-02
call.c: NULL_PTR -> NULL.
Kaveh R. Ghazi
1
-2
/
+2
2001-04-20
search.c (lookup_field_r): If looking for type and non-TYPE_DECL is found...
Jakub Jelinek
1
-5
/
+21
2001-04-05
search.c (get_dynamic_cast_base_type): When building a new constant, set its ...
J"orn Rennecke
1
-1
/
+3
2001-03-23
decl.c (local_names): Define.
Jakub Jelinek
1
-1
/
+1
2001-03-19
Compute DECL_ASSEMBLER_NAME lazily.
Mark Mitchell
1
-2
/
+2
2001-02-18
Do put the VTT parameter in DECL_ARGUMENTS.
Jason Merrill
1
-15
/
+6
2001-02-14
Kill remnants of this is variable.
Nathan Sidwell
1
-3
/
+0
2001-02-12
Remove old ABI support.
Mark Mitchell
1
-2
/
+1
2001-02-08
search.c (shared_member_p): New function.
Jason Merrill
1
-1
/
+33
2001-02-05
invoke.texi (-fdump-class-layout): Document.
Nathan Sidwell
1
-11
/
+29
2001-02-03
decl.c (push_class_binding): Use context_for_name_lookup instead of CP_DECL_C...
Jakub Jelinek
1
-4
/
+3
2001-01-19
search.c (get_vbase_1): Count only virtual bases.
Nathan Sidwell
1
-4
/
+4
2001-01-03
search.c (lookup_fnfields_here): Remove.
Nathan Sidwell
1
-30
/
+4
2001-01-03
Implement exceptions specifiers for implicit member functions.
Nathan Sidwell
1
-4
/
+1
2000-12-29
search.c (binfo_for_vtable): Return least derived class, not most.
Hans-Peter Nilsson
1
-6
/
+19
2000-12-21
pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not DECL_TEMPLATE_RESULT.
Jason Merrill
1
-2
/
+4
2000-12-05
cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.
Nathan Sidwell
1
-186
/
+88
2000-12-04
fix typo
Jason Merrill
1
-1
/
+1
2000-11-27
cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.
Nathan Sidwell
1
-4
/
+5
2000-11-07
alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().
Joseph Myers
1
-1
/
+1
2000-10-13
Remove obstacks.
Mark Mitchell
1
-2
/
+0
2000-09-04
cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
Kriang Lerdsuwanakij
1
-1
/
+1
2000-07-31
Allow indirect primary bases.
Mark Mitchell
1
-16
/
+4
2000-06-30
c-common.c: Include c-common.h, not c-lex.h or c-tree.h.
Mark Mitchell
1
-5
/
+5
2000-06-26
search.c (hides): Remove.
Nathan Sidwell
1
-38
/
+13
2000-06-25
gengenrtl.c (special_rtx): Fix typo in comment.
Theodore Papadopoulo
1
-2
/
+2
2000-06-23
cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
Mark Mitchell
1
-3
/
+3
2000-06-05
search.c (maybe_suppress_debug_info): Don't check CLASSTYPE_INTERFACE_ONLY if...
Jason Merrill
1
-4
/
+6
2000-05-25
Finish implementation of VTTs.
Mark Mitchell
1
-20
/
+4
2000-05-22
cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks.
Mark Mitchell
1
-2
/
+1
2000-05-21
cp-tree.h (struct lang_type): Remove search_slot.
Mark Mitchell
1
-129
/
+45
2000-05-19
Don't create a separate copy of virtual bases for the CLASSTYPE_VBASECLASSES ...
Mark Mitchell
1
-34
/
+34
2000-05-16
cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.
Mark Mitchell
1
-58
/
+9
2000-05-14
except.c (check_handlers): New fn.
Jason Merrill
1
-9
/
+15
2000-05-04
class.c (update_vtable_entry_for_fn): Prototype.
Kaveh R. Ghazi
1
-0
/
+1
2000-05-03
cp-tree.def (THUNK_DECL): Remove.
Mark Mitchell
1
-2
/
+1
2000-04-12
cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
Mark Mitchell
1
-1
/
+1
2000-04-11
cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
Mark Mitchell
1
-5
/
+10
2000-04-09
cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER...
Mark Mitchell
1
-1
/
+0
2000-04-04
cfns.gperf (hash, [...]): Prototype.
Kaveh R. Ghazi
1
-2
/
+0
[next]