aboutsummaryrefslogtreecommitdiff
path: root/gcc/internal-fn.cc
AgeCommit message (Expand)AuthorFilesLines
2024-05-03middle-end/114734 - wrong code with expand_call_mem_refRichard Biener1-2/+4
2024-04-19internal-fn: Fix up expand_arith_overflow [PR114753]Jakub Jelinek1-0/+1
2024-04-18internal-fn: Temporarily disable flag_trapv during .{ADD,SUB,MUL}_OVERFLOW et...Jakub Jelinek1-0/+18
2024-03-22vect: more oversized bitmask fixupsAndrew Stubbs1-0/+26
2024-02-27expand: Add trivial folding for bit query builtins at expansion time [PR114044]Jakub Jelinek1-0/+55
2024-01-05Improve __builtin_popcount* (x) == 1 generation if x is known != 0 [PR90693]Jakub Jelinek1-4/+11
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-29middle-end/110237 - wrong MEM_ATTRs for partial loads/storesRichard Biener1-0/+8
2023-11-20tree-ssa-math-opts: popcount (X) == 1 to (X ^ (X - 1)) > (X - 1) optimization...Jakub Jelinek1-0/+65
2023-11-20internal-fn: Always undefine DEF_INTERNAL* macros at the end of internal-fn.defJakub Jelinek1-16/+0
2023-11-06internal-fn: Add VCOND_MASK_LEN.Robin Dapp1-0/+5
2023-11-02ifcvt/vect: Emit COND_OP for conditional scalar reduction.Robin Dapp1-0/+61
2023-10-27RISC-V: Add rawmemchr expander.Robin Dapp1-1/+1
2023-09-20internal-fn: Support undefined rtx for uninitialized SSA_NAME[PR110751]Juzhe-Zhong1-0/+4
2023-09-06ubsan: _BitInt -fsanitize=undefined support [PR102989]Jakub Jelinek1-4/+34
2023-09-06Middle-end _BitInt support [PR102989]Jakub Jelinek1-0/+107
2023-08-24gimple_fold: Support COND_LEN_FNMA/COND_LEN_FMS/COND_LEN_FNMS gimple foldJuzhe-Zhong1-2/+5
2023-08-22VECT: Add LEN_FOLD_EXTRACT_LAST patternJuzhe-Zhong1-0/+5
2023-08-16internal-fn: Fix vector extraction into promoted subreg.Robin Dapp1-39/+5
2023-08-16VECT: Apply MASK_LEN_{LOAD_LANES, STORE_LANES} into vectorizerJuzhe-Zhong1-0/+7
2023-08-11VECT: Add vec_mask_len_{load_lanes,store_lanes} patternsJuzhe-Zhong1-2/+4
2023-08-08VECT: Support CALL vectorization for COND_LEN_*Ju-Zhe Zhong1-0/+24
2023-07-21cleanup: make all cond_len_* and mask_len_* consistent on the order of mask a...Juzhe-Zhong1-24/+26
2023-07-21cleanup: Change LEN_MASK into MASK_LENJuzhe-Zhong1-28/+28
2023-07-20middle-end/61747 - conditional move expansion and constantsRichard Biener1-2/+15
2023-07-19VECT: Add mask_len_fold_left_plus for in-order floating-point reductionJu-Zhe Zhong1-0/+5
2023-07-13SSA MATH: Support COND_LEN_FMA for floating-point math optimizationJu-Zhe Zhong1-10/+77
2023-07-12VECT: Apply COND_LEN_* into vectorizable_operationJu-Zhe Zhong1-18/+53
2023-07-11VECT: Add COND_LEN_* operations for loop control with length targetsJu-Zhe Zhong1-0/+15
2023-07-05gimple-isel: Recognize vec_extract pattern.Robin Dapp1-0/+39
2023-07-05VECT: Apply LEN_MASK_GATHER_LOAD/SCATTER_STORE into vectorizerJu-Zhe Zhong1-4/+2
2023-07-04Machine Description: Add LEN_MASK_{GATHER_LOAD, SCATTER_STORE} patternJu-Zhe Zhong1-15/+17
2023-07-03Middle-end: Change order of LEN_MASK_LOAD/LEN_MASK_STORE argumentsJu-Zhe Zhong1-79/+77
2023-06-25internal-fn: Fix bug of BIAS argument indexJu-Zhe Zhong1-1/+1
2023-06-24VECT: Apply LEN_MASK_{LOAD,STORE} into vectorizerJu-Zhe Zhong1-4/+33
2023-06-19VECT: Support LEN_MASK_{LOAD,STORE} ifn && optabsJu-Zhe Zhong1-4/+39
2023-06-15middle-end, i386: Pattern recognize add/subtract with carry [PR79173]Jakub Jelinek1-0/+39
2023-06-05internal-fn,vect: Refactor widen_plus as internal_fnAndre Vieira1-1/+94
2023-04-26Remove some uses of deprecated irange API.Aldy Hernandez1-1/+2
2023-02-22vect: inbranch SIMD clonesAndrew Stubbs1-0/+7
2023-02-02Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300]Jakub Jelinek1-6/+0
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-10-18middle-end IFN_ASSUME support [PR106654]Jakub Jelinek1-1/+0
2022-10-06c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654]Jakub Jelinek1-0/+6
2022-10-03vect: while_ult for integer masksAndrew Stubbs1-2/+16
2022-08-26OpenMP: Support reverse offload (middle end part)Tobias Burnus1-0/+8
2022-07-28gimple, internal-fn: Add IFN_TRAP and use it for __builtin_unreachable [PR106...Jakub Jelinek1-0/+6
2022-07-12Add internal functions for iround etc. [PR106253]Richard Sandiford1-0/+20
2022-07-08middle-end: Use subregs to expand COMPLEX_EXPR to set the lowpart.Tamar Christina1-8/+8
2022-06-15Revert recent internal-fn changes [PR105975]Richard Sandiford1-50/+189