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
/
constraint.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-03
c++: rename IS_SAME_AS trait code to IS_SAME
Patrick Palka
1
-1
/
+1
2022-09-30
c++: streamline built-in trait addition process
Patrick Palka
1
-7
/
+5
2022-09-29
c++: implement __remove_cv, __remove_reference and __remove_cvref
Patrick Palka
1
-0
/
+3
2022-09-27
c++: Don't quote nothrow in diagnostic
Marek Polacek
1
-7
/
+7
2022-09-23
c++: Implement __is_{nothrow_,}convertible [PR106784]
Marek Polacek
1
-0
/
+6
2022-07-15
c++: Add __reference_con{struc,ver}ts_from_temporary [PR104477]
Marek Polacek
1
-0
/
+8
2022-07-13
c++: dependence of constrained memfn from current inst [PR105842]
Patrick Palka
1
-6
/
+16
2022-05-11
tree: introduce range adaptor for TREE_VEC
Patrick Palka
1
-6
/
+3
2022-03-30
c++: ICE with failed __is_constructible constraint [PR100474]
Patrick Palka
1
-1
/
+42
2022-03-28
c++: constrained template friend matching ICE [PR105064]
Patrick Palka
1
-9
/
+4
2022-03-12
c++: return-type-req in constraint using only outer tparms [PR104527]
Patrick Palka
1
-25
/
+45
2022-02-08
c++: satisfaction value of type const bool [PR104410]
Patrick Palka
1
-1
/
+2
2022-02-08
c++: constrained auto in lambda using outer tparms [PR103706]
Patrick Palka
1
-4
/
+3
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-19
c++: local_specializations and recursive constrained fn [PR103714]
Patrick Palka
1
-0
/
+4
2021-12-16
c++: tweak comment
Jason Merrill
1
-2
/
+0
2021-12-16
c++: two-stage name lookup for overloaded operators [PR51577]
Patrick Palka
1
-9
/
+2
2021-12-14
c++: processing_template_decl vs template depth [PR103408]
Patrick Palka
1
-16
/
+0
2021-09-16
c++: constrained variable template issues [PR98486]
Patrick Palka
1
-3
/
+5
2021-08-17
c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101...
Jakub Jelinek
1
-0
/
+3
2021-07-30
c++: Implement P0466R5 __cpp_lib_is_pointer_interconvertible compiler helpers...
Jakub Jelinek
1
-0
/
+4
2021-07-09
c++: requires-expr with dependent extra args [PR101181]
Patrick Palka
1
-1
/
+2
2021-06-30
c++: Fix push_access_scope and introduce RAII wrapper for it
Patrick Palka
1
-6
/
+1
2021-06-24
cp: add support for per-location warning groups.
Martin Sebor
1
-2
/
+2
2021-06-24
c++: requires-expression folding [PR101182]
Patrick Palka
1
-1
/
+1
2021-06-10
c++: normalization of non-templated return-type-req [PR100946]
Patrick Palka
1
-0
/
+9
2021-05-18
c++: Prune dead functions.
Marek Polacek
1
-62
/
+0
2021-05-10
c++: fn parm pack expansion inside constraint [PR100138]
Patrick Palka
1
-1
/
+5
2021-04-12
c++: constraints are unevaluated operands [PR99961]
Patrick Palka
1
-0
/
+3
2021-04-09
c++: Use a TEMPLATE_INFO to hold regenerated-lambda info
Patrick Palka
1
-2
/
+2
2021-04-08
c++: Don't substitute into constraints on lambdas [PR99874]
Patrick Palka
1
-5
/
+38
2021-03-03
c++: Unify REQUIRES_EXPR evaluation / diagnostic routines
Patrick Palka
1
-255
/
+193
2021-03-03
c++: Clean up normalization and satisfaction routines
Patrick Palka
1
-134
/
+100
2021-03-02
c++: Fix satisfaction of placeholder type constraints [PR96443]
Patrick Palka
1
-61
/
+50
2021-03-02
c++: Delay normalizing nested requirements until satisfaction
Patrick Palka
1
-66
/
+72
2021-03-02
c++: Some preparatory type canonicalization fixes
Patrick Palka
1
-17
/
+8
2021-03-02
c++: Avoid building garbage trees from tsubst_requires_expr
Patrick Palka
1
-32
/
+14
2021-02-04
c++: Empty args for variadic concept [PR98717]
Jason Merrill
1
-8
/
+0
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-17
c++: More precise tracking of potentially unstable satisfaction
Patrick Palka
1
-50
/
+64
2020-12-17
c++: Diagnose self-recursive satisfaction
Patrick Palka
1
-8
/
+31
2020-12-17
c++: Diagnose unstable satisfaction
Patrick Palka
1
-54
/
+211
2020-12-05
c++: Normalize nested-requirements twice at parse time [PR97093]
Patrick Palka
1
-15
/
+26
2020-12-05
c++: Distinguish unsatisfaction vs errors during satisfaction [PR97093]
Patrick Palka
1
-53
/
+102
2020-11-25
Clean up -Wformat-diag warnings (PR bootstrap/97622, PR bootstrap/94982)
Martin Sebor
1
-2
/
+2
2020-11-09
c++: Consider only relevant template arguments in sat_hasher
Patrick Palka
1
-6
/
+70
2020-11-09
c++: Use two levels of caching in satisfy_atom
Patrick Palka
1
-14
/
+43
2020-11-09
c++: Reuse identical ATOMIC_CONSTRs during normalization
Patrick Palka
1
-3
/
+24
2020-11-09
c++: Fix ICE with variadic concepts and aliases [PR93907]
Patrick Palka
1
-0
/
+10
2020-11-02
c++: Don't purge the satisfaction caches
Patrick Palka
1
-9
/
+0
[next]