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
/
libstdc++-v3
/
include
/
experimental
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-14
libstdc++: Remove some more unconditional uses of atomics
Jonathan Wakely
2
-1
/
+15
2023-08-17
libstdc++: Fix -Wunused-parameter in <experimental/internet>
Jonathan Wakely
1
-1
/
+1
2023-08-09
libstdc++: Fix constexpr functions to conform to older standards
Jonathan Wakely
1
-1
/
+1
2023-06-09
libstdc++: Add preprocessor checks to <experimental/internet> [PR100285]
Jonathan Wakely
1
-0
/
+2
2023-06-06
libstdc++: Avoid vector casts while still avoiding PR90424
Matthias Kretz
1
-25
/
+15
2023-06-06
libstdc++: Replace use of incorrect non-temporal store
Matthias Kretz
2
-37
/
+7
2023-06-06
libstdc++: Protect against macros
Matthias Kretz
1
-4
/
+4
2023-06-01
libstdc++: Fix condition for supported SIMD types on ARMv8
Matthias Kretz
1
-2
/
+4
2023-06-01
libstdc++: Reduce <functional> inclusion to <stl_algobase.h>
François Dumont
1
-4
/
+1
2023-05-30
libstdc++: Correct NTTP and simd_mask ctor call
Matthias Kretz
1
-3
/
+4
2023-05-26
libstdc++: Resolve -Wsign-compare issue
Matthias Kretz
1
-1
/
+1
2023-05-24
libstdc++: Fix type of first argument to vec_cntm call
Matthias Kretz
2
-6
/
+36
2023-05-24
libstdc++: Fix SFINAE for __is_intrinsic_type on ARM
Matthias Kretz
1
-3
/
+9
2023-05-24
libstdc++: Add missing constexpr to simd_neon
Matthias Kretz
1
-40
/
+36
2023-05-23
libstdc++: Add missing constexpr to simd
Matthias Kretz
5
-250
/
+326
2023-05-22
libstdc++: Resolve -Wunused-variable warnings in stdx::simd and tests
Matthias Kretz
1
-2
/
+2
2023-05-12
libstdc++: Remove redundant dependencies on _GLIBCXX_USE_C99_STDINT_TR1
Jonathan Wakely
1
-6
/
+0
2023-04-28
libstdc++: Minor fixes to doxygen comments
Jonathan Wakely
1
-2
/
+0
2023-04-12
libstdc++: Initialize all members of basic_endpoint union [PR109482]
Jonathan Wakely
1
-4
/
+18
2023-03-31
libstdc++: Revert addition of boolean flag to net::ip::basic_endpoint
Jonathan Wakely
1
-18
/
+14
2023-03-30
libstdc++: Fix constexpr functions in <experimental/internet>
Jonathan Wakely
1
-28
/
+75
2023-03-28
libstdc++: Add missing trait is_simd_flag_type
Matthias Kretz
1
-13
/
+39
2023-03-28
libstdc++: Fix operator% implementation for Clang
Matthias Kretz
1
-0
/
+2
2023-03-21
libstdc++: Use more precise __RECIPROCAL_MATH__ macro
Matthias Kretz
1
-1
/
+1
2023-03-21
libstdc++: Skip integer division optimization for Clang
Matthias Kretz
2
-2
/
+4
2023-03-21
libstdc++: Fix simd compilation with Clang
Matthias Kretz
2
-5
/
+55
2023-02-24
libstdc++: Fix formatting
Matthias Kretz
7
-930
/
+942
2023-02-24
libstdc++: Always-inline most of non-cmath fixed_size implementation
Matthias Kretz
1
-30
/
+30
2023-02-24
libstdc++: More efficient masked inc-/decrement implementation
Matthias Kretz
2
-2
/
+93
2023-02-24
libstdc++: Constrain net::executor constructors
Jonathan Wakely
1
-2
/
+7
2023-02-24
libstdc++: Make net::ip::basic_endpoint comparisons constexpr
Jonathan Wakely
1
-6
/
+6
2023-02-24
libstdc++: Fix members of net::ip::network_v4
Jonathan Wakely
1
-13
/
+28
2023-02-24
libstdc++: Fix conversion to/from net::ip::address_v4::bytes_type
Jonathan Wakely
1
-5
/
+15
2023-02-24
libstdc++: Optimize net::ip::address_v4::to_string()
Jonathan Wakely
1
-8
/
+20
2023-02-23
libstdc++: Fix -Wsign-compare issue
Matthias Kretz
1
-1
/
+1
2023-02-23
libstdc++: Add missing constexpr on simd shift implementation
Matthias Kretz
1
-4
/
+4
2023-02-23
libstdc++: Fix simd build failure on clang
Matthias Kretz
1
-1
/
+2
2023-02-23
libstdc++: Simplify three helper functions into one
Matthias Kretz
1
-6
/
+6
2023-02-20
libstdc++: Fix uses of non-reserved names in simd header
Matthias Kretz
1
-11
/
+11
2023-02-16
libstdc++: Fix incorrect function call in -ffast-math optimization
Matthias Kretz
1
-2
/
+2
2023-02-16
libstdc++: Fix incorrect __builtin_is_constant_evaluated calls
Matthias Kretz
1
-9
/
+12
2023-02-16
libstdc++: Annotate most lambdas with always_inline
Matthias Kretz
8
-493
/
+575
2023-02-16
libstdc++: Ensure __builtin_constant_p isn't lost on the way
Matthias Kretz
1
-2
/
+4
2023-02-16
libstdc++: Implement <experimental/synchronized_value> (P0290)
Jonathan Wakely
1
-0
/
+100
2023-02-16
libstdc++: Fix name of <experimental/optional> in comment
Jonathan Wakely
1
-1
/
+1
2023-02-16
libstdc++: Fix uses of non-reserved names in headers
Jonathan Wakely
1
-2
/
+2
2023-01-16
Update copyright years.
Jakub Jelinek
60
-60
/
+60
2023-01-12
libstdc++: Extend max_align_t special case to 64-bit HP-UX [PR77691]
Jonathan Wakely
1
-3
/
+12
2022-12-19
contracts: Lowercase {MAYBE,NEVER}_CONTINUE
Arsen Arsenović
1
-1
/
+1
2022-11-25
libstdc++: Call predicate with non-const values in std::erase_if [PR107850]
Jonathan Wakely
4
-10
/
+8
[next]