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
/
c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
Use more ARRAY_SIZE.
Martin Liska
1
-5
/
+3
2022-05-13
Daily bump.
GCC Administrator
1
-0
/
+12
2022-05-12
openmp: Add omp_all_memory support (C/C++ only so far)
Jakub Jelinek
2
-13
/
+60
2022-05-10
Daily bump.
GCC Administrator
1
-0
/
+6
2022-05-09
Come up with {,UN}LIKELY macros.
Martin Liska
1
-2
/
+2
2022-05-08
Daily bump.
GCC Administrator
1
-0
/
+6
2022-05-07
c, c++: attribute format on a ctor with a vbase [PR101833, PR47634]
Marek Polacek
1
-0
/
+9
2022-04-09
Daily bump.
GCC Administrator
1
-0
/
+5
2022-04-08
c: Error on va_arg with function type [PR105149]
Jakub Jelinek
1
-0
/
+6
2022-03-23
Daily bump.
GCC Administrator
1
-0
/
+10
2022-03-22
c: -Wmissing-field-initializers and designated inits [PR82283, PR84685]
Marek Polacek
1
-4
/
+6
2022-03-13
Daily bump.
GCC Administrator
1
-0
/
+7
2022-03-12
Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095]
Thomas Schwinge
1
-2
/
+2
2022-03-10
Daily bump.
GCC Administrator
1
-0
/
+13
2022-03-09
c: Revert C2x changes to function type compatibility
Joseph Myers
1
-2
/
+2
2022-03-09
c, c++, c-family: -Wshift-negative-value and -Wshift-overflow* tweaks for -fw...
Jakub Jelinek
2
-1
/
+3
2022-03-08
Daily bump.
GCC Administrator
1
-0
/
+5
2022-03-07
Add missing space in various string literals
Jakub Jelinek
1
-2
/
+2
2022-02-24
Daily bump.
GCC Administrator
1
-0
/
+6
2022-02-23
Support SSA name declarations with pointer type
Richard Biener
1
-6
/
+28
2022-02-18
Daily bump.
GCC Administrator
1
-0
/
+7
2022-02-17
openmp: Ensure proper diagnostics for -> in map/to/from clauses [PR104532]
Jakub Jelinek
1
-1
/
+10
2022-02-12
Daily bump.
GCC Administrator
1
-0
/
+5
2022-02-11
[gimplefe] Add vector_mask attribute to get access to vector bools
Richard Biener
1
-4
/
+8
2022-02-11
Daily bump.
GCC Administrator
1
-0
/
+13
2022-02-09
C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct.
Marcel Vollweiler
2
-5
/
+49
2022-02-10
Daily bump.
GCC Administrator
1
-0
/
+9
2022-02-09
c: Fix up __builtin_assoc_barrier handling in the C FE [PR104427]
Jakub Jelinek
3
-2
/
+6
2022-01-18
Daily bump.
GCC Administrator
1
-0
/
+49
2022-01-17
Change references of .c files to .cc files
Martin Liska
9
-30
/
+30
2022-01-17
Rename .c files to .cc files.
Martin Liska
11
-0
/
+0
2022-01-17
OpenMP: allow requires dynamic_allocators
Andrew Stubbs
1
-1
/
+1
2022-01-15
Daily bump.
GCC Administrator
1
-0
/
+6
2022-01-14
openmp: Fix ICE in [PR103705]
Chung-Lin Tang
1
-1
/
+2
2022-01-03
Update copyright years.
Jakub Jelinek
18
-18
/
+18
2022-01-03
Update Copyright in ChangeLog files
Jakub Jelinek
1
-1
/
+1
2022-01-02
Daily bump.
GCC Administrator
1
-0
/
+6
2022-01-01
objc: Fix handling of break stmt inside of switch inside of ObjC foreach [PR1...
Jakub Jelinek
1
-1
/
+2
2021-12-18
Daily bump.
GCC Administrator
1
-0
/
+8
2021-12-17
attribs: Fix wrong error with -Wno-attribute=A::b [PR103649]
Marek Polacek
2
-2
/
+4
2021-12-15
Daily bump.
GCC Administrator
1
-0
/
+6
2021-12-14
c: Fix ICE on deferred pragma in unknown attribute arguments [PR103587]
Jakub Jelinek
1
-0
/
+5
2021-12-13
Daily bump.
GCC Administrator
1
-0
/
+5
2021-12-12
Replace gnu::unique_ptr with std::unique_ptr
Jonathan Wakely
2
-2
/
+2
2021-12-10
Daily bump.
GCC Administrator
1
-0
/
+6
2021-12-09
pch: Add support for relocation of the PCH data [PR71934]
Jakub Jelinek
1
-2
/
+2
2021-12-09
Daily bump.
GCC Administrator
1
-0
/
+24
2021-12-09
OpenMP 5.0: Remove array section base-pointer mapping semantics and other fro...
Chung-Lin Tang
2
-18
/
+123
2021-12-08
openmp: Improve OpenMP target support for C++ (PR92120)
Chung-Lin Tang
2
-3
/
+23
2021-12-01
Daily bump.
GCC Administrator
1
-0
/
+16
[prev]
[next]