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 | -0/+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 | -0/+1 |
2023-11-02 | ifcvt/vect: Emit COND_OP for conditional scalar reduction. | Robin Dapp | 1 | -0/+1 |
2023-09-06 | Middle-end _BitInt support [PR102989] | Jakub Jelinek | 1 | -0/+4 |
2023-08-08 | VECT: Support CALL vectorization for COND_LEN_* | Ju-Zhe Zhong | 1 | -0/+1 |
2023-07-13 | SSA MATH: Support COND_LEN_FMA for floating-point math optimization | Ju-Zhe Zhong | 1 | -1/+1 |
2023-07-12 | VECT: Apply COND_LEN_* into vectorizable_operation | Ju-Zhe Zhong | 1 | -0/+1 |
2023-07-03 | Middle-end: Change order of LEN_MASK_LOAD/LEN_MASK_STORE arguments | Ju-Zhe Zhong | 1 | -0/+1 |
2023-06-05 | internal-fn,vect: Refactor widen_plus as internal_fn | Andre Vieira | 1 | -0/+9 |
2023-02-22 | vect: inbranch SIMD clones | Andrew Stubbs | 1 | -0/+1 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -3/+3 |
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/+1 |
2022-07-28 | gimple, internal-fn: Add IFN_TRAP and use it for __builtin_unreachable [PR106... | Jakub Jelinek | 1 | -0/+1 |
2022-06-15 | Revert recent internal-fn changes [PR105975] | Richard Sandiford | 1 | -11/+9 |
2022-06-13 | Add a general mapping from internal fns to target insns | Richard Sandiford | 1 | -9/+11 |
2022-01-17 | widening_mul, i386: Improve spaceship expansion on x86 [PR103973] | Jakub Jelinek | 1 | -0/+1 |
2022-01-13 | vect: Add bias parameter for partial vectorization | Robin Dapp | 1 | -0/+4 |
2022-01-03 | i386, fab: Optimize __atomic_{add,sub,and,or,xor}_fetch (x, y, z) {==,!=,<,<=... | Jakub Jelinek | 1 | -0/+9 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-30 | vect: Make reduction code handle calls | Richard Sandiford | 1 | -0/+3 |
2021-05-31 | c++/88601 - [C/C++] __builtin_shufflevector support | Richard Biener | 1 | -0/+1 |
2021-05-21 | openacc: Add support for gang local storage allocation in shared memory [PR90... | Julian Brown | 1 | -2/+6 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-30 | expansion: Improve double-word modulo by certain constant divisors [PR97459] | Jakub Jelinek | 1 | -0/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-18 | Add optabs for accelerating RAW and WAR alias checks | Richard Sandiford | 1 | -0/+2 |
2019-11-08 | Generalise gather and scatter optabs | Richard Sandiford | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-15 | [PR87563][AARCH64-SVE]: Don't keep ifcvt loop when COND_<OP> ifn could not be... | Renlin Li | 1 | -0/+1 |
2018-08-03 | Handle SLP of call pattern statements | Richard Sandiford | 1 | -0/+2 |
2018-07-12 | Implement SLP of internal functions | Richard Sandiford | 1 | -0/+11 |
2018-07-12 | Use conditional internal functions in if-conversion | Richard Sandiford | 1 | -0/+2 |
2018-07-12 | Support fused multiply-adds in fully-masked reductions | Richard Sandiford | 1 | -0/+3 |
2018-07-12 | Add IFN_COND_FMA functions | Richard Sandiford | 1 | -0/+2 |
2018-07-12 | Extend tree code folds to IFN_COND_* | Richard Sandiford | 1 | -0/+1 |
2018-05-17 | Gimple FE support for internal functions | Richard Sandiford | 1 | -0/+2 |
2018-01-13 | Add support for SVE scatter stores | Richard Sandiford | 1 | -0/+2 |
2018-01-13 | Add support for SVE gather loads | Richard Sandiford | 1 | -0/+6 |
2018-01-13 | Add support for reductions in fully-masked loops | Richard Sandiford | 1 | -0/+2 |
2018-01-13 | Add support for fully-predicated loops | Richard Sandiford | 1 | -0/+14 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-14 | Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o. | Prasad Ghangal | 1 | -0/+1 |
2016-09-27 | internal-fn.h (IFN_UNIQUE_CODES, [...]): New. | Nathan Sidwell | 1 | -27/+31 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-02 | PR 68432: Add a target hook to control size/speed optab choices | Richard Sandiford | 1 | -2/+4 |
2015-11-17 | Vectorize internal functions | Richard Sandiford | 1 | -0/+8 |
2015-11-17 | Extend tree-call-cdce to calls whose result is used | Richard Sandiford | 1 | -0/+1 |