summaryrefslogtreecommitdiff
path: root/gcc/expr.h
AgeCommit message (Expand)Author
2025-08-05expand: Reduce unneeded _BitInt extensionsYang Yujie
2025-01-02Update copyright years.Jakub Jelinek
2024-11-29[PATCH v7 03/12] RISC-V: Add CRC expander to generate faster CRC.Mariam Arutunian
2024-11-28[PATCH v6 01/12] Implement internal functions for efficient CRC computation.Mariam Arutunian
2024-08-31Optimize initialization of small padded objectsAlexandre Oliva
2024-06-13expand: constify sepops operand to expand_expr_real_2 and expand_widen_patter...Andrew Pinski
2024-05-14[1/3] expr: Export clear_by_pieces()Christoph Müllner
2024-01-23aarch64/expr: Use ccmp when the outer expression is used twice [PR100942]Andrew Pinski
2024-01-03Update copyright years.Jakub Jelinek
2023-11-29Introduce -finline-stringopsAlexandre Oliva
2023-09-29Remove poly_int_podRichard Sandiford
2023-06-29cselib+expr+bitmap: Change return type of predicate functions from int to boolUros Bizjak
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka
2023-01-02Update copyright years.Jakub Jelinek
2022-07-08middle-end: Use subregs to expand COMPLEX_EXPR to set the lowpart.Tamar Christina
2022-07-04middle-end: Support ABIs that pass FP values as wider integers.Roger Sayle
2022-06-07PR middle-end/105853: Call store_constructor directly from calls.cc.Roger Sayle
2022-06-04PR middle-end/95126: Expand small const structs as immediate constants.Roger Sayle
2022-01-03Update copyright years.Jakub Jelinek
2021-10-04middle-end/102285 - refine .DEFERRED_INIT expansionRichard Biener
2021-07-30Add QI vector mode support to by-pieces for memsetH.J. Lu
2021-05-03introduce try store by multiple piecesAlexandre Oliva
2021-04-29Generate offset adjusted operation for op_by_pieces operationsH.J. Lu
2021-01-05expand: Fold x - y < 0 to x < y during expansion [PR94802]Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-08-14PR tree-optimization/78257 - missing memcmp optimization with constant arraysMartin Sebor
2020-01-01Update copyright years.Jakub Jelinek
2019-10-02builtins.c (expand_builtin_memory_copy_args): Add might_overlap parm.Aaron Sawdey
2019-05-20Come up with hook libc_has_fast_function (PR middle-end/90263).Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-12-14re PR c++/82294 (Array of objects with constexpr constructors initialized fro...Jakub Jelinek
2018-11-27Come up with memop_ret enum instead of int endp for memory operations.Martin Liska
2018-09-12re PR middle-end/82853 (Optimize x % 3 == 0 without modulo)Jakub Jelinek
2018-08-29re PR middle-end/86714 (tree-ssa-forwprop.c confused by too long initializer)Martin Sebor
2018-08-16builtins.c (c_strlen): Add new parameter eltsize.Bernd Edlinger
2018-06-08Remove MPXMartin Liska
2018-04-13re PR middle-end/81657 (FAIL: gcc.dg/20050503-1.c scan-assembler-not call)Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: emit_group_load/storeRichard Sandiford
2017-12-21poly_int: push_block/emit_push_insnRichard Sandiford
2017-12-21poly_int: get_bit_rangeRichard Sandiford
2017-12-20poly_int: store mergingRichard Sandiford
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-01-01Update copyright years.Jakub Jelinek
2016-11-04expr.h (copy_blkmode_from_reg): Delete.Eric Botcazou
2016-06-14re PR middle-end/71310 (Bitfields cause load hit store with smaller store and...Richard Biener
2016-06-03re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Bernd Schmidt
2016-05-13builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou
2016-01-04Update copyright years.Jakub Jelinek