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/gfortran-test
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-15
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-15
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
/
bits
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-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-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++: Fix uses of non-reserved names in headers
Jonathan Wakely
1
-2
/
+2
2023-01-16
Update copyright years.
Jakub Jelinek
20
-20
/
+20
2022-11-11
libstdc++: Fix <experimental/filesystem> for Windows [PR95048]
Jonathan Wakely
1
-2
/
+1
2022-11-11
libstdc++: Fix wstring conversions in filesystem::path [PR95048]
Jonathan Wakely
1
-11
/
+40
2022-07-01
libstdc++: Add nodiscard attribute to filesystem operations
Jonathan Wakely
1
-0
/
+71
2022-06-13
libstdc++: Rename __null_terminated to avoid collision with Apple SDK
Mark Mentovai
1
-6
/
+6
2022-05-06
libstdc++: ppc: conditionalize vsx-only simd intrinsics
Alexandre Oliva
1
-3
/
+10
2022-04-11
libstdc++: Move Filesystem TS path definitions out of class body
Jonathan Wakely
1
-21
/
+38
2022-04-01
libstdc++: Fix mismatched noexcept-specifiers in Filesystem TS
Jonathan Wakely
2
-3
/
+3
2022-04-01
libstdc++: Fix filenames in Doxygen @file comments
Timm Bäder
1
-1
/
+1
2022-02-04
libstdc++: Remove un-implementable noexcept from Filesystem TS operations
Jonathan Wakely
1
-4
/
+4
2022-01-19
libstdc++: Fix for non-constexpr math_errhandling
Matthias Kretz
1
-6
/
+20
2022-01-17
libstdc++: Don't fail if math_errhandling is not defined
Matthias Kretz
1
-1
/
+10
2022-01-15
libstdc++: Fix ODR issues with different -m flags
Matthias Kretz
9
-188
/
+440
2022-01-03
Update copyright years.
Jakub Jelinek
20
-20
/
+20
2021-10-07
libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header
Jonathan Wakely
1
-1
/
+1
2021-09-17
libstdc++: Add 'noexcept' to path::iterator members
Jonathan Wakely
1
-18
/
+24
2021-07-01
libstdc++: Improvements to Doxygen markup
Jonathan Wakely
2
-7
/
+29
2021-07-01
libstdc++: Improve Doxygen documentation groups [PR 101258]
Jonathan Wakely
2
-0
/
+15
2021-06-25
libstdc++: Make use of __builtin_bit_cast for simd
Matthias Kretz
2
-22
/
+72
2021-06-24
libstdc++: Fix internal names: add missing underscores
Matthias Kretz
1
-6
/
+6
2021-06-24
libstdc++: Ensure unrolled loops inline the lambda
Matthias Kretz
1
-4
/
+8
[next]