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-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
2000-04-04
Correct many new ABI issues regarding vbase and vcall offset layout.
Mark Mitchell
1
-146
/
+79
2000-03-28
Put RTTI entries at negative offsets in new ABI.
Mark Mitchell
1
-37
/
+8
2000-03-23
builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
Theodore Papadopoulo
1
-1
/
+1
2000-03-22
cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
Mark Mitchell
1
-33
/
+26
2000-03-22
class.c (record_base_offsets): New function.
Mark Mitchell
1
-2
/
+2
2000-03-21
tree.h (COMPLETE_TYPE_P): New macro.
Nathan Sidwell
1
-2
/
+2
2000-03-07
search.c (note_debug_info_needed): Walk the bases even if we weren't deferrin...
Jason Merrill
1
-5
/
+5
2000-03-03
decl2.c (key_method): Break out from...
Jason Merrill
1
-66
/
+41
2000-03-03
* tree.h (TYPE_ALIGN_UNIT): New macro.
Mark Mitchell
1
-2
/
+2
2000-03-01
search.c (protected_accessible_p): Use context_for_name_lookup.
Jason Merrill
1
-1
/
+1
2000-02-28
search.c (protected_accessible_p): Also allow the access if the member is pub...
Jason Merrill
1
-35
/
+30
2000-02-27
builtins.c (c_strlen): Use size_diffop and return ssizetype value.
Richard Kenner
1
-5
/
+6
2000-02-27
Implement class scope using-declarations for functions.
Jason Merrill
1
-1
/
+9
2000-02-26
Fix copyrights
Jeff Law
1
-1
/
+2
2000-02-18
semantics.c (deferred_type_access_control): Walk the entire type_lookups list.
Jason Merrill
1
-9
/
+8
2000-02-16
Make DECL_CONTEXT mean the class in which a member function was declared, eve...
Mark Mitchell
1
-12
/
+18
2000-02-13
parse.y (frob_specs): Split out...
Jason Merrill
1
-0
/
+7
2000-02-07
cp-tree.h (struct saved_scope): Add incomplete field.
Jason Merrill
1
-9
/
+40
2000-02-06
Makefile.in (call.o): Depend on $(EXPR_H).
Kaveh R. Ghazi
1
-0
/
+1
2000-01-26
call.c: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-68
/
+68
2000-01-20
Remap dynamic cast hint values to be consistent across ABIs.
Nathan Sidwell
1
-12
/
+14
[next]