aboutsummaryrefslogtreecommitdiff
path: root/gcc/internal-fn.cc
AgeCommit message (Expand)AuthorFilesLines
2024-12-10Remove vcond{,u,eq} optabsRichard Sandiford1-52/+0
2024-12-06diagnostics: UX: add doc URLs for attributes (v2)David Malcolm1-0/+3
2024-11-28[PATCH v6 01/12] Implement internal functions for efficient CRC computation.Mariam Arutunian1-0/+75
2024-11-20OpenMP: middle-end support for dispatch + adjust_argsPaul-Antoine Arras1-0/+8
2024-11-18ifn: Add else-operand handling.Robin Dapp1-21/+127
2024-11-06openmp: Add IFN_GOMP_MAX_VFAndrew Stubbs1-0/+8
2024-10-29Internal-fn: Introduce new IFN MASK_LEN_STRIDED_LOAD{STORE}Pan Li1-0/+71
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek1-7/+7
2024-10-07ssa-math-opts, i386: Improve spaceship expansion [PR116896]Jakub Jelinek1-2/+5
2024-09-09middle-end: also optimized `popcount(a) <= 1` [PR90693]Andrew Pinski1-1/+19
2024-08-29expand: Allow widdening optab when expanding popcount==1 [PR116508]Andrew Pinski1-2/+2
2024-08-28expand: Add debug dump on the cost for `popcount==1` expandAndrew Pinski1-0/+5
2024-08-26expand: Use the correct mode for store flags for popcount [PR116480]Andrew Pinski1-1/+2
2024-08-23optabs-query: Use opt_machine_mode for smallest_int_mode_for_size [PR115495].Robin Dapp1-2/+2
2024-08-13Internal-fn: Handle vector bool type for type strict match mode [PR116103]Pan Li1-0/+10
2024-07-24Internal-fn: Only allow modes describe types for internal fn[PR115961]Pan Li1-0/+32
2024-07-10internal-fn: Reuse SUBREG_PROMOTED_VAR_P handlingRichard Sandiford1-78/+84
2024-06-03Remove value_range typedef.Aldy Hernandez1-1/+1
2024-05-31Add the 6th argument to .ACCESS_WITH_SIZEQing Zhao1-0/+2
2024-05-31Convert references with "counted_by" attributes to/from .ACCESS_WITH_SIZE.Qing Zhao1-0/+34
2024-05-17internal-fn: Do not force vcond_mask operands to reg.Robin Dapp1-3/+0
2024-05-16Internal-fn: Support new IFN SAT_ADD for unsigned scalar intPan Li1-0/+1
2024-04-30middle-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