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
/
gcc
/
c-family
/
c-common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-9466
/
+0
2022-01-13
c/104002 - shufflevector variable indexing
Richard Biener
1
-1
/
+4
2022-01-10
middle-end/101530 - fix shufflevector lowering
Richard Biener
1
-0
/
+7
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-27
c++: hard error w/ ptr+N and incomplete type [PR103700]
Patrick Palka
1
-0
/
+2
2021-11-19
Restore ancient -Waddress for weak symbols [PR33925].
Martin Sebor
1
-6
/
+33
2021-11-18
c-family: Add __builtin_assoc_barrier
Matthias Kretz
1
-0
/
+1
2021-11-17
Fix ICE when mixing VLAs and statement expressions [PR91038]
Martin Uecker
1
-1
/
+13
2021-11-16
c-family: don't cache large vecs
Jason Merrill
1
-2
/
+10
2021-11-03
c: Fold implicit integer-to-floating conversions in static initializers with ...
Joseph Myers
1
-4
/
+9
2021-10-07
build: Fix --enable-gather-detailed-mem-stats
Martin Liska
1
-2
/
+2
2021-10-01
Enhance -Waddress to detect more suspicious expressions [PR102103].
Martin Sebor
1
-7
/
+22
2021-10-01
options: fix concat of options.
Martin Liska
1
-2
/
+3
2021-10-01
Append target/optimize attr to the current cmdline.
Martin Liska
1
-2
/
+15
2021-09-08
Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FL...
liuhongt
1
-2
/
+4
2021-08-17
c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101...
Jakub Jelinek
1
-0
/
+1
2021-07-30
c++: Implement P0466R5 __cpp_lib_is_pointer_interconvertible compiler helpers...
Jakub Jelinek
1
-0
/
+2
2021-07-29
c/101512 - fix missing address-taking in c_common_mark_addressable_vec
Richard Biener
1
-4
/
+7
2021-07-20
Adjust by-value function vec arguments to by-reference.
Martin Sebor
1
-2
/
+2
2021-07-16
Fix PR 101453: ICE with optimize and large integer constant
Andrew Pinski
1
-1
/
+1
2021-06-24
c-family: add support for per-location warning groups.
Martin Sebor
1
-6
/
+3
2021-05-31
c++/88601 - [C/C++] __builtin_shufflevector support
Richard Biener
1
-0
/
+139
2021-05-17
Avoid outputting corrupt string constructor when host/target chars mismatch.
Joern Rennecke
1
-0
/
+6
2021-05-10
Come up with startswith function.
Martin Liska
1
-3
/
+2
2021-03-03
c-family: Avoid ICE on va_arg [PR99324]
Jakub Jelinek
1
-3
/
+3
2021-02-10
fix memory leak in optimize pragma parsing
Richard Biener
1
-0
/
+1
2021-01-25
PR c++/98646 - spurious -Wnonnull calling a member on the result of static_cast
Martin Sebor
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-07
c-family: Fix hang with -Wsequence-point [PR98126]
Marek Polacek
1
-5
/
+27
2020-12-03
c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121]
Jakub Jelinek
1
-0
/
+1
2020-12-01
C++ Module keywords
Nathan Sidwell
1
-0
/
+6
2020-11-20
c++: Add __builtin_clear_padding builtin - C++20 P0528R3 compiler side [PR88101]
Jakub Jelinek
1
-0
/
+33
2020-11-17
c: Reject _Atomic type * as last argument to __builtin_*_overflow [PR90628]
Jakub Jelinek
1
-2
/
+9
2020-11-13
C-Family, Objective-C : Implement Objective-C nullability Part 1[PR90707].
Iain Sandoe
1
-0
/
+6
2020-11-09
c++: DR 1914 - Allow duplicate standard attributes.
Marek Polacek
1
-2
/
+3
2020-11-07
Objective-C/C++ (C-family) : Add missing 'atomic' property attribute.
Iain Sandoe
1
-8
/
+9
2020-11-06
core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
Nathan Sidwell
1
-5
/
+6
2020-11-06
c-common: Remove DEBUG_FUNCTION from verify_sequence_points
Jakub Jelinek
1
-1
/
+1
2020-10-26
c++: Implement __is_nothrow_constructible and __is_nothrow_assignable
Ville Voutilainen
1
-0
/
+2
2020-10-23
Move thunks out of cgraph_node
Jan Hubicka
1
-1
/
+1
2020-10-23
c, c++: Implement -Wsizeof-array-div [PR91741]
Marek Polacek
1
-0
/
+2
2020-09-19
Move loop and switch tree data structures from cp/ to c-family/.
Sandra Loosemore
1
-0
/
+24
2020-08-11
c-family: Fix ICE in get_atomic_generic_size [PR96545]
Jakub Jelinek
1
-1
/
+8
2020-07-31
Set and test no-warning bit to avoid -Wnonnull for synthesized expressions.
Martin Sebor
1
-0
/
+3
2020-07-31
debug/96383 - emit debug info for used external functions
Richard Biener
1
-0
/
+17
2020-07-27
common: Use strcmp to compare location file names
Nathan Sidwell
1
-4
/
+7
2020-07-25
Fix PR c++/96310 - Ignoring -Wnonnull via pragma gcc diagnostics still produc...
Martin Sebor
1
-2
/
+2
2020-07-06
Exclude calls to variadic lambda stubs from -Wnonnull checking (PR c++/95984).
Martin Sebor
1
-3
/
+19
2020-06-30
c-family: Avoid ICEs on calls to internal functions [PR95963]
Jakub Jelinek
1
-1
/
+1
2020-06-28
Underline argument in -Wnonnull and in C++ extend warning to the this pointer...
Martin Sebor
1
-21
/
+62
[next]