]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/builtins.cc
tree-optimization/114736 - SLP DFS walk issue
[thirdparty/gcc.git] / gcc / builtins.cc
2024-04-04  Jørgen KvalsvikAdd condition coverage (MC/DC)
2024-03-22  Andrew PinskiAnother ICE after conflicting types of redeclaration...
2024-02-24  Jakub JelinekUse HOST_WIDE_INT_{C,UC,0,0U,1,1U} macros some more
2024-01-31  Tamar Christinahwasan: instrument new memory and string functions...
2024-01-31  Alexandre Oliva0From: Alexandre Oliva <oliva@adacore.com>
2024-01-28  Iain SandoeFix __builtin_nested_func_ptr_{created,deleted} symbol...
2024-01-10  Kewen Linstrub: Only unbias stack point for SPARC_STACK_BOUNDARY...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-21  Alexandre Oliva-finline-stringops: drop obsolete comment [PR112778]
2023-12-20  Alexandre Olivastrub: sparc64: unbias the stack address [PR112917]
2023-12-20  Alexandre Olivauntyped calls: use wrapper class type for implicit...
2023-12-12  Alexandre Olivauntyped calls: enable target switching [PR112334]
2023-12-11  Alexandre Oliva-finline-stringops: check base blksize for memset ...
2023-12-11  Alexandre Oliva-finline-stringops: don't assume ptr_mode ptr in memset...
2023-12-08  Tobias BurnusOpenMP/Fortran: Implement omp allocators/allocate for...
2023-12-06  Alexandre OlivaIntroduce strub: machine-independent stack scrubbing
2023-12-05  Richard Bienermiddle-end/112830 - avoid gimplifying non-default addr...
2023-11-29  Alexandre OlivaIntroduce -finline-stringops
2023-11-21  Jakub Jelinekbuiltins: Fix fold_builtin_query clzg/ctzg side-effects...
2023-11-20  Jakub Jelinekc, c++: Add new value for vector types for __builtin_cl...
2023-11-14  Jakub JelinekAdd type-generic clz/ctz/clrsb/ffs/parity/popcount...
2023-09-29  Richard SandifordSimplify & expand c_readstr
2023-09-26  Hans-Peter Nilsson__atomic_test_and_set: Fall back to library, not non...
2023-09-20  Jakub Jelinekc, c++: Accept __builtin_classify_type (typename)
2023-09-06  Jakub JelinekMiddle-end _BitInt support [PR102989]
2023-07-20  Francois-Xavier... Add __builtin_iseqsig()
2023-06-16  Jakub Jelinekuiltins: Add support for clang compatible __builtin_...
2023-05-18  Bernhard Reutner... gcc: use _P() defines from tree.h
2023-05-05  Jakub Jelinekbuiltins: Fix comment typo mpft_t -> mpfr_t
2023-04-27  Richard Bienertree-optimization/109170 - bogus use-after-free with...
2023-04-26  Aldy HernandezRemove some uses of deprecated irange API.
2023-04-26  Aldy HernandezConvert users of legacy API to get_legacy_range() function.
2023-04-20  Jakub Jelinektree: Add 3+ argument fndecl_built_in_p
2023-04-19  Richard BienerTransform more gmp/mpfr uses to use RAII
2023-04-01  Jakub Jelinekaarch64, builtins: Include PR registers in FUNCTION_ARG...
2023-03-24  Jakub Jelinekbuiltins: Fix up ICE in inline_string_cmp [PR109258]
2023-03-23  liuhongtRemove TARGET_GEN_MEMSET_SCRATCH_RTX since it's not...
2023-03-15  Xi Ruoyaobuiltins: Move the character difference into result...
2023-03-02  Kwok Cheung Yeungamdgcn: Enable SIMD vectorization of math functions
2023-02-14  Jakub Jelinekasan: Add --param=asan-kernel-mem-intrinsic-prefix...
2023-02-02  Jakub JelinekReplace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300]
2023-01-02  Jakub JelinekUpdate copyright years.
2022-11-30  Iskander ShakirzyanovMake Warray-bounds alias to Warray-bounds= [PR107787]
2022-11-02  Rainer Orthbuiltins: Guard builtins.cc against HUGE_VAL and NAN...
2022-10-31  Jakub Jelinekbuiltins: Add various complex builtins for _Float{16...
2022-10-31  Jakub Jelinekbuiltins: Add various __builtin_*f{16,32,64,128,32x...
2022-10-24  Jason Merrilltree: add build_string_literal overloads
2022-09-02  Aldy HernandezConvert rest of compiler to dconst[n]inf.
2022-08-26  Jakub JelinekImplement __builtin_issignaling
2022-07-20  Alexander MonakovAvoid registering __builtin_setjmp_receiver label twice...
2022-07-19  Richard Bienermiddle-end/106331 - fix mem attributes for string op...
2022-07-19  Roger SaylePR c/106264: Silence warnings from __builtin_modf et al.
2022-07-08  Tamar Christinamiddle-end: Use subregs to expand COMPLEX_EXPR to set...
2022-06-22  Jason Merrillubsan: default to trap on unreachable at -O0 and -Og...
2022-06-16  Jakub Jelinekexpand: Fix up IFN_ATOMIC_{BIT*,*CMP_0} expansion ...
2022-05-16  Martin LiskaUse more ARRAY_SIZE.
2022-05-13  Richard BienerMake gimple_build main workers more flexible
2022-04-12  Jakub Jelinekbuiltins: Fix up expand_builtin_int_roundingfn_2 [PR105211]
2022-03-11  Roger SaylePR tree-optimization/98335: Improvements to DSE's compu...
2022-01-26  Raoni Fassina Firminortl: builtins: Fix builtins feclearexcept and feraiseex...
2022-01-24  Raoni Fassina Firminortl: builtins: (not just) rs6000: Add builtins for...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.