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
/
internal-fn.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
Remove vcond{,u,eq} optabs
Richard Sandiford
1
-52
/
+0
2024-12-06
diagnostics: UX: add doc URLs for attributes (v2)
David Malcolm
1
-0
/
+3
2024-11-28
[PATCH v6 01/12] Implement internal functions for efficient CRC computation.
Mariam Arutunian
1
-0
/
+75
2024-11-20
OpenMP: middle-end support for dispatch + adjust_args
Paul-Antoine Arras
1
-0
/
+8
2024-11-18
ifn: Add else-operand handling.
Robin Dapp
1
-21
/
+127
2024-11-06
openmp: Add IFN_GOMP_MAX_VF
Andrew Stubbs
1
-0
/
+8
2024-10-29
Internal-fn: Introduce new IFN MASK_LEN_STRIDED_LOAD{STORE}
Pan Li
1
-0
/
+71
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
1
-7
/
+7
2024-10-07
ssa-math-opts, i386: Improve spaceship expansion [PR116896]
Jakub Jelinek
1
-2
/
+5
2024-09-09
middle-end: also optimized `popcount(a) <= 1` [PR90693]
Andrew Pinski
1
-1
/
+19
2024-08-29
expand: Allow widdening optab when expanding popcount==1 [PR116508]
Andrew Pinski
1
-2
/
+2
2024-08-28
expand: Add debug dump on the cost for `popcount==1` expand
Andrew Pinski
1
-0
/
+5
2024-08-26
expand: Use the correct mode for store flags for popcount [PR116480]
Andrew Pinski
1
-1
/
+2
2024-08-23
optabs-query: Use opt_machine_mode for smallest_int_mode_for_size [PR115495].
Robin Dapp
1
-2
/
+2
2024-08-13
Internal-fn: Handle vector bool type for type strict match mode [PR116103]
Pan Li
1
-0
/
+10
2024-07-24
Internal-fn: Only allow modes describe types for internal fn[PR115961]
Pan Li
1
-0
/
+32
2024-07-10
internal-fn: Reuse SUBREG_PROMOTED_VAR_P handling
Richard Sandiford
1
-78
/
+84
2024-06-03
Remove value_range typedef.
Aldy Hernandez
1
-1
/
+1
2024-05-31
Add the 6th argument to .ACCESS_WITH_SIZE
Qing Zhao
1
-0
/
+2
2024-05-31
Convert references with "counted_by" attributes to/from .ACCESS_WITH_SIZE.
Qing Zhao
1
-0
/
+34
2024-05-17
internal-fn: Do not force vcond_mask operands to reg.
Robin Dapp
1
-3
/
+0
2024-05-16
Internal-fn: Support new IFN SAT_ADD for unsigned scalar int
Pan Li
1
-0
/
+1
2024-04-30
middle-end/114734 - wrong code with expand_call_mem_ref
Richard Biener
1
-2
/
+4
2024-04-19
internal-fn: Fix up expand_arith_overflow [PR114753]
Jakub Jelinek
1
-0
/
+1
2024-04-18
internal-fn: Temporarily disable flag_trapv during .{ADD,SUB,MUL}_OVERFLOW et...
Jakub Jelinek
1
-0
/
+18
2024-03-22
vect: more oversized bitmask fixups
Andrew Stubbs
1
-0
/
+26
2024-02-27
expand: Add trivial folding for bit query builtins at expansion time [PR114044]
Jakub Jelinek
1
-0
/
+55
2024-01-05
Improve __builtin_popcount* (x) == 1 generation if x is known != 0 [PR90693]
Jakub Jelinek
1
-4
/
+11
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-29
middle-end/110237 - wrong MEM_ATTRs for partial loads/stores
Richard Biener
1
-0
/
+8
2023-11-20
tree-ssa-math-opts: popcount (X) == 1 to (X ^ (X - 1)) > (X - 1) optimization...
Jakub Jelinek
1
-0
/
+65
2023-11-20
internal-fn: Always undefine DEF_INTERNAL* macros at the end of internal-fn.def
Jakub Jelinek
1
-16
/
+0
2023-11-06
internal-fn: Add VCOND_MASK_LEN.
Robin Dapp
1
-0
/
+5
2023-11-02
ifcvt/vect: Emit COND_OP for conditional scalar reduction.
Robin Dapp
1
-0
/
+61
2023-10-27
RISC-V: Add rawmemchr expander.
Robin Dapp
1
-1
/
+1
2023-09-20
internal-fn: Support undefined rtx for uninitialized SSA_NAME[PR110751]
Juzhe-Zhong
1
-0
/
+4
2023-09-06
ubsan: _BitInt -fsanitize=undefined support [PR102989]
Jakub Jelinek
1
-4
/
+34
2023-09-06
Middle-end _BitInt support [PR102989]
Jakub Jelinek
1
-0
/
+107
2023-08-24
gimple_fold: Support COND_LEN_FNMA/COND_LEN_FMS/COND_LEN_FNMS gimple fold
Juzhe-Zhong
1
-2
/
+5
2023-08-22
VECT: Add LEN_FOLD_EXTRACT_LAST pattern
Juzhe-Zhong
1
-0
/
+5
2023-08-16
internal-fn: Fix vector extraction into promoted subreg.
Robin Dapp
1
-39
/
+5
2023-08-16
VECT: Apply MASK_LEN_{LOAD_LANES, STORE_LANES} into vectorizer
Juzhe-Zhong
1
-0
/
+7
2023-08-11
VECT: Add vec_mask_len_{load_lanes,store_lanes} patterns
Juzhe-Zhong
1
-2
/
+4
2023-08-08
VECT: Support CALL vectorization for COND_LEN_*
Ju-Zhe Zhong
1
-0
/
+24
2023-07-21
cleanup: make all cond_len_* and mask_len_* consistent on the order of mask a...
Juzhe-Zhong
1
-24
/
+26
2023-07-21
cleanup: Change LEN_MASK into MASK_LEN
Juzhe-Zhong
1
-28
/
+28
2023-07-20
middle-end/61747 - conditional move expansion and constants
Richard Biener
1
-2
/
+15
2023-07-19
VECT: Add mask_len_fold_left_plus for in-order floating-point reduction
Ju-Zhe Zhong
1
-0
/
+5
2023-07-13
SSA MATH: Support COND_LEN_FMA for floating-point math optimization
Ju-Zhe Zhong
1
-10
/
+77
2023-07-12
VECT: Apply COND_LEN_* into vectorizable_operation
Ju-Zhe Zhong
1
-18
/
+53
[next]