Age | Commit message (Expand) | Author | Files | Lines |
2024-02-27 | expand: Add trivial folding for bit query builtins at expansion time [PR114044] | Jakub Jelinek | 1 | -5/+5 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-11-20 | tree-ssa-math-opts: popcount (X) == 1 to (X ^ (X - 1)) > (X - 1) optimization... | Jakub Jelinek | 1 | -1/+12 |
2023-11-20 | internal-fn: Always undefine DEF_INTERNAL* macros at the end of internal-fn.def | Jakub Jelinek | 1 | -0/+6 |
2023-11-17 | c++: Implement C++ DR 2406 - [[fallthrough]] attribute and iteration statements | Jakub Jelinek | 1 | -1/+3 |
2023-11-10 | Internal-fn: Add FLOATN support for l/ll round and rint [PR/112432] | Pan Li | 1 | -4/+4 |
2023-11-09 | ifcvt: Add support for conditional copysign | Tamar Christina | 1 | -0/+1 |
2023-11-06 | internal-fn: Add VCOND_MASK_LEN. | Robin Dapp | 1 | -0/+2 |
2023-09-06 | Middle-end _BitInt support [PR102989] | Jakub Jelinek | 1 | -0/+6 |
2023-08-22 | VECT: Add LEN_FOLD_EXTRACT_LAST pattern | Juzhe-Zhong | 1 | -0/+3 |
2023-08-16 | Add support for vector conitional not | Andrew Pinski | 1 | -0/+2 |
2023-08-11 | VECT: Add vec_mask_len_{load_lanes,store_lanes} patterns | Juzhe-Zhong | 1 | -0/+6 |
2023-08-10 | Make ISEL used internal functions const/nothrow where appropriate | Richard Biener | 1 | -7/+9 |
2023-07-31 | internal-fn: Refine macro define of COND_* and COND_LEN_* internal functions | Ju-Zhe Zhong | 1 | -67/+56 |
2023-07-21 | cleanup: Change LEN_MASK into MASK_LEN | Juzhe-Zhong | 1 | -10/+10 |
2023-07-19 | VECT: Add mask_len_fold_left_plus for in-order floating-point reduction | Ju-Zhe Zhong | 1 | -0/+3 |
2023-07-11 | VECT: Add COND_LEN_* operations for loop control with length targets | Ju-Zhe Zhong | 1 | -0/+38 |
2023-07-05 | gimple-isel: Recognize vec_extract pattern. | Robin Dapp | 1 | -0/+1 |
2023-07-04 | Machine Description: Add LEN_MASK_{GATHER_LOAD, SCATTER_STORE} pattern | Ju-Zhe Zhong | 1 | -2/+6 |
2023-06-30 | Mid engine setup [SU]ABDL | Oluwatamilore Adebayo | 1 | -0/+5 |
2023-06-19 | VECT: Support LEN_MASK_{LOAD,STORE} ifn && optabs | Ju-Zhe Zhong | 1 | -0/+4 |
2023-06-15 | middle-end, i386: Pattern recognize add/subtract with carry [PR79173] | Jakub Jelinek | 1 | -0/+2 |
2023-06-15 | Missed opportunity to use [SU]ABD | Oluwatamilore Adebayo | 1 | -0/+3 |
2023-06-10 | VECT: Add SELECT_VL support | Ju-Zhe Zhong | 1 | -0/+1 |
2023-06-05 | internal-fn,vect: Refactor widen_plus as internal_fn | Andre Vieira | 1 | -0/+34 |
2023-02-22 | vect: inbranch SIMD clones | Andrew Stubbs | 1 | -0/+3 |
2023-02-02 | Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300] | Jakub Jelinek | 1 | -5/+0 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-10-06 | c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654] | Jakub Jelinek | 1 | -0/+4 |
2022-08-26 | OpenMP: Support reverse offload (middle end part) | Tobias Burnus | 1 | -0/+1 |
2022-08-26 | internal-fn, tree-cfg: Fix .TRAP handling and another __builtin_trap vops iss... | Jakub Jelinek | 1 | -1/+2 |
2022-07-28 | gimple, internal-fn: Add IFN_TRAP and use it for __builtin_unreachable [PR106... | Jakub Jelinek | 1 | -0/+4 |
2022-07-12 | Add internal functions for iround etc. [PR106253] | Richard Sandiford | 1 | -0/+23 |
2022-06-15 | Revert recent internal-fn changes [PR105975] | Richard Sandiford | 1 | -26/+8 |
2022-06-13 | Add a general mapping from internal fns to target insns | Richard Sandiford | 1 | -8/+26 |
2022-01-17 | widening_mul, i386: Improve spaceship expansion on x86 [PR103973] | Jakub Jelinek | 1 | -0/+3 |
2022-01-03 | i386, fab: Optimize __atomic_{add,sub,and,or,xor}_fetch (x, y, z) {==,!=,<,<=... | Jakub Jelinek | 1 | -0/+5 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-30 | vect: Add support for fmax and fmin reductions | Richard Sandiford | 1 | -0/+4 |
2021-11-17 | Add IFN_COND_FMIN/FMAX functions | Richard Sandiford | 1 | -0/+2 |
2021-10-18 | [sve] PR93183 - Add support for conditional neg. | prathamesh.kulkarni | 1 | -0/+2 |
2021-10-11 | ldist: Recognize strlen and rawmemchr like loops | Stefan Schulze Frielinghaus | 1 | -0/+1 |
2021-09-09 | Add -ftrivial-auto-var-init option and uninitialized variable attribute. | qing zhao | 1 | -0/+4 |
2021-07-19 | vect: Recog mul_highpart pattern [PR100696] | Kewen Lin | 1 | -0/+2 |
2021-07-06 | Add FMADDSUB and FMSUBADD SLP vectorization patterns and optabs | Richard Biener | 1 | -1/+2 |
2021-06-24 | Add x86 addsub SLP pattern | Richard Biener | 1 | -0/+1 |
2021-05-31 | c++/88601 - [C/C++] __builtin_shufflevector support | Richard Biener | 1 | -0/+3 |
2021-01-14 | slp: support complex FMS and complex FMS conjugate | Tamar Christina | 1 | -0/+2 |
2021-01-14 | slp: support complex FMA and complex FMA conjugate | Tamar Christina | 1 | -0/+2 |
2021-01-14 | slp: support complex multiply and complex multiply conjugate | Tamar Christina | 1 | -0/+2 |