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
/
gcc
/
builtins.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-09
Add -ftrivial-auto-var-init option and uninitialized variable attribute.
qing zhao
1
-0
/
+1
2021-08-06
Move more code to new gimple-ssa-warn-access pass.
Martin Sebor
1
-4
/
+0
2021-07-30
Add QI vector mode support to by-pieces for memset
H.J. Lu
1
-2
/
+2
2021-07-28
Add new gimple-ssa-warn-access pass.
Martin Sebor
1
-214
/
+1
2021-07-07
Correct handling of variable offset minus constant in -Warray-bounds [PR100137]
Martin Sebor
1
-0
/
+5
2021-04-29
Generate offset adjusted operation for op_by_pieces operations
H.J. Lu
1
-2
/
+4
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-03
Add support for detecting mismatched allocation/deallocation calls.
Martin Sebor
1
-0
/
+10
2020-12-02
introduce overridable clear_cache emitter
Alexandre Oliva
1
-0
/
+1
2020-12-01
PR middle-end/97373 - missing warning on sprintf into allocated destination
Martin Sebor
1
-2
/
+51
2020-11-29
Handle PHIs in compute_objsize.
Martin Sebor
1
-12
/
+61
2020-10-12
Generalize compute_objsize to return maximum size/offset instead of failing (...
Martin Sebor
1
-6
/
+35
2020-10-12
Correct handling of indices into arrays with elements larger than 1 (PR c++/9...
Martin Sebor
1
-0
/
+16
2020-10-08
take type from intrinsic in sincos pass
Alexandre Oliva
1
-0
/
+1
2020-10-01
Convert sprintf/strlen passes to value query class.
Aldy Hernandez
1
-5
/
+5
2020-09-19
Extend -Wstringop-overflow to detect out-of-bounds accesses to array parameters.
Martin Sebor
1
-9
/
+10
2020-08-28
Add -Wstringop-overread for reading past the end by string functions.
Martin Sebor
1
-13
/
+31
2020-06-10
PR middle-end/95353 - spurious -Wstringop-overflow writing to a trailing arra...
Martin Sebor
1
-3
/
+30
2020-06-04
Implement a solution for PR middle-end/10138 and PR middle-end/95136.
Martin Sebor
1
-1
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-13
PR middle-end/91582 - missing heap overflow detection for strcpy
Martin Sebor
1
-2
/
+6
2019-12-04
PR middle-end/91582 - missing heap overflow detection for strcpy
Martin Sebor
1
-1
/
+2
2019-11-22
PR middle-end/83859 - attributes to associate pointer arguments and sizes
Martin Sebor
1
-0
/
+2
2019-11-22
PR middle-end/88226 - missing warning on fprintf, fputs, and puts with an unt...
Martin Sebor
1
-2
/
+2
2019-08-28
PR tree-optimization/91457 - inconsistent warning for writing past the end of...
Martin Sebor
1
-1
/
+1
2019-08-14
Enable math functions linking with static library for LTO
Xiong Hu Luo
1
-0
/
+1
2019-02-16
re PR rtl-optimization/66152 (suboptimal load bytes to stack)
Jakub Jelinek
1
-0
/
+1
2019-02-13
Clean up MPX-related stuff.
Martin Liska
1
-1
/
+0
2019-02-11
PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array...
Martin Sebor
1
-1
/
+0
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-23
builtins.h (c_strlen_data): Add new fields and comments.
Martin Sebor
1
-1
/
+39
2018-10-02
builtins.c (unterminated_array): Add new arguments.
Martin Sebor
1
-1
/
+1
2018-09-29
builtins.c (unterminated_array): Pass in c_strlen_data * to c_strlen rather t...
Jeff Law
1
-1
/
+8
2018-09-14
builtins.c (unterminated_array): Handle ARRAY_REF.
Martin Sebor
1
-0
/
+1
2018-09-13
builtins.h (c_srlen): Add argument.
Martin Sebor
1
-1
/
+2
2018-08-27
Come up with fndecl_built_in_p.
Martin Liska
1
-1
/
+0
2018-08-16
builtins.c (c_strlen): Add new parameter eltsize.
Bernd Edlinger
1
-1
/
+1
2018-08-10
Introduce __builtin_expect_with_probability (PR target/83610).
Martin Liska
1
-1
/
+1
2018-07-24
PR tree-optimization/86622 - incorrect strlen of array of array plus variable...
Martin Sebor
1
-0
/
+1
2018-01-03
Add a fixed_size_mode_pod class
Richard Sandiford
1
-2
/
+2
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-16
PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over self
Martin Sebor
1
-1
/
+3
2017-11-10
PR c/81117 - Improve buffer overflow checking in strncpy
Martin Sebor
1
-0
/
+1
2017-08-30
[62/77] Big machine_mode to scalar_int_mode replacement
Richard Sandiford
1
-2
/
+2
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-14
Fold __builtin_memchr function
Martin Liska
1
-0
/
+1
2016-06-28
re PR middle-end/66867 (Suboptimal code generation for atomic_compare_exchange)
Jakub Jelinek
1
-0
/
+1
2016-05-03
re PR target/49244 (__sync or __atomic builtins will not emit 'lock bts/btr/b...
Jakub Jelinek
1
-0
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-17
Short-cut generation of simple built-in functions
Richard Sandiford
1
-0
/
+1
[next]