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/existing-fp8
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
/
module.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-01
c++: Propagate using decls from partitions [PR114868]
Nathaniel Shead
1
-0
/
+6
2024-04-30
c++: Fix instantiation of imported temploid friends [PR114275]
Nathaniel Shead
1
-0
/
+62
2024-04-30
c++: Standardise errors for module_may_redeclare
Nathaniel Shead
1
-40
/
+80
2024-04-29
c++/modules: imported spec befriending class tmpl [PR114889]
Patrick Palka
1
-0
/
+2
2024-04-23
c++/modules: deduced return type merging [PR114795]
Patrick Palka
1
-0
/
+9
2024-04-15
c++: Only emit exported GMF usings [PR114600]
Nathaniel Shead
1
-1
/
+1
2024-04-14
c++: Setup aliases imported from modules [PR106820]
Nathaniel Shead
1
-0
/
+9
2024-04-13
c++/modules: make bits_in/out move-constructible
Patrick Palka
1
-0
/
+2
2024-04-13
c++/modules: optimize tree flag streaming
Patrick Palka
1
-193
/
+262
2024-04-12
c++/modules: local type merging [PR99426]
Patrick Palka
1
-31
/
+149
2024-04-12
c++: templated substitution into lambda-expr [PR114393]
Patrick Palka
1
-0
/
+2
2024-04-10
c++: Track declarations imported from partitions [PR99377]
Nathaniel Shead
1
-0
/
+13
2024-03-13
c++: Support target-specific nodes when streaming modules [PR111224]
Nathaniel Shead
1
-10
/
+22
2024-03-08
c++: Redetermine whether to write vtables on stream-in [PR114229]
Nathaniel Shead
1
-1
/
+11
2024-03-07
c++/modules: member alias tmpl partial inst [PR103994]
Patrick Palka
1
-70
/
+16
2024-03-07
c++/modules: inline namespace abi_tag streaming [PR110730]
Patrick Palka
1
-0
/
+28
2024-03-07
c++: Stream DECL_CONTEXT for template template parms [PR98881]
Nathaniel Shead
1
-31
/
+10
2024-03-05
c++/modules: befriending template from current class scope
Patrick Palka
1
-10
/
+9
2024-03-01
c++/modules: depending local enums [PR104919, PR106009]
Patrick Palka
1
-10
/
+2
2024-03-02
c++: Stream definitions for implicit instantiations [PR114170]
Nathaniel Shead
1
-3
/
+6
2024-02-29
c++: Support lambdas attached to more places in modules [PR111710]
Nathaniel Shead
1
-39
/
+62
2024-02-16
c++/modules: stream TREE_UNAVAILABLE and LAMBDA_EXPR_REGEN_INFO
Patrick Palka
1
-0
/
+4
2024-02-13
c++/modules: use optimized crc32 from zlib
Patrick Palka
1
-5
/
+3
2024-02-13
c++/modules: ICEs with modular fmtlib
Patrick Palka
1
-2
/
+3
2024-02-09
c++/modules: anon union member of as-base class [PR112580]
Patrick Palka
1
-2
/
+10
2024-01-30
c++: Handle error header names in modules [PR107594]
Nathaniel Shead
1
-0
/
+6
2024-01-27
c++: Stream additional fields for DECL_STRUCT_FUNCTION [PR113580]
Nathaniel Shead
1
-9
/
+38
2024-01-26
c++: Emit definitions of ODR-used static members imported from modules [PR112...
Nathaniel Shead
1
-0
/
+5
2024-01-25
c++: Handle partial specialisations in GMF [PR113405]
Nathaniel Shead
1
-1
/
+4
2024-01-23
c++: Fix handling of extern templates in modules [PR112820]
Nathaniel Shead
1
-16
/
+21
2024-01-18
c++: Prevent overwriting arguments when merging duplicates [PR112588]
Nathaniel Shead
1
-2
/
+0
2024-01-17
c++: Support thread_local statics in header modules [PR113292]
Nathaniel Shead
1
-0
/
+22
2024-01-09
c++: P0847R7 (deducing this) - prerequisite changes. [PR102609]
waffl3x
1
-2
/
+4
2024-01-07
c++: Fix ICE when writing nontrivial variable initializers
Nathaniel Shead
1
-1
/
+2
2024-01-07
c++: Export usings referring to global module fragment [PR109679]
Nathaniel Shead
1
-2
/
+4
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-17
c++: Seed namespaces for bindings [PR106363]
Nathaniel Shead
1
-3
/
+1
2023-12-04
c++: implement P2564, consteval needs to propagate up [PR107687]
Marek Polacek
1
-0
/
+4
2023-11-24
c++: Support lambdas in static template member initialisers [PR107398]
Nathaniel Shead
1
-15
/
+23
2023-11-14
c++: Stream virtual dtor vtable indices
Nathaniel Shead
1
-0
/
+6
2023-10-31
libcpp: eliminate MACRO_MAP_EXPANSION_POINT_LOCATION
David Malcolm
1
-3
/
+3
2023-10-20
c++: Constructor streaming [PR105322]
Nathan Sidwell
1
-25
/
+33
2023-10-14
middle-end: Allow _BitInt(65535) [PR102989]
Jakub Jelinek
1
-2
/
+0
2023-10-08
libcpp: eliminate COMBINE_LOCATION_DATA
David Malcolm
1
-1
/
+2
2023-09-19
c++modules: report module mapper files as a dependency
Ben Boeckel
1
-9
/
+9
2023-09-19
c++modules: report imported CMI files as dependencies
Ben Boeckel
1
-0
/
+3
2023-09-19
p1689r5: initial support
Ben Boeckel
1
-1
/
+2
2023-06-29
c++: cache partial template specialization selection
Patrick Palka
1
-0
/
+2
2023-05-18
c++: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-6
/
+6
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
[prev]
[next]